Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java157 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlNull
174 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlBool
181 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlInt
237 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlFloat
269 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlBinary
280 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlNumber
314 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlTimestamp
374 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlOmap
408 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlPairs
440 public Object construct(Node node) { in construct() method in SafeConstructor.ConstructYamlSet
[all …]
/external/llvm-project/llvm/unittests/XRay/
DFDRRecordPrinterTest.cpp24 static std::unique_ptr<Record> construct() { in construct() function
32 static std::unique_ptr<Record> construct() { in construct() function
40 static std::unique_ptr<Record> construct() { in construct() function
48 static std::unique_ptr<Record> construct() { in construct() function
56 static std::unique_ptr<Record> construct() { in construct() function
66 static std::unique_ptr<Record> construct() { in construct() function
76 static std::unique_ptr<Record> construct() { in construct() function
84 static std::unique_ptr<Record> construct() { in construct() function
92 static std::unique_ptr<Record> construct() { in construct() function
/external/python/pybind11/include/pybind11/detail/
Dinit.h85 void construct(...) { in construct() function
96 void construct(value_and_holder &v_h, Cpp<Class> *ptr, bool need_alias) { in construct() function
124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() function
133 void construct(value_and_holder &v_h, Holder<Class> holder, bool need_alias) { in construct() function
150 void construct(value_and_holder &v_h, Cpp<Class> &&result, bool need_alias) { in construct() function
163 void construct(value_and_holder &v_h, Alias<Class> &&result, bool) { in construct() function
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExprDetail.h44 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
66 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
86 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
106 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
123 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
/external/llvm-project/mlir/lib/IR/
DTypeDetail.h41 static OpaqueTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
72 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
96 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
149 static VectorTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
180 static RankedTensorTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
203 static UnrankedTensorTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
236 static MemRefTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
284 static UnrankedMemRefTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
302 static ComplexTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
320 static TupleTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
DAttributeDetail.h41 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
59 static ArrayAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() function
84 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
147 static FloatAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() function
196 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
233 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
254 static OpaqueAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() function
282 static StringAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() function
308 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
338 static TypeAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() function
[all …]
DLocationDetail.h37 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
58 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
85 static FusedLocationStorage *construct(AttributeStorageAllocator &allocator, in construct() function
118 static NameLocationStorage *construct(AttributeStorageAllocator &allocator, in construct() function
141 static OpaqueLocationStorage *construct(AttributeStorageAllocator &allocator, in construct() function
DAffineExprDetail.h43 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
66 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
84 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeExampleTest.java71 public Object construct(Node nnode) { in construct() method in JodaTimeExampleTest.JodaPropertyConstructor.TimeStampConstruct
103 public Object construct(Node node) { in construct() method in JodaTimeExampleTest.JodaTimeConstructor.ConstructJodaTimestamp
111 public Object construct(Node nnode) { in construct() method in JodaTimeExampleTest.JodaTimeConstructor.TimeStampConstruct
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
DBeanConstructor.java34 public Object construct(Node node) { in construct() method in BeanConstructor.Bean1ScalarConstructor
46 public Object construct(Node node) { in construct() method in BeanConstructor.BeanHolderScalarConstructor
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyBasedCreator.java101 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
134 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
153 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
251 public static CaseInsensitiveMap construct(Locale l) { in construct() method in PropertyBasedCreator.CaseInsensitiveMap
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DSimpleBeanPropertyDefinition.java71 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
81 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
91 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
105 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
DEnumValues.java36 public static EnumValues construct(SerializationConfig config, Class<Enum<?>> enumClass) { in construct() method in EnumValues
81 public static EnumValues construct(MapperConfig<?> config, Class<Enum<?>> enumClass, in construct() method in EnumValues
94 public static EnumValues construct(Class<Enum<?>> enumClass, in construct() method in EnumValues
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DPrefixConstructorTest.java81 public Object construct(Node node) { in construct() method in PrefixConstructorTest.PrefixConstruct
97 public Object construct(Node node) { in construct() method in PrefixConstructorTest.ExactConstruct
113 public Object construct(Node node) { in construct() method in PrefixConstructorTest.ConstructUnknown
DConstructorMappingTest.java48 private Object construct(String data) { in construct() method in ConstructorMappingTest
52 private Object construct(Constructor constructor, String data) { in construct() method in ConstructorMappingTest
DConstructorSequenceTest.java64 private List<Object> construct(String data) { in construct() method in ConstructorSequenceTest
69 private List<Object> construct(Constructor constructor, String data) { in construct() method in ConstructorSequenceTest
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon4d5ec3130111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anona0cb22a10111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon1a2cccd30111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anondab01d420111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anondb01c7810111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anonc18373720111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java52 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructShape
62 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructCircle
73 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructLine
84 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructLabel
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
DYamlLoadAsIssueTest.java108 public Car construct(Node node) { in construct() method in YamlLoadAsIssueTest.MyConstructor.ConstructCar
129 public Wheel construct(Node node) { in construct() method in YamlLoadAsIssueTest.MyConstructor.ConstructWheel
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
342 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
387 static LLVMIntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
410 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
437 static LLVMTypeAndSizeStorage *construct(TypeStorageAllocator &allocator, in construct() function

1234567891011