Home
last modified time | relevance | path

Searched refs:theConstructor (Results 1 – 9 of 9) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/test/
H A Djs-constructor.cpp85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function
103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/test/
H A Djs-constructor.cpp85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function
103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/Adapter/impl/test/
H A Djs-constructor.cpp85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function
103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/test/
H A Djs-constructor.cpp85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function
103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/Adapter/impl/test/
H A Djs-constructor.cpp85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function
103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/cmake/
H A DCheckCXXAttributeConstructorCompiles.cmake9 # theConstructor() runs and produces the expected output.
15 __attribute__((constructor)) static void theConstructor () {
/dports/math/octave/octave-6.4.0/scripts/java/org/octave/
H A DClassHelper.java176 Constructor theConstructor[] = klass.getConstructors (); in getMethods() local
177 for (int i = 0; i < theConstructor.length; i++) in getMethods()
188 sb.append (theConstructor[i].getName ()); in getMethods()
191 Class theParameter[] = theConstructor[i].getParameterTypes (); in getMethods()
202 Class theExceptions[] = theConstructor[i].getExceptionTypes (); in getMethods()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dservicemanager.hxx77 OUString const & theConstructor, in ImplementationInfo()
83 environment(theEnvironment), constructor(theConstructor), in ImplementationInfo()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/MemoTrie-0.6.10/src/Data/
H A DMemoTrie.hs705 trieGeneric theConstructor f = theConstructor (trie (f . to)) function