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

/external/chromium_org/base/
H A Dcommand_line.cc35 // value by changing the value of switch_prefix_count to be one less than
42 size_t switch_prefix_count = arraysize(kSwitchPrefixes); member in namespace:__anon3724
45 for (size_t i = 0; i < switch_prefix_count; ++i) {
182 switch_prefix_count = arraysize(kSwitchPrefixes) - 1;

Completed in 83 milliseconds