Home
last modified time | relevance | path

Searched defs:ValueList (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/core/
DSkTMultiMap.h20 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/
DSkTMultiMap.h21 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/
Dset_allocator_requirement_test_templates.h102 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
Dmap_allocator_requirement_test_templates.h115 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/
Dset_allocator_requirement_test_templates.h104 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
Dmap_allocator_requirement_test_templates.h117 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/
DValue.h154 ValueList() : m_values() {} in ValueList() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/
Dlhash_test.cc78 using ValueList = std::vector<const char *>; in TEST() typedef
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc78 using ValueList = std::vector<const char *>; in TEST() typedef
/external/llvm-project/llvm/lib/TableGen/
DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues(); in printFields() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerialize.java87 static class ValueList extends ArrayList<ValueInterface> { } class in TestJsonSerialize
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h47 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h49 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
/external/llvm-project/lldb/source/Core/
DValue.cpp665 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/
DMetadataLoader.cpp423 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl
636 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl()
2133 BitcodeReaderValueList &ValueList, in MetadataLoader()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp420 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl
647 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl()
2294 BitcodeReaderValueList &ValueList, in MetadataLoader()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp151 typedef ArrayRef<SVal> ValueList; typedef
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp136 typedef ArrayRef<SVal> ValueList; typedef
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp47 typedef SmallVector<Value *, 8> ValueList; typedef in __anond49f10fb0111::Vectorizer
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h188 typedef SmallVectorImpl<SVal> ValueList; typedef
/external/llvm/lib/TableGen/
DTGParser.cpp1195 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h191 using ValueList = SmallVectorImpl<SVal>; variable
/external/clang/lib/Parse/
DParsePragma.cpp1908 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h261 class ValueList; variable

12