Searched defs:Service (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
H A DService.java23 public interface Service { interface
/external/protobuf/src/google/protobuf/
H A Dservice.cc40 Service::~Service() {}
H A Dservice.h110 class Service;
123 // interface can be used to call the methods of the Service without knowing
125 class LIBPROTOBUF_EXPORT Service { class in namespace:google::protobuf
127 inline Service() {} function in class:google::protobuf::Service
128 virtual ~Service();
153 // used by this Service. For stubs, the "correct type" depends on the
154 // RpcChannel which the stub is using. Server-side Service
191 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Service);
261 // communication line to a Service which can be used to call that Service'
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DService.java48 public interface Service { interface
65 * being used by this Service. For stubs, the "correct type" depends
66 * on the RpcChannel which the stub is using. Server-side Service
112 * the {@code Service} implementation constructs the response message itself,
/external/protobuf/python/google/protobuf/
H A Dservice.py51 class Service(object): class in inherits:object
81 used by this Service. For stubs, the "correct type" depends on the
208 construct a stub {@link Service} wrapping it. Example:
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/guava/src/com/google/common/base/
H A DService.java47 public interface Service { interface

Completed in 157 milliseconds