Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddetokenize.py358 BASE64_PREFIX = encode.BASE64_PREFIX.encode() variable
376 prefix: Union[str, bytes] = BASE64_PREFIX,
401 prefix: Union[str, bytes] = BASE64_PREFIX,
412 prefix: Union[str, bytes] = BASE64_PREFIX,
512 default=BASE64_PREFIX,
Dserial_detokenizer.py53 default=detokenize.BASE64_PREFIX,
Dencode.py22 BASE64_PREFIX = '$' variable