Home
last modified time | relevance | path

Searched defs:containing_service (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/
Ddescriptor.py822 def __new__(cls, name, full_name, index, containing_service, argument
827 def __init__(self, name, full_name, index, containing_service, argument
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1801 const ServiceDescriptor* containing_service = in GetContainingService() local