Home
last modified time | relevance | path

Searched refs:ParseMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dreflection.py65 def ParseMessage(descriptor, byte_str): function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util_test.cc133 TEST_F(JsonUtilTest, ParseMessage) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py1084 new_prius = reflection.ParseMessage(desc, serialized_prius)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt842 * Added ParseMessage(descriptor, bytes) to generate a new Message instance