Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Ddecode.h82 size_t raw_size_bytes,
93 size_t raw_size_bytes = 0u,
108 size_t raw_size_bytes() const { return raw_data_size_bytes_; } in raw_size_bytes() function
111 DecodedArg(const char* format, size_t raw_size_bytes, ArgStatus status) in DecodedArg() argument
112 : spec_(format), raw_data_size_bytes_(raw_size_bytes), status_(status) {} in DecodedArg()
247 size_t raw_size_bytes, in FromValue() argument
249 DecodedArg arg(format, raw_size_bytes, status); in FromValue()
/external/pigweed/pw_tokenizer/
Ddecode.cc97 size_t raw_size_bytes, in DecodedArg() argument
101 raw_data_size_bytes_(raw_size_bytes), in DecodedArg()
344 arguments = arguments.subspan(results.back().raw_size_bytes()); in Format()