Searched refs:theConstructor (Results 1 – 9 of 9) sorted by relevance
85 Handle<Value> theConstructor(const Arguments &args) { in theConstructor() function103 ft->SetCallHandler(theConstructor); in ConstructorBuilder()
9 # theConstructor() runs and produces the expected output.15 __attribute__((constructor)) static void theConstructor () {
176 Constructor theConstructor[] = klass.getConstructors (); in getMethods() local177 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()
77 OUString const & theConstructor, in ImplementationInfo()83 environment(theEnvironment), constructor(theConstructor), in ImplementationInfo()
705 trieGeneric theConstructor f = theConstructor (trie (f . to)) function