HomeSort by relevance Sort by last modified time
    Searched refs:SerializePartialToString (Results 1 - 8 of 8) sorted by null

  /external/libprotobuf-mutator/src/
binary_format.cc 46 if (!message.SerializePartialToString(&tmp)) return {};
  /external/protobuf/python/google/protobuf/
message.py 199 def SerializePartialToString(self):
290 return dict(serialized=self.SerializePartialToString())
  /external/protobuf/src/google/protobuf/
message_lite.h 215 bool SerializePartialToString(string* output) const;
message_lite.cc 314 bool MessageLite::SerializePartialToString(string* output) const {
  /external/protobuf/python/google/protobuf/internal/
python_message.py     [all...]
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
descriptor.cc     [all...]

Completed in 933 milliseconds