Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTMultiMap.h21 struct ValueList { struct
22 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() function
24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument
27 ValueList* fNext; argument
/external/libcxx/test/std/containers/
Dset_allocator_requirement_test_templates.h106 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testSetInsert() local
118 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local
133 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testSetInsert() local
330 const ValueTp ValueList[] = { ValueTp(1), ValueTp(2), ValueTp(3) }; in testMultisetInsert() local
338 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testMultisetInsert() local
347 ValueTp ValueList[] = { ValueTp(1), ValueTp(2) , ValueTp(3) }; in testMultisetInsert() local
Dmap_allocator_requirement_test_templates.h121 const ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1), ValueTp(3, 1) }; in testMapInsert() local
133 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local
148 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMapInsert() local
678 const 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
695 ValueTp ValueList[] = { ValueTp(1, 1), ValueTp(2, 1) , ValueTp(3, 1) }; in testMultimapInsert() local
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc80 using ValueList = std::vector<const char *>; in TEST() typedef
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h41 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h135 BitcodeReaderValueList ValueList; variable
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h49 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java129 private static class ValueList { class in IRBuilder
/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 __anon278ba6130111::Vectorizer
DSLPVectorizer.cpp298 typedef SmallVector<Value *, 8> ValueList; typedef in llvm::slpvectorizer::BoUpSLP
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp1091 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
/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/clang/lib/Parse/
DParsePragma.cpp1908 SmallVector<Token, 1> ValueList; in ParseLoopHintValue() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp202 BitcodeReaderValueList ValueList; member in __anon01c39de90111::BitcodeReader
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiInternalFormRepresentation.h1106 UINT16 ValueList[1]; member