Searched defs:default_format (Results 1 – 3 of 3) sorted by relevance
35 lldb::Format default_format, uint64_t default_byte_size, in OptionGroupFormat()
18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity()
56 static char default_format[] = { "%g" }; /* default */ variable