Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTMultiMap.h22 struct ValueList { struct
23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} in ValueList() argument
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument
28 ValueList* fNext; argument
/external/chromium_org/third_party/skia/src/core/
DSkTMultiMap.h22 struct ValueList { struct
23 explicit ValueList(T* value) : fValue(value), fNext(NULL) {} in ValueList() function
25 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() argument
28 ValueList* fNext; argument
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h44 typedef std::vector<std::pair<const Value*, unsigned> > ValueList; typedef
/external/lldb/include/lldb/Core/
DValue.h284 ValueList () : in ValueList() function
/external/chromium_org/tools/gn/
Dinput_conversion_unittest.cc91 TEST_F(InputConversionTest, ValueList) { in TEST_F() argument
/external/lldb/source/Core/
DValue.cpp721 ValueList::ValueList (const ValueList &rhs) in ValueList() function in ValueList
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValues.h153 ValueList = 0x100002, enumerator
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.h137 BitcodeReaderValueList ValueList; variable
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp136 typedef ArrayRef<SVal> ValueList; typedef
/external/lldb/include/lldb/
Dlldb-forward.h242 class ValueList; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h163 typedef SmallVectorImpl<SVal> ValueList; typedef
/external/llvm/lib/TableGen/
DTGParser.cpp1218 std::vector<Init*> ValueList = ParseValueList(CurRec, Class); in ParseSimpleValue() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp387 typedef SmallVector<Value *, 8> ValueList; typedef in __anon08d78bad0111::BoUpSLP