Searched defs:ParseMessage (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/python/google/protobuf/ | ||
D | reflection.py | 62 def ParseMessage(descriptor, byte_str): function |
/third_party/protobuf/src/google/protobuf/ | ||
D | parse_context.cc | 315 const char* ParseContext::ParseMessage(MessageLite* msg, const char* ptr) { in ParseMessage() function in google::protobuf::internal::ParseContext |
/third_party/protobuf/src/google/protobuf/util/ | ||
D | json_util_test.cc | 243 TEST_F(JsonUtilTest, ParseMessage) { in TEST_F() argument |