OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlagRegistry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
37
// *
FlagRegistry
owns CommandLineFlags owns FlagValue.
38
// * FlagSaver holds a
FlagRegistry
(saves it at construct time,
59
//
FlagRegistry
is a collection of CommandLineFlags. There's the
66
// CommandLineFlag is owned by exactly one
FlagRegistry
.
FlagRegistry
69
//
FlagRegistry
lock before doing so.
82
// the innards of the FlagValue->CommandLineFlag->
FlagRegistry
class
83
// hierarchy to do that. It's careful to acquire the
FlagRegistry
235
friend class
FlagRegistry
; // checks value_buffer_ for flags_by_ptr_ map
464
//
FlagRegistry
. If you wish to modify fields in this class, yo
[
all
...]
/external/open-vcdiff/gflags/src/
gflags.cc
37
// *
FlagRegistry
owns CommandLineFlags owns FlagValue.
38
// * FlagSaver holds a
FlagRegistry
(saves it at construct time,
59
//
FlagRegistry
is a collection of CommandLineFlags. There's the
66
// CommandLineFlag is owned by exactly one
FlagRegistry
.
FlagRegistry
69
//
FlagRegistry
lock before doing so.
82
// the innards of the FlagValue->CommandLineFlag->
FlagRegistry
class
83
// hierarchy to do that. It's careful to acquire the
FlagRegistry
235
friend class
FlagRegistry
; // checks value_buffer_ for flags_by_ptr_ map
464
//
FlagRegistry
. If you wish to modify fields in this class, yo
[
all
...]
Completed in 309 milliseconds