Home
last modified time | relevance | path

Searched refs:test_class_method (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjCXX/
Dinstantiate-message.mm15 void test_class_method(Arg1 arg1) { function
21 template void test_class_method<ClassMethods, ClassMethods>(void*);
22 template void test_class_method<ClassMethods, ClassMethods>(int*);
28 template void test_class_method<ClassMethods2, ClassMethods2>(int*); // expected-note{{in instantia…
/external/tensorflow/tensorflow/python/autograph/converters/
Dcall_trees_test.py228 def test_class_method(self): member in CallTreesTest
/external/tensorflow/tensorflow/lite/python/authoring/
Dauthoring_test.py135 def test_class_method(self): member in TFLiteAuthoringTest
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py1005 def test_class_method(self): member in TestBlockComments