OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FlagList
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
flags.h
20
class V8_EXPORT_PRIVATE
FlagList
{
/external/webrtc/webrtc/base/
flags.cc
35
FlagList
::Register(this);
106
// Implementation of
FlagList
108
Flag*
FlagList
::list_ = NULL;
111
FlagList
::
FlagList
() {
115
void
FlagList
::Print(const char* file, bool print_current_value) {
131
Flag*
FlagList
::Lookup(const char* name) {
139
void
FlagList
::SplitArgument(const char* arg,
177
int
FlagList
::SetFlagsFromCommandLine(int* argc, const char** argv,
258
void
FlagList
::Register(Flag* flag)
[
all
...]
flags.h
17
// see the
FlagList
class. For full programmatic access to any
151
friend class
FlagList
; // accesses next_
190
class
FlagList
{
192
FlagList
();
Completed in 1169 milliseconds