Home
last modified time | relevance | path

Searched refs:IndexEntry (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/lex/
DTransitionTable.cpp38 struct IndexEntry { struct
115 std::vector<IndexEntry> indices; in WriteTransitionTable()
135 indices.push_back(IndexEntry{kZero, 0}); in WriteTransitionTable()
140 indices.push_back(IndexEntry{kCompactEntry, index}); in WriteTransitionTable()
144 indices.push_back(IndexEntry{kFullEntry, index}); in WriteTransitionTable()
217 for (const IndexEntry& entry : indices) { in WriteTransitionTable()
/third_party/skia/src/sksl/
DSkSLLexer.cpp23 struct IndexEntry { struct
411 static constexpr IndexEntry kIndices[] = {
459 IndexEntry index = kIndices[state]; in get_transition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp71 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
82 IndexEntry)) in addUnitsImpl()
186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local
187 if (const auto *C = IndexEntry->getOffset(DW_SECT_LOC)) in DWARFUnit()
263 IndexEntry = Entry; in extract()
264 if (!IndexEntry && Index) in extract()
265 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()
289 if (IndexEntry) { in extract()
292 auto *UnitContrib = IndexEntry->getOffset(); in extract()
295 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dfield.js27 let IndexEntry; variable
194 IndexEntry, property
Dindexer_test.js17 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
Dkernel.js27 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
510 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()