Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc1524 TEST_F(TextFormatParserTest, ParseFieldValueFromString) { in TEST_F() argument
1529 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1535 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1541 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1547 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1553 EXPECT_FALSE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1643 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( in TEST_F()
Dtext_format.h468 static bool ParseFieldValueFromString(const std::string& input,
568 bool ParseFieldValueFromString(const std::string& input,
Dtext_format.cc1477 bool TextFormat::Parser::ParseFieldValueFromString(const std::string& input, in ParseFieldValueFromString() function in google::protobuf::TextFormat::Parser
2445 /* static */ bool TextFormat::ParseFieldValueFromString( in ParseFieldValueFromString() function in google::protobuf::TextFormat
2447 return Parser().ParseFieldValueFromString(input, field, message); in ParseFieldValueFromString()