Home | History | Annotate | Download | only in wtf

Lines Matching full:checktableconsistency

34 // Enables internal WTF consistency checks that are invoked automatically. Non-WTF callers can call checkTableConsistency() even if internal checks are disabled.
346 void checkTableConsistency() const;
348 static void checkTableConsistency() { }
351 void internalCheckTableConsistency() const { checkTableConsistency(); }
996 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkTableConsistency() const