OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneratedServiceType
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/generator/google/protobuf/
service_reflection.py
34
The
GeneratedServiceType
and GeneratedServiceStubType metaclasses are used to
42
class
GeneratedServiceType
(type):
56
__metaclass__ =
GeneratedServiceType
77
if
GeneratedServiceType
._DESCRIPTOR_KEY not in dictionary:
79
descriptor = dictionary[
GeneratedServiceType
._DESCRIPTOR_KEY]
84
class GeneratedServiceStubType(
GeneratedServiceType
):
88
This class has similar responsibilities as
GeneratedServiceType
, except that
/external/protobuf/python/google/protobuf/
service_reflection.py
34
The
GeneratedServiceType
and GeneratedServiceStubType metaclasses are used to
42
class
GeneratedServiceType
(type):
56
__metaclass__ =
GeneratedServiceType
77
if
GeneratedServiceType
._DESCRIPTOR_KEY not in dictionary:
79
descriptor = dictionary[
GeneratedServiceType
._DESCRIPTOR_KEY]
84
class GeneratedServiceStubType(
GeneratedServiceType
):
88
This class has similar responsibilities as
GeneratedServiceType
, except that
Completed in 2861 milliseconds