Home
last modified time | relevance | path

Searched refs:GeneratedServiceType (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py34 The GeneratedServiceType and GeneratedServiceStubType metaclasses are used to
48 class GeneratedServiceType(type): class
62 __metaclass__ = GeneratedServiceType
83 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
86 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
89 dictionary[GeneratedServiceType._DESCRIPTOR_KEY] = descriptor
96 class GeneratedServiceStubType(GeneratedServiceType):
100 This class has similar responsibilities as GeneratedServiceType, except that

Completed in 1 milliseconds