Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_objc.hpp65 …NSString* selStr = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCa… in getAnnotation() local
66 SEL sel = NSSelectorFromString( selStr ); in getAnnotation()
67 arcSafeRelease( selStr ); in getAnnotation()
/external/bcc/tests/cc/
Dcatch.hpp2930 …NSString* selStr = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCa… in getAnnotation() local
2931 SEL sel = NSSelectorFromString( selStr ); in getAnnotation()
2932 arcSafeRelease( selStr ); in getAnnotation()
/external/catch2/single_include/catch2/
Dcatch.hpp4301 …NSString* selStr = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCa… in getAnnotation() local
4302 SEL sel = NSSelectorFromString( selStr ); in getAnnotation()
4303 arcSafeRelease( selStr ); in getAnnotation()