Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Table

69 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
617 // Handle the identifier table
621 std::unique_ptr<InterestingIdentifierTable> Table(
626 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
627 DEnd = Table->data_end();
646 /// table.
730 // Populate the hash table.
737 // Create the on-disk hash table in a buffer.
755 // Write the identifier table
858 /// \brief The current position within the identifier lookup table.
861 /// \brief The end position within the identifier lookup table.
882 IdentifierIndexTable &Table =
884 return new GlobalIndexIdentifierIterator(Table);