Lines Matching refs:COMPersistHelper
34 ZEND_METHOD(COMPersistHelper, __construct);
35 ZEND_METHOD(COMPersistHelper, GetCurFileName);
36 ZEND_METHOD(COMPersistHelper, SaveToFile);
37 ZEND_METHOD(COMPersistHelper, LoadFromFile);
38 ZEND_METHOD(COMPersistHelper, GetMaxStreamSize);
39 ZEND_METHOD(COMPersistHelper, InitNew);
40 ZEND_METHOD(COMPersistHelper, LoadFromStream);
41 ZEND_METHOD(COMPersistHelper, SaveToStream);
45 ZEND_ME(COMPersistHelper, __construct, arginfo_class_COMPersistHelper___construct, ZEND_ACC_PUBLIC)
46 …ZEND_ME(COMPersistHelper, GetCurFileName, arginfo_class_COMPersistHelper_GetCurFileName, ZEND_ACC_…
47 ZEND_ME(COMPersistHelper, SaveToFile, arginfo_class_COMPersistHelper_SaveToFile, ZEND_ACC_PUBLIC)
48 …ZEND_ME(COMPersistHelper, LoadFromFile, arginfo_class_COMPersistHelper_LoadFromFile, ZEND_ACC_PUBL…
49 …ZEND_ME(COMPersistHelper, GetMaxStreamSize, arginfo_class_COMPersistHelper_GetMaxStreamSize, ZEND_…
50 ZEND_ME(COMPersistHelper, InitNew, arginfo_class_COMPersistHelper_InitNew, ZEND_ACC_PUBLIC)
51 …ZEND_ME(COMPersistHelper, LoadFromStream, arginfo_class_COMPersistHelper_LoadFromStream, ZEND_ACC_…
52 …ZEND_ME(COMPersistHelper, SaveToStream, arginfo_class_COMPersistHelper_SaveToStream, ZEND_ACC_PUBL…