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.cc1065 TEST_F(TextFormatParserTest, ParseFieldValueFromString) { in TEST_F() argument
1070 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1076 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1082 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1088 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1094 EXPECT_FALSE(TextFormat::ParseFieldValueFromString( \ in TEST_F()
1184 EXPECT_TRUE(TextFormat::ParseFieldValueFromString( in TEST_F()
Dtext_format.h337 static bool ParseFieldValueFromString(const string& input,
455 bool ParseFieldValueFromString(const string& input,
Dtext_format.cc1303 bool TextFormat::Parser::ParseFieldValueFromString( in ParseFieldValueFromString() function in google::protobuf::TextFormat::Parser
1864 /* static */ bool TextFormat::ParseFieldValueFromString( in ParseFieldValueFromString() function in google::protobuf::TextFormat
1868 return Parser().ParseFieldValueFromString(input, field, message); in ParseFieldValueFromString()