OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNameForType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
builder_record.cc
21
const char* BuilderRecord::
GetNameForType
(ItemType type) {
builder_record.h
48
static const char*
GetNameForType
(ItemType type);
builder.cc
263
BuilderRecord::
GetNameForType
(type) +
265
BuilderRecord::
GetNameForType
(record->type()));
295
std::string("This is not a ") + BuilderRecord::
GetNameForType
(type),
298
BuilderRecord::
GetNameForType
(type) + ".");
Completed in 42 milliseconds