Searched defs:pDestructor (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fxjs/
H A Dfxjs_v8.cpp68 CFXJS_Engine::Destructor pDestructor)
72 m_pDestructor(pDestructor),
284 CFXJS_Engine::Destructor pDestructor) {
289 m_isolate, sObjName, eObjType, pConstructor, pDestructor);
64 CFXJS_ObjDefinition(v8::Isolate* isolate, const char* sObjName, FXJSOBJTYPE eObjType, CFXJS_Engine::Constructor pConstructor, CFXJS_Engine::Destructor pDestructor) argument
281 DefineObj(const char* sObjName, FXJSOBJTYPE eObjType, CFXJS_Engine::Constructor pConstructor, CFXJS_Engine::Destructor pDestructor) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c14374 ** The u.pHash field is used by the global built-ins. The u.pDestructor
14387 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in union:FuncDef::__anon18694
14397 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
16896 FuncDestructor *pDestructor
141601 FuncDestructor *pDestructor = p->u.pDestructor; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14374 ** The u.pHash field is used by the global built-ins. The u.pDestructor
14387 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in union:FuncDef::__anon18740
14397 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
16896 FuncDestructor *pDestructor
141601 FuncDestructor *pDestructor = p->u.pDestructor; local
[all...]

Completed in 581 milliseconds