Searched refs:pImplementations (Results 1 – 2 of 2) sorted by relevance
54 static const char* pImplementations[] = variable113 for (int i = 0; (pImplementations[i]!=NULL); i++) { in component_getFactory()114 if ( strcmp(pImplementations[i], pImplementationName ) == 0 ) { in component_getFactory()
51 static const char* pImplementations[] = variable110 for (int i = 0; (pImplementations[i]!=NULL); i++) { in component_getFactory()111 if ( strcmp(pImplementations[i], pImplementationName ) == 0 ) { in component_getFactory()
Completed in 16 milliseconds