HomeSort by relevance Sort by last modified time
    Searched refs:GetRecord (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
Builtins.h 86 return GetRecord(ID).Name;
91 return GetRecord(ID).Type;
97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr;
102 return strchr(GetRecord(ID).Attributes, 'n') != nullptr;
107 return strchr(GetRecord(ID).Attributes, 'r') != nullptr;
112 return strchr(GetRecord(ID).Attributes, 'j') != nullptr;
118 return strchr(GetRecord(ID).Attributes, 'u') != nullptr;
124 return strchr(GetRecord(ID).Attributes, 'F') != nullptr;
131 return strchr(GetRecord(ID).Attributes, 'f') != nullptr;
138 return strchr(GetRecord(ID).Attributes, 'i') != nullptr
    [all...]
  /external/chromium_org/tools/gn/
builder_unittest.cc 113 builder_->GetRecord(settings_.toolchain_label());
118 BuilderRecord* a_record = builder_->GetRecord(a_label);
124 BuilderRecord* b_record = builder_->GetRecord(b_label);
167 BuilderRecord* c_record = builder_->GetRecord(c_label);
207 BuilderRecord* b_record = builder_->GetRecord(b_label);
217 BuilderRecord* a_record = builder_->GetRecord(a_label);
builder.h 49 const BuilderRecord* GetRecord(const Label& label) const;
50 BuilderRecord* GetRecord(const Label& label);
builder.cc 117 const BuilderRecord* record = GetRecord(label);
124 const BuilderRecord* record = GetRecord(label);
153 const BuilderRecord* Builder::GetRecord(const Label& label) const {
155 return const_cast<Builder*>(this)->GetRecord(label);
158 BuilderRecord* Builder::GetRecord(const Label& label) {
269 BuilderRecord* record = GetRecord(label);
302 BuilderRecord* record = GetRecord(label);
  /external/clang/lib/Basic/
Builtins.cpp 31 const Builtin::Info &Builtin::Context::GetRecord(unsigned ID) const {
97 Table.get(GetRecord(ID).Name).setBuiltinID(0);
108 const char *Like = ::strpbrk(GetRecord(ID).Attributes, Fmt);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_utility.cpp 87 FX_LPBYTE CPDF_FXMP::GetRecord(FX_DWORD index)
font_int.h 163 FX_LPBYTE GetRecord(FX_DWORD index);
fpdf_font_cid.cpp 787 FX_LPCBYTE record = m_pExternalMap->GetRecord(CID);
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 397 backing_store_->GetRecord(&transaction2, 1, 1, m_key1, &result_value)
435 backing_store_->GetRecord(&transaction2, 1, 1, m_key3, &result_value)
669 backing_store_->GetRecord(
765 leveldb::Status s = backing_store_->GetRecord(&transaction2,
    [all...]
indexed_db_backing_store.h 383 virtual leveldb::Status GetRecord(
indexed_db_database.cc 592 s = backing_store_->GetRecord(transaction->BackingStoreTransaction(),
599 "Internal error in GetRecord.");
652 s = backing_store_->GetRecord(transaction->BackingStoreTransaction(),
659 "Internal error in GetRecord.");
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 2245 milliseconds