/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
D | SafeConstructor.java | 157 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/ |
D | FDRRecordPrinterTest.cpp | 24 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/ |
D | init.h | 85 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/ |
D | SDBMExprDetail.h | 44 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/ |
D | TypeDetail.h | 41 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
|
D | AttributeDetail.h | 41 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 …]
|
D | LocationDetail.h | 37 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
|
D | AffineExprDetail.h | 43 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/ |
D | JodaTimeExampleTest.java | 71 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/ |
D | BeanConstructor.java | 34 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/ |
D | PropertyBasedCreator.java | 101 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/ |
D | SimpleBeanPropertyDefinition.java | 71 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
|
D | EnumValues.java | 36 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/ |
D | PrefixConstructorTest.java | 81 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
|
D | ConstructorMappingTest.java | 48 private Object construct(String data) { in construct() method in ConstructorMappingTest 52 private Object construct(Constructor constructor, String data) { in construct() method in ConstructorMappingTest
|
D | ConstructorSequenceTest.java | 64 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | hash_policy_traits_test.cc | 41 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/ |
D | Example2_24Test.java | 52 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/ |
D | YamlLoadAsIssueTest.java | 108 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/ |
D | TypeDetail.h | 225 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
|