Home
last modified time | relevance | path

Searched refs:noClasses (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_objc.hpp77 int noClasses = objc_getClassList( nullptr, 0 ); in registerTestMethods() local
79 Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses); in registerTestMethods()
80 objc_getClassList( classes, noClasses ); in registerTestMethods()
82 for( int c = 0; c < noClasses; c++ ) { in registerTestMethods()
/external/bcc/tests/cc/
Dcatch.hpp2942 int noClasses = objc_getClassList( CATCH_NULL, 0 ); in registerTestMethods() local
2944 Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses); in registerTestMethods()
2945 objc_getClassList( classes, noClasses ); in registerTestMethods()
2947 for( int c = 0; c < noClasses; c++ ) { in registerTestMethods()
/external/catch2/single_include/catch2/
Dcatch.hpp4313 int noClasses = objc_getClassList( nullptr, 0 ); in registerTestMethods() local
4315 Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses); in registerTestMethods()
4316 objc_getClassList( classes, noClasses ); in registerTestMethods()
4318 for( int c = 0; c < noClasses; c++ ) { in registerTestMethods()