Home
last modified time | relevance | path

Searched defs:ParseMessage (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/
Dreflection.py156 def ParseMessage(descriptor, byte_str): function
/external/nanopb-c/generator/google/protobuf/
Dreflection.py152 def ParseMessage(descriptor, byte_str): function
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
Dprotobufwireadapter.cc172 void ProtobufWireAdapter::ParseMessage(const std::vector<uint8_t>& data) { in ParseMessage() function in polo::wire::protobuf::ProtobufWireAdapter