Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
/third_party/gn/src/gn/
Dinput_conversion_unittest.cc91 TEST_F(InputConversionTest, ValueList) { in TEST_F() argument
Doutput_conversion_unittest.cc146 TEST_F(OutputConversionTest, ValueList) { in TEST_F() argument
/third_party/skia/third_party/externals/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()
DBitcodeReader.cpp498 BitcodeReaderValueList ValueList; member in __anon541d50b10411::BitcodeReader
/third_party/cef/tests/ceftests/
Dvalues_unittest.cc1077 TEST(ValuesTest, ValueList) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp531 using ValueList = SmallVector<Value *, 8>; typedef in llvm::slpvectorizer::BoUpSLP
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp114640 struct ValueList { struct in gfxFontFeatureValueSet
114641 ValueList(const nsAString& aName, const nsTArray<uint32_t>& aSelectors) in ValueList() argument
114644 nsString name;
114645 nsTArray<uint32_t> featureSelectors;