Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Ddecode.cc51 std::array<char, 2> ReadLengthModifier(const char* str) { in ReadLengthModifier() function
126 const std::array<char, 2> length = ReadLengthModifier(&format[i]); in ParseFormatSpec()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpigweed_detokenizer.cc260 static std::array<char, 2> ReadLengthModifier(std::string fmt, size_t ix) { in ReadLengthModifier() function
290 const std::array<char, 2> length = ReadLengthModifier(format, i); in FormatString()