Searched defs:SetCommandLineOption (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc42 // * Free functions like SetCommandLineOption() work via one of the
87 // retrieve a flag based on its name. SetCommandLineOption, on the
1504 // SetCommandLineOption()
1508 // SetCommandLineOption("foo", x) rather than FLAGS_foo = x).
1578 string SetCommandLineOption(const char* name, const char* value) { function in namespace:google
/external/open-vcdiff/gflags/src/
H A Dgflags.cc42 // * Free functions like SetCommandLineOption() work via one of the
87 // retrieve a flag based on its name. SetCommandLineOption, on the
1495 // SetCommandLineOption()
1499 // SetCommandLineOption("foo", x) rather than FLAGS_foo = x).
1569 string SetCommandLineOption(const char* name, const char* value) { function

Completed in 247 milliseconds