Searched defs:Detokenize (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | detokenize_test.cc | 64 class Detokenize : public ::testing::Test { class 66 Detokenize() : detok_(TokenDatabase::Create<kTestDatabase>()) {} in Detokenize() function in pw::tokenizer::__anonb6292e900111::Detokenize 70 TEST_F(Detokenize, NoFormatting) { in TEST_F() argument 77 TEST_F(Detokenize, FromElfSection) { in TEST_F() argument 95 TEST_F(Detokenize, FromElfFile) { in TEST_F() argument 106 TEST_F(Detokenize, BestString_MissingToken_IsEmpty) { in TEST_F() argument 111 TEST_F(Detokenize, BestString_ShorterToken_ZeroExtended) { in TEST_F() argument 118 TEST_F(Detokenize, BestString_UnknownToken_IsEmpty) { in TEST_F() argument 126 TEST_F(Detokenize, BestStringWithErrors_MissingToken_ErrorMessage) { in TEST_F() argument 132 TEST_F(Detokenize, BestStringWithErrors_ShorterTokenMatchesStrings) { in TEST_F() argument [all …]
|
H A D | detokenize.cc | 40 void Detokenize(std::string_view chunk) { in Detokenize() function in pw::tokenizer::__anon5cb574110111::NestedMessageDetokenizer 52 void Detokenize(char next_char) { in Detokenize() function in pw::tokenizer::__anon5cb574110111::NestedMessageDetokenizer 249 DetokenizedString Detokenizer::Detokenize( in Detokenize() function in pw::tokenizer::Detokenizer
|
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
H A D | detokenize.h | 114 DetokenizedString Detokenize(const span<const uint8_t>& encoded) const { in Detokenize() function 119 DetokenizedString Detokenize(std::string_view encoded) const { in Detokenize() function 124 DetokenizedString Detokenize(const void* encoded, size_t size_bytes) const { in Detokenize() function
|
/aosp_15_r20/external/pigweed/pw_malloc/ |
H A D | malloc_test.cc | 128 TEST_F(MallocTest, Detokenize) { in TEST_F() argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | pigweed_detokenizer.cc | 126 base::StatusOr<DetokenizedString> PigweedDetokenizer::Detokenize( in Detokenize() function in perfetto::trace_processor::pigweed::PigweedDetokenizer
|