Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaObjCXX/
H A 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…
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Dcall_trees_test.py228 def test_class_method(self): member in CallTreesTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/authoring/
H A Dauthoring_test.py135 def test_class_method(self): member in TFLiteAuthoringTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py752 def test_class_method(self): member in TestBlockComments