Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Table

70 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
621 // Handle the identifier table
625 std::unique_ptr<InterestingIdentifierTable> Table(
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
631 DEnd = Table->data_end();
650 /// table.
734 // Populate the hash table.
741 // Create the on-disk hash table in a buffer.
759 // Write the identifier table
862 /// \brief The current position within the identifier lookup table.
865 /// \brief The end position within the identifier lookup table.
886 IdentifierIndexTable &Table =
888 return new GlobalIndexIdentifierIterator(Table);