Home
last modified time | relevance | path

Searched defs:Something (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace-ignore-implicit-constructors.cpp41 struct Something { struct
42 Something(int a, int b = 41) {} in Something() function
43 Something() {} in Something() argument
49 operator Something() { return Something{}; } in operator Something() argument
Dmodernize-use-emplace.cpp133 struct Something { struct
134 Something(int a, int b = 41) {} in Something() argument
135 Something() {} in Something() argument
141 operator Something() { return Something{}; } in operator Something() argument
Dmodernize-loop-convert-basic.cpp124 bool Something = false; in constArray() local
/external/skia/experimental/tskit/bindings/
Dcore.d.ts8 readonly Something: SomethingConstructor; property
15 export interface Something extends embind.EmbindObject<Something> { interface
Dcore.cpp11 class Something { class
13 Something(std::string n): fName(n) {} in Something() function in Something
Dpublic_api.d.ts9 readonly Something: SomethingConstructor; property
26 export interface Something extends EmbindObject<Something> { interface
/external/skia/experimental/tskit/npm_build/types/
Dindex.d.ts27 readonly Something: SomethingConstructor; property
61 export interface Something extends EmbindObject<Something> { interface
/external/dagger2/javatests/dagger/functional/
DNeedsFactory.java31 static class Something {} class in NeedsFactory
DNeedsProviderOfFactory.java41 static class Something {} class in NeedsProviderOfFactory
/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java55 private interface Something { interface in DelegatingMethodTest
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py98 class Something(object): class
115 class Something(object): class
128 class Something(object): class
447 class Something(object): class
469 class Something(object): class
495 class Something(object): class
813 class Something(object): class
831 class Something(object): class
Dtestmock.py31 class Something(object): class
541 class Something(object): class
1411 class Something: class
/external/python/mock/mock/tests/
Dtestpatch.py101 class Something(object): class
114 class Something(object): class
127 class Something(object): class
446 class Something(object): class
468 class Something(object): class
494 class Something(object): class
803 class Something(object): class
821 class Something(object): class
Dtestmock.py43 class Something(object): class
546 class Something(object): class
/external/skia/modules/skparagraph/src/
DOneLineShaper.h64 Something, enumerator
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp370 struct Something struct
372 void foo() { in foo()
/external/llvm-project/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp368 struct Something struct
370 void foo() { in foo()
/external/python/cpython3/Lib/test/
Dtest_positional_only_arg.py307 class Something: class
Dtest_inspect.py1856 class Something(Base): class
1877 class Something(Base, metaclass=Meta): class