Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Dcpp_message.py26 class GeneratedProtocolMessageType(_message.MessageMeta): class
/third_party/protobuf/python/google/protobuf/
Dreflection.py34 GeneratedProtocolMessageType = message_factory._GENERATED_PROTOCOL_MESSAGE_TYPE variable
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py58 class GeneratedProtocolMessageType(type): class