Home
last modified time | relevance | path

Searched refs:kMaxFormatFlagValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/libutils/
H A DString8_fuzz.cpp113 int32_t justify = dataProvider->ConsumeIntegralInRange<int32_t>(-kMaxFormatFlagValue, in fuzzFormat()
114 kMaxFormatFlagValue); in fuzzFormat()
127 std::to_string(dataProvider->ConsumeIntegralInRange<int>(0, kMaxFormatFlagValue)); in fuzzFormat()
H A DFuzzFormatTypes.h21 static constexpr int32_t kMaxFormatFlagValue = INT16_MAX; variable