Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Ddetokenize_fuzzer.cc81 auto detokenized_string = in LLVMFuzzerTestOneInput() local
83 static_cast<void>(detokenized_string); in LLVMFuzzerTestOneInput()
90 auto detokenized_string = detokenizer.Detokenize(str); in LLVMFuzzerTestOneInput() local
91 static_cast<void>(detokenized_string); in LLVMFuzzerTestOneInput()
100 auto detokenized_string = in LLVMFuzzerTestOneInput() local
102 static_cast<void>(detokenized_string); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Ddetokenize.py470 detokenized_string = self.detokenize(
474 if detokenized_string.matches():
475 return str(detokenized_string).encode()