Home
last modified time | relevance | path

Searched defs:MyType (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/
Ddebug_less.inconsistent.pass.cpp24 struct MyType { struct
26 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
Dpartial_sort_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
Dnth_element_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
/external/libabigail/tests/data/test-diff-suppr/
Dtest0-type-suppr-v0.cc1 struct MyType struct
7 struct MyType::Private argument
Dtest0-type-suppr-v1.cc1 struct MyType struct
7 struct MyType::Private argument
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
/external/clang/test/Analysis/
DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef
/external/rust/crates/uuid/tests/ui/compile_pass/
Drenamed.rs4 struct MyType; struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp14 struct MyType {}; struct
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-list-tests-unittest_.cc66 class MyType { class
68 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 class MyType { class
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 class MyType { class
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 class MyType { class
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DTestTypeModifierNameResolution.java14 interface MyType { interface in TestTypeModifierNameResolution
/external/tensorflow/tensorflow/python/framework/
Dextension_type_test.py239 class MyType(extension_type.ExtensionType): class
260 class MyType(extension_type.ExtensionType): class
291 class MyType(extension_type.ExtensionType): class
394 class MyType(extension_type.ExtensionType): class
1129 class MyType(extension_type.ExtensionType): class
/external/rust/crates/rusticata-macros/src/
Dmacros.rs252 struct MyType(pub u8); in test_newtype_enum() struct
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DDelegatingArrayCreatorsTest.java27 static abstract class MyType { class in DelegatingArrayCreatorsTest
/external/protobuf/src/google/protobuf/util/
Djson_format.proto82 enum MyType { enum
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Djson_format.proto82 enum MyType { enum
/external/python/cpython3/Lib/test/
Dtest_genericalias.py267 class MyType(type): class

12