Home
last modified time | relevance | path

Searched defs:TypeB (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DNullHandlingTest.java73 static class TypeB implements Proxy { class in NullHandlingTest
75 public TypeB() {} in TypeB() method in NullHandlingTest.TypeB
76 public TypeB(String b) { in TypeB() method in NullHandlingTest.TypeB
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue51291.dir/
Db.go9 type TypeB string type
/aosp_15_r20/external/scudo/standalone/
H A Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dminiport.h114 TypeB, enumerator
Dwdm.h5635 TypeB, enumerator
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DFluentIterableTest.java358 private interface TypeB {} interface in FluentIterableTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DFluentIterableTest.java358 private interface TypeB {} interface in FluentIterableTest
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/meta/
H A Dtype_traits_test.cc1134 struct TypeB {}; struct
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc540 struct TypeB {}; struct
/aosp_15_r20/external/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc540 struct TypeB {}; struct
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc540 struct TypeB {}; struct
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp86 TypeB = 1 << 0, // Boolean enumerator
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/meta/
H A Dtype_traits_test.cc1167 struct TypeB {}; struct
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DInitialize.cpp87 TypeB = 1 << 0, // Boolean enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/meta/
Dtype_traits_test.cc1167 struct TypeB {}; struct
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc1164 struct TypeB {}; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp701 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local