Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Table

69 /// table.
302 IdentifierIndexTable &Table
304 IdentifierIndexTable::iterator Known = Table.find(Name);
305 if (Known == Table.end()) {
618 // Handle the identifier table
622 std::unique_ptr<InterestingIdentifierTable> Table(
627 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
628 DEnd = Table->data_end();
647 /// table.
731 // Populate the hash table.
738 // Create the on-disk hash table in a buffer.
756 // Write the identifier table
859 /// \brief The current position within the identifier lookup table.
862 /// \brief The end position within the identifier lookup table.
883 IdentifierIndexTable &Table =
885 return new GlobalIndexIdentifierIterator(Table);