Home
last modified time | relevance | path

Searched defs:static_method (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp11 static void static_method() {} in static_method() function in C
Ddebug-info-codeview-display-name.cpp45 static foo* static_method() { return 0; } in static_method() function
Dmangle-ms.cpp59 static foo* static_method() { return 0; } in static_method() function in foo
/external/clang/test/Analysis/
Dbug_hash_test.cpp21 static int static_method() { in static_method() function in AA::X
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp71 static int static_method(int) { return 0; } in static_method() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp71 static int static_method(int) { return 0; } in static_method() function
/external/clang/test/SemaTemplate/
Dinstantiate-using-decl.cpp160 static void static_method() { in static_method() function
/external/rust/beto-rust/common/pourover/src/
Ddesc.rs96 pub const fn static_method<'cls>( in static_method() method
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py71 def static_method(): member in TestClass
/external/python/cpython3/Lib/test/test_unittest/testmock/
Dtestmock.py1738 def static_method(): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
2421 async def static_method(): member in MockTest.test_decorated_async_methods_with_spec_mock.Foo
Dtestpatch.py55 def static_method(): pass member in Foo
1053 def static_method(a, b=10, *, c): pass member in PatchTest.test_autospec_staticmethod_signature.Foo
Dtesthelpers.py958 def static_method(a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_staticmethod.Foo
/external/python/cpython3/Lib/test/
Dtest_call.py442 def static_method(): member in PythonClass
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py1997 def static_method(): pass member in TestIsMethodDescriptor.test_builtin_descriptors.Owner
2099 def static_method(): pass member in TestIsDataDescriptor.test_functions.Test
/external/pytorch/test/dynamo/
Dtest_functions.py1816 def static_method() -> int: member in FunctionTests.MyNamedTuple