/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_metrics_utils.py | 37 bluetooth_log.MergeFromString(proto_native_str) 38 bluetooth_log.MergeFromString(proto_java_str)
|
/test/vts/drivers/hal/common/specification_parser/ |
InterfaceSpecificationParser.cpp | 48 if (!google::protobuf::TextFormat::MergeFromString(data, is_message)) {
|
/external/nanopb-c/generator/google/protobuf/ |
message.py | 143 # TODO(robinson): MergeFromString() should probably return None and be 147 # MergeFromString(). 149 def MergeFromString(self, serialized): 180 """Like MergeFromString(), except we clear the object first.""" 182 self.MergeFromString(serialized)
|
/external/protobuf/python/google/protobuf/ |
message.py | 142 # TODO(robinson): MergeFromString() should probably return None and be 146 # MergeFromString(). 148 def MergeFromString(self, serialized): 181 Like MergeFromString(), except we clear the object first and 182 do not return the value that MergeFromString returns. 185 self.MergeFromString(serialized)
|
text_format.py | 433 def MergeFromString(self, text, message): [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.h | 332 static bool MergeFromString(const string& input, Message* output); 418 // Like TextFormat::MergeFromString(). 419 bool MergeFromString(const string& input, Message* output);
|
descriptor_unittest.cc | [all...] |
text_format.cc | [all...] |
text_format_unittest.cc | [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
text_format.h | 203 static bool MergeFromString(const string& input, Message* output); 289 // Like TextFormat::MergeFromString(). 290 bool MergeFromString(const string& input, Message* output);
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
text_format.h | 203 static bool MergeFromString(const string& input, Message* output); 289 // Like TextFormat::MergeFromString(). 290 bool MergeFromString(const string& input, Message* output);
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
text_format.h | 203 static bool MergeFromString(const string& input, Message* output); 289 // Like TextFormat::MergeFromString(). 290 bool MergeFromString(const string& input, Message* output);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
text_format.h | 332 static bool MergeFromString(const string& input, Message* output); 418 // Like TextFormat::MergeFromString(). 419 bool MergeFromString(const string& input, Message* output);
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
text_format.h | 203 static bool MergeFromString(const string& input, Message* output); 289 // Like TextFormat::MergeFromString(). 290 bool MergeFromString(const string& input, Message* output);
|
/test/vts/drivers/hal/framework/ |
SocketServer.cpp | 107 google::protobuf::TextFormat::MergeFromString(arg, func_msg); 117 google::protobuf::TextFormat::MergeFromString(arg, func_msg);
|
BinderServer.cpp | 166 google::protobuf::TextFormat::MergeFromString(arg, func_msg);
|
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
unknown_fields_test.py | 105 proto.MergeFromString(serialized) 110 new_raw.MergeFromString(reserialized)
|
python_message.py | 780 message.MergeFromString(s) [all...] |
message_test.py | 459 message.MergeFromString(pb) [all...] |
/test/vts/drivers/hal/common/replayer/ |
VtsHidlHalReplayer.cpp | 102 if (!google::protobuf::TextFormat::MergeFromString(record_str,
|
/test/vts/utils/native/trace_processor/ |
VtsTraceProcessor.cpp | 50 if (!TextFormat::MergeFromString(record_str, &record)) {
|
/external/nanopb-c/generator/google/protobuf/internal/ |
python_message.py | 557 message.MergeFromString(s) 792 def MergeFromString(self, serialized): 804 cls.MergeFromString = MergeFromString [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | [all...] |
/external/protobuf/src/google/protobuf/util/ |
message_differencer_unittest.cc | [all...] |