Searched defs:ValueList (Results 1 – 10 of 10) sorted by relevance
/third_party/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
|
/third_party/flutter/skia/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; variable
|
/third_party/gn/src/gn/ |
D | input_conversion_unittest.cc | 91 TEST_F(InputConversionTest, ValueList) { in TEST_F() argument
|
D | output_conversion_unittest.cc | 146 TEST_F(OutputConversionTest, ValueList) { in TEST_F() argument
|
/third_party/skia/third_party/externals/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()
|
D | BitcodeReader.cpp | 498 BitcodeReaderValueList ValueList; member in __anon541d50b10411::BitcodeReader
|
/third_party/cef/tests/ceftests/ |
D | values_unittest.cc | 1077 TEST(ValuesTest, ValueList) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 531 using ValueList = SmallVector<Value *, 8>; typedef in llvm::slpvectorizer::BoUpSLP
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 114640 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;
|