Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc445 string decode_str; in TEST() local
483 decode_str.clear(); in TEST()
485 StringPiece(encode_buffer, cypher_length), &decode_str)); in TEST()
488 EXPECT_EQ(base64_tests[i].plain_length, decode_str.length()); in TEST()
491 EXPECT_EQ(plaintext, decode_str); in TEST()
/external/python/cpython2/Parser/
Dtokenizer.c159 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str() function
670 decode_str(const char *input, int single, struct tok_state *tok) in decode_str() function
739 str = (char *)decode_str(str, exec_input, tok); in PyTokenizer_FromString()
/external/python/cpython3/Parser/
Dtokenizer.c183 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str() function
747 decode_str(const char *input, int single, struct tok_state *tok) in decode_str() function
812 str = decode_str(str, exec_input, tok); in PyTokenizer_FromString()