Home
last modified time | relevance | path

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

123

/external/cronet/stable/third_party/libc++/src/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/cronet/tot/third_party/libc++/src/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() function
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/sinks/
Dstdout_sinks.h23 using MyType = stdout_sink<Mutex>; variable
52 using MyType = stderr_sink<Mutex>; variable
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp14 struct MyType {}; struct
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/rust/android-crates-io/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/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 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

123