OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRecord
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/Basic/
Builtins.h
84
return
GetRecord
(ID).Name;
89
return
GetRecord
(ID).Type;
95
return strchr(
GetRecord
(ID).Attributes, 'c') != 0;
100
return strchr(
GetRecord
(ID).Attributes, 'n') != 0;
105
return strchr(
GetRecord
(ID).Attributes, 'r') != 0;
110
return strchr(
GetRecord
(ID).Attributes, 'j') != 0;
116
return strchr(
GetRecord
(ID).Attributes, 'u') != 0;
122
return strchr(
GetRecord
(ID).Attributes, 'F') != 0;
129
return strchr(
GetRecord
(ID).Attributes, 'f') != 0;
136
return strchr(
GetRecord
(ID).Attributes, 'i') != 0
[
all
...]
/external/clang/lib/Basic/
Builtins.cpp
30
const Builtin::Info &Builtin::Context::
GetRecord
(unsigned ID) const {
94
Table.get(
GetRecord
(ID).Name).setBuiltinID(0);
100
const char *Printf = strpbrk(
GetRecord
(ID).Attributes, "pP");
119
const char *Scanf = strpbrk(
GetRecord
(ID).Attributes, "sS");
/external/chromium_org/tools/gn/
builder.h
48
const BuilderRecord*
GetRecord
(const Label& label) const;
49
BuilderRecord*
GetRecord
(const Label& label);
builder_unittest.cc
104
builder_->
GetRecord
(settings_.toolchain_label());
126
BuilderRecord* a_record = builder_->
GetRecord
(a_label);
132
BuilderRecord* b_record = builder_->
GetRecord
(b_label);
173
BuilderRecord* c_record = builder_->
GetRecord
(c_label);
211
BuilderRecord* b_record = builder_->
GetRecord
(b_label);
221
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);
278
BuilderRecord* record =
GetRecord
(label);
/external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc
65
backing_store_->
GetRecord
(&transaction2, 1, 1, m_key1, &result_value);
121
bool ok = backing_store_->
GetRecord
(&transaction2,
187
ok = backing_store_->
GetRecord
(
190
ok = backing_store_->
GetRecord
(
193
ok = backing_store_->
GetRecord
(&transaction1,
199
ok = backing_store_->
GetRecord
(
indexed_db_backing_store.h
122
virtual bool
GetRecord
(IndexedDBBackingStore::Transaction* transaction,
indexed_db_database.cc
580
ok = backing_store_->
GetRecord
(transaction->BackingStoreTransaction(),
588
"Internal error in
GetRecord
."));
633
ok = backing_store_->
GetRecord
(transaction->BackingStoreTransaction(),
641
"Internal error in
GetRecord
."));
[
all
...]
indexed_db_backing_store.cc
[
all
...]
Completed in 1191 milliseconds