Home
last modified time | relevance | path

Searched refs:IndexEntry (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/sksl/lex/
H A 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()
157 out << "struct IndexEntry {\n" in WriteTransitionTable()
216 << "static constexpr IndexEntry kIndices[] = {\n"; in WriteTransitionTable()
217 for (const IndexEntry& entry : indices) { in WriteTransitionTable()
222 << " IndexEntry index = kIndices[state];\n" in WriteTransitionTable()
/third_party/skia/src/sksl/
H A 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/
H A DDWARFUnit.cpp71 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
82 IndexEntry)) in addUnitsImpl()
186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit()
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 in extract()
967 auto IndexEntry = Header.getIndexEntry(); determineStringOffsetsTableContributionDWO() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; member in llvm::DWARFUnitHeader
93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
509 if (auto IndexEntry = Header.getIndexEntry())
510 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE))
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dindexer_test.js17 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
39 * Asserts a single IndexEntry at a given field number.
42 * @param {...!IndexEntry} expectedEntries
H A Dkernel.js27 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
34 * @param {!IndexEntry} indexEntry
71 * @param {!Array<!IndexEntry>} indexArray
92 * @param {!Array<!IndexEntry>} indexArray
127 * @param {!Array<!IndexEntry>} indexArray
147 * @param {!Array<!IndexEntry>} indexArray
168 * @param {!Array<!IndexEntry>} indexArray
180 * @param {!Array<!IndexEntry>} indexArray
206 * @param {!Array<!IndexEntry>} indexArray
222 * @param {!Array<!IndexEntry>} indexArra
[all...]

Completed in 12 milliseconds