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

/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp126 FinalizeSettings (Target *target, OptionGroupFormat& format_options) argument
129 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue();
130 OptionValueUInt64 &count_value = format_options.GetCountValue();
133 const bool count_option_set = format_options.GetCountValue().OptionWasSet();
135 switch (format_options.GetFormat())
146 format_options.GetCountValue() = 8;
163 format_options.GetCountValue() = 8;
171 format_options.GetCountValue() = 8;
188 format_options.GetCountValue() = 8;
205 format_options
[all...]
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc192 std::vector<std::string> format_options; variable
193 writer.AppendArrayOfStrings(format_options);

Completed in 1525 milliseconds