Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Table

114   MultiOnDiskHashTable<ASTDeclContextNameLookupTrait> Table;
119 DeclContextLookupTable() : Table() {}
121 : Table(std::move(O.Table)) {}
123 Table = std::move(O.Table);
128 /// \brief Base class for the trait describing the on-disk hash table for the
132 /// functionality for accessing the on-disk hash table of identifiers
190 /// \brief The on-disk hash table used to contain information about
237 /// \brief The on-disk hash table used for the global method pool.
241 /// \brief Trait class used to search the on-disk hash table containing all of
244 /// The on-disk hash table contains a mapping from each header path to
287 /// \brief The on-disk hash table used for known header files.