Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Ddecode_test.cc33 const FormatString kOneArg("Hello %s"); variable
81 auto result = kOneArg.Format("\5hello"); in TEST()
88 auto result = kOneArg.Format("\5helloworld"); in TEST()