Home
last modified time | relevance | path

Searched defs:_service (Results 1 – 7 of 7) sorted by relevance

/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dbuilder.py120 from google.protobuf import service as _service unknown
/external/protobuf/python/google/protobuf/internal/
Dbuilder.py120 from google.protobuf import service as _service unknown
/external/cronet/third_party/icu/source/common/
Dservls.cpp156 const ICULocaleService* _service; member in ServiceEnumeration
Dserv.cpp221 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) in CacheEntry()
/external/icu/icu4c/source/common/
Dservls.cpp156 const ICULocaleService* _service; member in ServiceEnumeration
Dserv.cpp221 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) in CacheEntry()
/external/python/bumble/bumble/
Dgatt_client.py463 async def discover_included_services(self, _service): argument