Searched refs:CommandLineFlagInfo (Results 1 - 9 of 9) sorted by relevance

/external/open-vcdiff/gflags/src/
H A Dgflags_completions.cc103 const vector<CommandLineFlagInfo> &all_flags,
106 set<const CommandLineFlagInfo *> *all_matches,
110 const CommandLineFlagInfo &flag,
117 const set<const CommandLineFlagInfo *> &all_matches,
124 const vector<CommandLineFlagInfo> all_flags,
131 const set<const CommandLineFlagInfo *> &matching_flags,
137 const set<const CommandLineFlagInfo *> &matching_flags,
139 set<const CommandLineFlagInfo *> *unused_flags);
144 const set<const CommandLineFlagInfo *> &group,
156 const CommandLineFlagInfo
[all...]
H A Dgflags_reporting.cc92 // a CommandLineFlagInfo, which is the way the commandlineflags
114 string DescribeOneFlag(const CommandLineFlagInfo& flag) {
205 static string DescribeOneFlagInXML(const CommandLineFlagInfo& flag) {
272 vector<CommandLineFlagInfo> flags;
278 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
318 vector<CommandLineFlagInfo> flags;
331 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
408 vector<CommandLineFlagInfo> flags;
411 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
H A Dgflags.cc73 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
485 void FillCommandLineFlagInfo(struct CommandLineFlagInfo* result);
558 CommandLineFlagInfo* result) {
649 friend void GOOGLE_NAMESPACE::GetAllFlags(vector<CommandLineFlagInfo>*);
1391 bool operator()(const CommandLineFlagInfo& a,
1392 const CommandLineFlagInfo& b) const {
1400 void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT) {
1405 CommandLineFlagInfo fi;
1526 bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT) {
1540 CommandLineFlagInfo GetCommandLineFlagInfoOrDi
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc92 // a CommandLineFlagInfo, which is the way the commandlineflags
114 string DescribeOneFlag(const CommandLineFlagInfo& flag) {
205 static string DescribeOneFlagInXML(const CommandLineFlagInfo& flag) {
272 vector<CommandLineFlagInfo> flags;
278 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
318 vector<CommandLineFlagInfo> flags;
331 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
406 vector<CommandLineFlagInfo> flags;
409 for (vector<CommandLineFlagInfo>::const_iterator flag = flags.begin();
H A Dgflags.cc73 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
485 void FillCommandLineFlagInfo(struct CommandLineFlagInfo* result);
558 CommandLineFlagInfo* result) {
649 friend void ::google::GetAllFlags(vector<CommandLineFlagInfo>*);
1400 bool operator()(const CommandLineFlagInfo& a,
1401 const CommandLineFlagInfo& b) const {
1409 void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT) {
1414 CommandLineFlagInfo fi;
1535 bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT) {
1549 CommandLineFlagInfo GetCommandLineFlagInfoOrDi
[all...]
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h164 struct CommandLineFlagInfo { struct in namespace:google
175 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
182 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
212 // CommandLineFlagInfo or unchanged if we return false.
214 CommandLineFlagInfo* OUTPUT);
216 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
219 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
/external/chromium_org/third_party/cld/base/
H A Dcommandlineflags.h86 struct CommandLineFlagInfo { struct
97 extern void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT);
104 extern string DescribeOneFlag(const CommandLineFlagInfo& flag);
134 // CommandLineFlagInfo or unchanged if we return false.
136 CommandLineFlagInfo* OUTPUT);
138 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
141 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
/external/open-vcdiff/gflags/src/gflags/
H A Dgflags.h168 struct CommandLineFlagInfo { struct in namespace:google
184 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
191 extern std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
221 // CommandLineFlagInfo or unchanged if we return false.
223 CommandLineFlagInfo* OUTPUT);
225 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
228 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
/external/open-vcdiff/gflags/src/windows/gflags/
H A Dgflags.h177 struct GFLAGS_DLL_DECL CommandLineFlagInfo { struct in namespace:google
193 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
200 extern GFLAGS_DLL_DECL std::string DescribeOneFlag(const CommandLineFlagInfo& flag);
230 // CommandLineFlagInfo or unchanged if we return false.
232 CommandLineFlagInfo* OUTPUT);
234 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
237 extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);

Completed in 159 milliseconds