Home
last modified time | relevance | path

Searched defs:ParseString (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime_test.cc179 TEST(DateTimeTest, ParseString) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h402 inline void Tokenizer::ParseString(const string& text, string* output) { in ParseString() function
Dtokenizer_unittest.cc799 TEST_F(TokenizerTest, ParseString) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc292 util::Status JsonStreamParser::ParseString() { in ParseString() function in google::protobuf::util::converter::JsonStreamParser
/frameworks/base/tools/aapt2/
DResourceParser.cpp786 bool ResourceParser::ParseString(xml::XmlPullParser* parser, in ParseString() function in aapt::ResourceParser