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.h 48 const BuilderRecord* GetRecord(const Label& label) const;
49 BuilderRecord* GetRecord(const Label& label);
builder_unittest.cc 94 builder_->GetRecord(settings_.toolchain_label());
116 BuilderRecord* a_record = builder_->GetRecord(a_label);
122 BuilderRecord* b_record = builder_->GetRecord(b_label);
163 BuilderRecord* c_record = builder_->GetRecord(c_label);
201 BuilderRecord* b_record = builder_->GetRecord(b_label);
211 BuilderRecord* a_record = builder_->GetRecord(a_label);
builder.cc 115 const BuilderRecord* record = GetRecord(label);
122 const BuilderRecord* record = GetRecord(label);
151 const BuilderRecord* Builder::GetRecord(const Label& label) const {
153 return const_cast<Builder*>(this)->GetRecord(label);
156 BuilderRecord* Builder::GetRecord(const Label& label) {
250 BuilderRecord* record = GetRecord(label);
283 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 381 backing_store_->GetRecord(&transaction2, 1, 1, m_key1, &result_value)
419 backing_store_->GetRecord(&transaction2, 1, 1, m_key3, &result_value)
653 backing_store_->GetRecord(
749 leveldb::Status s = backing_store_->GetRecord(&transaction2,
    [all...]
indexed_db_backing_store.h 187 virtual leveldb::Status GetRecord(
indexed_db_database.cc 584 s = backing_store_->GetRecord(transaction->BackingStoreTransaction(),
591 "Internal error in GetRecord.");
644 s = backing_store_->GetRecord(transaction->BackingStoreTransaction(),
651 "Internal error in GetRecord.");
    [all...]
indexed_db_backing_store.cc     [all...]

Completed in 302 milliseconds