Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Dencode_args.cc41 size_t EncodeInt(int value, const std::span<std::byte>& output) { in EncodeInt() function
105 argument_bytes = EncodeInt(va_arg(args, int), output); in EncodeArgs()