Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc1439 TEST_F(TextFormatParserTest, ParseFieldValueFromString) { in TEST_F() argument
1444 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1450 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1456 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1462 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1468 EXPECT_FALSE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1558 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( in TEST_F()
Dtext_format.h451 static bool ParseFieldValueFromString(const std::string& input,
551 bool ParseFieldValueFromString(const std::string& input,
Dtext_format.cc1473 bool TextFormat::Parser::ParseFieldValueFromString(const std::string& input, in ParseFieldValueFromString() function in google::protobuf::TextFormat::Parser
2414 /* static */ bool TextFormat::ParseFieldValueFromString( in ParseFieldValueFromString() function in google::protobuf::TextFormat
2416 return Parser().ParseFieldValueFromString(input, field, message); in ParseFieldValueFromString()