HomeSort by relevance Sort by last modified time
    Searched defs:CheckEntry (Results 1 - 4 of 4) sorted by null

  /art/runtime/
indirect_reference_table-inl.h 65 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
72 inline bool IndirectReferenceTable::CheckEntry(const char* what,
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 122 void CheckEntry() {
139 CheckEntry();
150 CheckEntry();
159 CheckEntry();
172 CheckEntry();
184 CheckEntry();
199 CheckEntry();
211 CheckEntry();
224 CheckEntry();
235 CheckEntry();
    [all...]
  /external/skia/tools/bookmaker/
spellCheck.cpp 24 struct CheckEntry {
66 unordered_map<string, CheckEntry> fCode;
67 unordered_map<string, CheckEntry> fColons;
68 unordered_map<string, CheckEntry> fDigits;
69 unordered_map<string, CheckEntry> fDots;
70 unordered_map<string, CheckEntry> fParens; // also hold destructors, operators
71 unordered_map<string, CheckEntry> fUnderscores;
72 unordered_map<string, CheckEntry> fWords;
469 static bool stringCompare(const std::pair<string, CheckEntry>& i, const std::pair<string, CheckEntry>& j)
    [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 24 struct CheckEntry {
67 unordered_map<string, CheckEntry> fCode;
68 unordered_map<string, CheckEntry> fColons;
69 unordered_map<string, CheckEntry> fDigits;
70 unordered_map<string, CheckEntry> fDots;
71 unordered_map<string, CheckEntry> fParens; // also hold destructors, operators
72 unordered_map<string, CheckEntry> fUnderscores;
73 unordered_map<string, CheckEntry> fWords;
476 static bool stringCompare(const std::pair<string, CheckEntry>& i, const std::pair<string, CheckEntry>& j)
    [all...]

Completed in 192 milliseconds