Home
last modified time | relevance | path

Searched defs:CustomType (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_string/
H A Dto_string_test.cc32 struct CustomType { struct
33 unsigned a;
34 unsigned b;
36 static constexpr const char* kToString = "This is a CustomType";
38 CustomType() : a(0), b(0) {} in CustomType() argument
45 StatusWithSize ToString(const CustomType&, span<char> buffer) { in ToString()
H A Dstring_builder_test.cc29 struct CustomType { struct
47 StatusWithSize ToString<this_pw_test::CustomType>( in ToString()
48 const this_pw_test::CustomType&, span<char> buffer) { in ToString()
/aosp_15_r20/external/mobly-snippet-lib/examples/ex6_complex_type_conversion/src/main/java/com/google/android/mobly/snippet/example6/
H A DCustomType.java9 public class CustomType { class
11 CustomType(String value) { in CustomType() method in CustomType
/aosp_15_r20/external/pigweed/pw_sync/
H A Dinline_borrowable_test.cc37 class CustomType { class
39 explicit constexpr CustomType(int z) : x_(z), y_(-z) {} in CustomType() function in pw::sync::__anoneb6ea4cd0111::CustomType
40 constexpr CustomType(int x, int y) : x_(x), y_(y) {} in CustomType() function in pw::sync::__anoneb6ea4cd0111::CustomType
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_undef.cpp94 typedef AbstractStruct2<cl_int, cl_float> CustomType; in TEST_UNDEF() typedef
100 typedef AbstractStruct2<cl_int, cl_char> CustomType; in TEST_SPIRV_FUNC() typedef
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx_experimental.py1140 class CustomType: class
1148 …def forward(self, inp: Tuple[CustomType, torch.Tensor], inp2: List[CustomType], inp3: CustomNamedT…
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dcustom.c9 static PyTypeObject CustomType = { variable
Dcustom2.c98 static PyTypeObject CustomType = { variable
Dcustom3.c148 static PyTypeObject CustomType = { variable
Dcustom4.c160 static PyTypeObject CustomType = { variable
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h197 CustomType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/
DPDBTypes.h272 CustomType, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h270 CustomType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/
DPDBTypes.h272 CustomType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/
DPDBTypes.h272 CustomType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/
DPDBTypes.h272 CustomType, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h272 CustomType, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/
Dlib.rs454 CustomType(CustomTypeMetadata), enumerator
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/
H A Dstatusor_test.cc1600 struct CustomType struct
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/
H A Dstatusor_test.cc1527 struct CustomType struct
/aosp_15_r20/external/abseil-cpp/absl/status/
H A Dstatusor_test.cc1527 struct CustomType struct
/aosp_15_r20/external/pigweed/pw_result/
H A Dstatusor_test.cc1524 struct CustomType struct
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/
H A Dstatusor_test.cc1636 struct CustomType struct
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/
H A Dstatusor_test.cc1636 struct CustomType struct
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/
H A Dstatusor_test.cc1646 struct CustomType struct

12