Home
last modified time | relevance | path

Searched defs:SimpleType (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DSimpleType.java13 public class SimpleType // note: until 2.6 was final class
32 protected SimpleType(Class<?> cls) { in SimpleType() method in SimpleType
36 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType
47 protected SimpleType(TypeBase base) { in SimpleType() method in SimpleType
51 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType
64 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dinvalid_arguments.cpp29 struct SimpleType : public Type { struct
30 SimpleType(std::string& name) : name(name){}; in SimpleType() argument
32 bool is_matching(PyObject* object) override { in is_matching()
36 std::string name;
/aosp_15_r20/external/llvm/unittests/Support/
H A DCasting.cpp70 typedef int SimpleType; typedef
263 typedef pointer_wrappers::Base *SimpleType; typedef
269 typedef pointer_wrappers::Base *SimpleType; typedef
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
H A DWrappedSerialDescriptorTest.kt41 class SimpleType(val int: Int, val float: Float) class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCasting.h35 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCasting.h33 typedef From SimpleType; // The real type this represents... typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCasting.h35 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCasting.h35 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCasting.h34 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCasting.h35 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCasting.h35 using SimpleType = From; // The real type this represents... member
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCasting.h33 typedef From SimpleType; // The real type this represents... typedef
/aosp_15_r20/external/libgav1/src/utils/
H A Dstack_test.cc27 TEST(StackTest, SimpleType) { in TEST() argument
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp204 class SimpleType : public Type class
207SimpleType(const Context &ctx, const char *name, GenFunc genFunc, DeleteFunc deleteFunc, ExistsFun… in SimpleType() function in deqp::gls::LifetimeTests::details::SimpleType
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h85 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h85 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DCOFFYAML.h97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DCOFFYAML.h97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DCOFFYAML.h97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DCOFFYAML.h97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dinlined_vector_test.cc1274 TEST(RangedConstructor, SimpleType) { in TEST() argument
1354 TEST(RangedAssign, SimpleType) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dinlined_vector_test.cc1283 TEST(RangedConstructor, SimpleType) { in TEST() argument
1364 TEST(RangedAssign, SimpleType) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1283 TEST(RangedConstructor, SimpleType) { in TEST() argument
1364 TEST(RangedAssign, SimpleType) { in TEST() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc1281 TEST(RangedConstructor, SimpleType) { in TEST() argument
1362 TEST(RangedAssign, SimpleType) { in TEST() argument

123