Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/
H A Ddebug_less.inconsistent.pass.cpp24 struct MyType { struct
26 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
H A Dpartial_sort_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
H A Dnth_element_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
H A Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
/aosp_15_r20/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/aosp_15_r20/external/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/sinks/
H A Dstdout_sinks.h23 using MyType = stdout_sink<Mutex>; variable
52 using MyType = stderr_sink<Mutex>; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A 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
/aosp_15_r20/external/clang/test/Analysis/
H A DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc69 class MyType { class
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/aosp_15_r20/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
/aosp_15_r20/external/clang/test/CodeGen/
H A Ddebug-info-typedef.c5 typedef int MyType; typedef
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue52279.dir/
Dlib.go11 type MyType uint8 type
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dreflectmethod3.go25 type MyType interface { interface
Dreflectmethod2.go25 type MyType interface { interface

123