OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:switch_value
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
command_line.cc
54
// Fills in |switch_string| and |
switch_value
| if |string| is a switch.
58
CommandLine::StringType*
switch_value
) {
60
switch_value
->clear();
68
*
switch_value
= string.substr(equals_position + 1);
85
CommandLine::StringType
switch_value
;
local
87
if (parse_switches && IsSwitch(arg, &switch_string, &
switch_value
)) {
90
switch_value
);
local
92
command_line->AppendSwitchNative(switch_string,
switch_value
);
453
StringType
switch_value
;
local
457
if (parse_switches && IsSwitch(arg, &switch_string, &
switch_value
)) {
[
all
...]
/art/compiler/optimizing/
dead_code_elimination.cc
57
int32_t
switch_value
= switch_input->AsIntConstant()->GetValue();
local
63
static_cast<uint32_t>(
switch_value
) - static_cast<uint32_t>(start_value);
Completed in 173 milliseconds