Searched refs:MergeFromString (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py143 # TODO(robinson): MergeFromString() should probably return None and be
147 # MergeFromString().
149 def MergeFromString(self, serialized): member in class:Message
180 """Like MergeFromString(), except we clear the object first."""
182 self.MergeFromString(serialized)
/external/protobuf/python/google/protobuf/
H A Dmessage.py129 # TODO(robinson): MergeFromString() should probably return None and be
133 # MergeFromString().
135 def MergeFromString(self, serialized): member in class:Message
166 """Like MergeFromString(), except we clear the object first."""
168 self.MergeFromString(serialized)
H A Dreflection.py607 message.MergeFromString(s)
818 def MergeFromString(self, serialized): function in function:_AddMergeFromStringMethod
830 cls.MergeFromString = MergeFromString
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_cpp_generated_test.py77 pb2.MergeFromString(pb1.SerializeToString())
H A Dunknown_fields_test.py151 proto.MergeFromString(serialized)
156 new_raw.MergeFromString(reserialized)
H A Dcpp_message.py570 self.MergeFromString(serialized)
572 def MergeFromString(self, serialized): function in function:_AddMessageMethods
573 byte_size = self._cmsg.MergeFromString(serialized)
652 msg.MergeFromString(string)
H A Dreflection_test.py1624 raw.MergeFromString(serialized)
1635 message2.MergeFromString(raw.item[0].message)
1640 # The pure Python API throws an exception on MergeFromString(),
1643 # MergeFromString and thus has no way to throw the exception.
1652 message2.MergeFromString(bytes)
1670 proto.optional_nested_message.MergeFromString('')
1679 proto2.MergeFromString(serialized)
2143 second_proto.MergeFromString(serialized)
2152 second_proto.MergeFromString(serialized)
2160 second_proto.MergeFromString(serialize
[all...]
H A Dpython_message.py557 message.MergeFromString(s)
792 def MergeFromString(self, serialized): function in function:_AddMergeFromStringMethod
804 cls.MergeFromString = MergeFromString
/external/protobuf/src/google/protobuf/
H A Dtext_format.h201 static bool MergeFromString(const string& input, Message* output);
222 // Like TextFormat::MergeFromString().
223 bool MergeFromString(const string& input, Message* output);
H A Dtext_format.cc795 bool TextFormat::Parser::MergeFromString(const string& input, function in class:google::protobuf::TextFormat::Parser
840 /* static */ bool TextFormat::MergeFromString(const string& input, function in class:google::protobuf::TextFormat
842 return Parser().MergeFromString(input, output);
H A Dtext_format_unittest.cc978 EXPECT_TRUE(parser.MergeFromString("a: 1 b: 2 c: 3 a: 4", &message));
985 EXPECT_TRUE(parser.MergeFromString("c: 1 c: 2", &message));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h203 static bool MergeFromString(const string& input, Message* output);
289 // Like TextFormat::MergeFromString().
290 bool MergeFromString(const string& input, Message* output);
H A Dtext_format.cc1072 bool TextFormat::Parser::MergeFromString(const string& input, function in class:google::protobuf::TextFormat::Parser
1119 /* static */ bool TextFormat::MergeFromString(const string& input, function in class:google::protobuf::TextFormat
1121 return Parser().MergeFromString(input, output);
H A Dtext_format_unittest.cc1143 EXPECT_TRUE(parser.MergeFromString("a: 1 b: 2 c: 3 a: 4", &message));
1150 EXPECT_TRUE(parser.MergeFromString("c: 1 c: 2", &message));
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py1227 raw.MergeFromString(serialized)
1238 message2.MergeFromString(raw.item[0].message)
1246 self.assertRaises(UnicodeDecodeError, message2.MergeFromString, bytes)
1260 proto.optional_nested_message.MergeFromString('')
1269 proto2.MergeFromString(serialized)
1720 second_proto.MergeFromString(serialized)
1729 second_proto.MergeFromString(serialized)
1737 second_proto.MergeFromString(serialized)
1825 second_proto.MergeFromString(serialized)
1830 # Ensure that we recursively call MergeFromString() o
[all...]
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1554 request.MergeFromString(raw_request)
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc244 CMETHOD(MergeFromString, METH_O,

Completed in 634 milliseconds