OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flag_name
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
chrome_frame_operations.cc
43
const char*
flag_name
;
member in struct:installer::FlagToOption
51
if (uninstall_command.HasSwitch(scan->
flag_name
))
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.h
98
// *
flag_name
: The command-line flag used to specify an output file of
111
void RegisterGenerator(const string&
flag_name
,
116
// Besides
flag_name
you can specify another option_flag_name that could be
123
void RegisterGenerator(const string&
flag_name
,
272
string
flag_name
;
member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
729
const char*
flag_name
;
local
739
flag_name
= key->c_str();
741
CommandLineFlag* flag = FindFlagLocked(
flag_name
);
748
if (!(
flag_name
[0] == 'n' &&
flag_name
[1] == 'o')) {
754
flag = FindFlagLocked(
flag_name
+2);
770
key->assign(
flag_name
+2); // the name without the "no"
[
all
...]
/external/open-vcdiff/gflags/src/
gflags.cc
729
const char*
flag_name
;
local
739
flag_name
= key->c_str();
741
CommandLineFlag* flag = FindFlagLocked(
flag_name
);
748
if (!(
flag_name
[0] == 'n' &&
flag_name
[1] == 'o')) {
754
flag = FindFlagLocked(
flag_name
+2);
770
key->assign(
flag_name
+2); // the name without the "no"
[
all
...]
Completed in 385 milliseconds