Home
last modified time | relevance | path

Searched defs:Detokenize (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_tokenizer/
Ddetokenize_test.cc44 class Detokenize : public ::testing::Test { class
46 Detokenize() : detok_(TokenDatabase::Create<kBasicData>()) {} in Detokenize() function in pw::tokenizer::__anond201dfdf0111::Detokenize
50 TEST_F(Detokenize, NoFormatting) { in TEST_F() argument
57 TEST_F(Detokenize, BestString_MissingToken_IsEmpty) { in TEST_F() argument
62 TEST_F(Detokenize, BestString_ShorterToken_ZeroExtended) { in TEST_F() argument
69 TEST_F(Detokenize, BestString_UnknownToken_IsEmpty) { in TEST_F() argument
77 TEST_F(Detokenize, BestStringWithErrors_MissingToken_ErrorMessage) { in TEST_F() argument
83 TEST_F(Detokenize, BestStringWithErrors_ShorterTokenMatchesStrings) { in TEST_F() argument
89 TEST_F(Detokenize, BestStringWithErrors_UnknownToken_ErrorMessage) { in TEST_F() argument
Ddetokenize.cc109 DetokenizedString Detokenizer::Detokenize( in Detokenize() function in pw::tokenizer::Detokenizer
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Ddetokenize.h87 DetokenizedString Detokenize(const std::string_view& encoded) const { in Detokenize() function
91 DetokenizedString Detokenize(const void* encoded, size_t size_bytes) const { in Detokenize() function