Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Ddetokenize.cc37 using DecodingResult = std::pair<DecodedFormatString, uint32_t>; typedef
42 bool IsBetterResult(const DecodingResult& lhs, const DecodingResult& rhs) { in IsBetterResult()
75 std::vector<DecodingResult> results; in DetokenizedString()
78 results.push_back(DecodingResult{format.Format(arguments), date_removed}); in DetokenizedString()