Home
last modified time | relevance | path

Searched defs:ValueList (Results 1 – 21 of 21) 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/skqp/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.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/boringssl/src/crypto/lhash/
Dlhash_test.cc78 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-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h50 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp413 BitcodeReaderValueList &ValueList; member in MetadataLoader::MetadataLoaderImpl
626 BitcodeReaderValueList &ValueList, in MetadataLoaderImpl()
1969 BitcodeReaderValueList &ValueList, in MetadataLoader()
DBitcodeReader.cpp455 BitcodeReaderValueList ValueList; member in __anonc13c2b0b0411::BitcodeReader
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp52 using ValueList = SmallVector<Value*, 8>; typedef
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp47 typedef SmallVector<Value *, 8> ValueList; typedef in __anon6d6802dd0111::Vectorizer
DSLPVectorizer.cpp298 typedef SmallVector<Value *, 8> ValueList; typedef in llvm::slpvectorizer::BoUpSLP
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp136 typedef ArrayRef<SVal> ValueList; typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h188 typedef SmallVectorImpl<SVal> ValueList; typedef
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp1091 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
/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 __anone7aefbb30111::BitcodeReader
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp478 using ValueList = SmallVector<Value *, 8>; typedef in llvm::slpvectorizer::BoUpSLP