OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RpcController
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
service.cc
42
RpcController
::~
RpcController
() {}
service.h
64
// void Foo(google::protobuf::
RpcController
* controller,
111
class
RpcController
;
155
// implementations are expected to accept whatever type of
RpcController
164
//
RpcController
can be queried to determine if an error occurred and
167
RpcController
* controller,
194
// An
RpcController
mediates a single method call. The primary purpose of
198
// The methods provided by the
RpcController
interface are intended to be a
202
class LIBPROTOBUF_EXPORT
RpcController
{
204
inline
RpcController
() {}
205
virtual ~
RpcController
();
[
all
...]
/external/protobuf/src/google/protobuf/
service.cc
42
RpcController
::~
RpcController
() {}
service.h
64
// void Foo(google::protobuf::
RpcController
* controller,
111
class
RpcController
;
155
// implementations are expected to accept whatever type of
RpcController
164
//
RpcController
can be queried to determine if an error occurred and
167
RpcController
* controller,
194
// An
RpcController
mediates a single method call. The primary purpose of
198
// The methods provided by the
RpcController
interface are intended to be a
202
class LIBPROTOBUF_EXPORT
RpcController
{
204
inline
RpcController
() {}
205
virtual ~
RpcController
();
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java
34
* <p>An {@code
RpcController
} mediates a single method call. The primary
44
* <p>The methods provided by the {@code
RpcController
} interface are intended
51
public interface
RpcController
{
57
* Resets the
RpcController
to its initial state so that it may be reused in
81
* canceled, the "done" callback will still be called and the
RpcController
/external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py
89
RpcController
.
118
class
RpcController
(object):
120
"""An
RpcController
mediates a single method call.
124
errors. The methods provided by the
RpcController
interface are intended
133
"""Resets the
RpcController
to its initial state.
135
After the
RpcController
has been reset, it may be reused in
160
canceled, the "done" callback will still be called and the
RpcController
212
RpcController
controller = rpcImpl.Controller()
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java
34
* <p>An {@code
RpcController
} mediates a single method call. The primary
44
* <p>The methods provided by the {@code
RpcController
} interface are intended
51
public interface
RpcController
{
57
* Resets the
RpcController
to its initial state so that it may be reused in
81
* canceled, the "done" callback will still be called and the
RpcController
/external/protobuf/python/google/protobuf/
service.py
89
RpcController
.
118
class
RpcController
(object):
120
"""An
RpcController
mediates a single method call.
124
errors. The methods provided by the
RpcController
interface are intended
133
"""Resets the
RpcController
to its initial state.
135
After the
RpcController
has been reset, it may be reused in
160
canceled, the "done" callback will still be called and the
RpcController
212
RpcController
controller = rpcImpl.Controller()
Completed in 85 milliseconds