Searched refs:FormatSpecifier (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | result.cpp | 75 fmt::format_context& ctx, const std::vector<FormatSpecifier>& specifiers, in format() 84 std::vector<FormatSpecifier> filtered_specs; in format() 90 case FormatSpecifier::kArrow: in format() 93 case FormatSpecifier::kColor: in format() 96 case FormatSpecifier::kLongExpression: in format() 97 case FormatSpecifier::kShortExpression: in format() 102 case FormatSpecifier::kMessage: in format() 107 case FormatSpecifier::kNumbers: in format() 116 filtered_specs.push_back(FormatSpecifier::kShort); in format() 147 case FormatSpecifier::kFunction: in format() [all …]
|
D | result.h | 46 enum class FormatSpecifier : char { enum 71 FormatSpecifier::kArrow, 72 FormatSpecifier::kColor, 73 FormatSpecifier::kNumbers, 74 FormatSpecifier::kShort, 77 FormatSpecifier::kArrow, FormatSpecifier::kColor, 78 FormatSpecifier::kNumbers, FormatSpecifier::kLongLocation, 79 FormatSpecifier::kPrettyFunction, FormatSpecifier::kLongExpression, 80 FormatSpecifier::kMessage, 120 fmt::format_context& ctx, const std::vector<FormatSpecifier>& specifiers, [all …]
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 15371 Ljava/util/Formatter$FormatSpecifier; 54229 HSPLjava/util/Formatter$FormatSpecifier;-><init>(Ljava/util/Formatter;Ljava/lang/String;Ljava/lang/… 54230 HSPLjava/util/Formatter$FormatSpecifier;->addZeros(Ljava/lang/StringBuilder;I)V 54231 HSPLjava/util/Formatter$FormatSpecifier;->adjustWidth(ILjava/util/Formatter$Flags;Z)I 54232 HSPLjava/util/Formatter$FormatSpecifier;->appendJustified(Ljava/lang/Appendable;Ljava/lang/CharSequ… 54233 HSPLjava/util/Formatter$FormatSpecifier;->checkBadFlags([Ljava/util/Formatter$Flags;)V 54234 HSPLjava/util/Formatter$FormatSpecifier;->checkCharacter()V 54235 HSPLjava/util/Formatter$FormatSpecifier;->checkDateTime()V 54236 HSPLjava/util/Formatter$FormatSpecifier;->checkFloat()V 54237 HSPLjava/util/Formatter$FormatSpecifier;->checkGeneral()V [all …]
|
D | preloaded-classes | 16020 java.util.Formatter$FormatSpecifier
|