Home
last modified time | relevance | path

Searched refs:Services (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DServices.java6 public final class Services { class
7 private Services() {} in Services() method in Services
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs83 Services = DescriptorUtil.ConvertAndMakeReadOnly(proto.Service, in FileDescriptor()
149 return (IReadOnlyList<DescriptorBase>) Services; in GetNestedDescriptorListForField()
244 public IList<ServiceDescriptor> Services { get; } property in Google.Protobuf.Reflection.FileDescriptor
363 foreach (ServiceDescriptor service in Services) in CrossLink()
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py232 class Services(descriptors.ServiceAccessor[ServiceClient]): class
302 rpcs: Services
348 self.services = descriptors.Services(services)
353 Services(self._impl, channel, self.services))
/external/python/cpython2/Doc/library/
Dmisc.rst5 Miscellaneous Services
Dsun.rst5 SunOS Specific Services
Dwindows.rst4 MS Windows Specific Services
Dsgi.rst5 SGI IRIX Specific Services
Dcrypto.rst5 Cryptographic Services
Dmm.rst5 Multimedia Services
Dlanguage.rst5 Python Language Services
Dpython.rst5 Python Runtime Services
Dunix.rst5 Unix Specific Services
/external/python/cpython3/Doc/library/
Dmisc.rst4 Miscellaneous Services
Dwindows.rst4 MS Windows Specific Services
Dcrypto.rst4 Cryptographic Services
Dmm.rst4 Multimedia Services
Dlanguage.rst4 Python Language Services
Dpython.rst4 Python Runtime Services
Dunix.rst4 Unix Specific Services
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs33 Services = { Math.BindService(new MathServiceImpl()) }, in Main()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs34 Services = { RouteGuide.BindService(new RouteGuideImpl(features)) }, in Main()
/external/oauth/core/src/main/java/
DAndroid.bp1 // Build the client static library for the Google Services Framework
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs38 get { return global::Grpc.Testing.EmptyServiceReflection.Descriptor.Services[0]; }

1234567891011