OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsConfig
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/gn/
config.cc
18
Config* Config::
AsConfig
() {
22
const Config* Config::
AsConfig
() const {
config.h
18
virtual Config*
AsConfig
() OVERRIDE;
19
virtual const Config*
AsConfig
() const OVERRIDE;
item.cc
18
Config* Item::
AsConfig
() { return NULL; }
19
const Config* Item::
AsConfig
() const { return NULL; }
26
if (
AsConfig
())
builder_record.cc
41
return !!item->
AsConfig
();
54
if (item->
AsConfig
())
item.h
39
virtual Config*
AsConfig
();
40
virtual const Config*
AsConfig
() const;
builder.cc
431
cur.ptr = record->item()->
AsConfig
();
Completed in 69 milliseconds