| /external/skia/src/core/ |
| D | SkTMultiMap.h | 20 struct ValueList { struct 21 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() function 23 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument 26 ValueList* fNext; argument
|
| /external/skqp/src/core/ |
| D | SkTMultiMap.h | 21 struct ValueList { struct 22 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() argument 24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument 27 ValueList* fNext; argument
|
| /external/llvm-project/libcxx/test/std/containers/ |
| D | set_allocator_requirement_test_templates.h | 102 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testSetInsert() local 114 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local 129 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local 322 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testMultisetInsert() local 330 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testMultisetInsert() local 339 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(1) }; in testMultisetInsert() local
|
| D | map_allocator_requirement_test_templates.h | 115 const ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1), ValueTp(3, 1) }; in testMapInsert() local 127 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local 142 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local 669 const ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1), ValueTp(3, 1) }; in testMultimapInsert() local 677 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMultimapInsert() local 686 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMultimapInsert() local
|
| /external/libcxx/test/std/containers/ |
| D | set_allocator_requirement_test_templates.h | 104 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testSetInsert() local 116 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local 131 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local 324 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testMultisetInsert() local 332 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testMultisetInsert() local 341 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(1) }; in testMultisetInsert() local
|
| D | map_allocator_requirement_test_templates.h | 117 const ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1), ValueTp(3, 1) }; in testMapInsert() local 129 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local 144 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local 671 const ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1), ValueTp(3, 1) }; in testMultimapInsert() local 679 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMultimapInsert() local 688 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMultimapInsert() local
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | Value.h | 154 ValueList() : m_values() {} in ValueList() function
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/ |
| D | lhash_test.cc | 78 using ValueList = std::vector<const char *>; in TEST() typedef
|
| /external/boringssl/src/crypto/lhash/ |
| D | lhash_test.cc | 78 using ValueList = std::vector<const char *>; in TEST() typedef
|
| /external/llvm-project/llvm/lib/TableGen/ |
| D | DetailedRecordsBackend.cpp | 178 const auto &ValueList = Rec->getValues(); in printFields() local
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
| D | TestJsonSerialize.java | 87 static class ValueList extends ArrayList<ValueInterface> { } class in TestJsonSerialize
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | ValueEnumerator.h | 49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
|
| /external/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | ValueEnumerator.h | 47 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | ValueEnumerator.h | 49 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
|
| /external/llvm-project/lldb/source/Core/ |
| D | Value.cpp | 665 ValueList::ValueList(const ValueList &rhs) { m_values = rhs.m_values; } in ValueList() function in ValueList
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | MetadataLoader.cpp | 423 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl 636 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl() 2133 BitcodeReaderValueList &ValueList, in MetadataLoader()
|
| /external/llvm-project/llvm/lib/Bitcode/Reader/ |
| D | MetadataLoader.cpp | 420 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl 647 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl() 2294 BitcodeReaderValueList &ValueList, in MetadataLoader()
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ProgramState.cpp | 151 typedef ArrayRef<SVal> ValueList; typedef
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ProgramState.cpp | 136 typedef ArrayRef<SVal> ValueList; typedef
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 47 typedef SmallVector<Value *, 8> ValueList; typedef in __anond49f10fb0111::Vectorizer
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 188 typedef SmallVectorImpl<SVal> ValueList; typedef
|
| /external/llvm/lib/TableGen/ |
| D | TGParser.cpp | 1195 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
|
| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 191 using ValueList = SmallVectorImpl<SVal>; variable
|
| /external/clang/lib/Parse/ |
| D | ParsePragma.cpp | 1908 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
|
| /external/llvm-project/lldb/include/lldb/ |
| D | lldb-forward.h | 261 class ValueList; variable
|