OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceDescriptorProto
(Results
1 - 10
of
10
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
parser.h
218
bool ParseServiceDefinition(
ServiceDescriptorProto
* service);
228
bool ParseServiceBlock(
ServiceDescriptorProto
* service);
234
bool ParseServiceStatement(
ServiceDescriptorProto
* message);
parser.cc
905
bool Parser::ParseServiceDefinition(
ServiceDescriptorProto
* service) {
913
bool Parser::ParseServiceBlock(
ServiceDescriptorProto
* service) {
932
bool Parser::ParseServiceStatement(
ServiceDescriptorProto
* service) {
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.pb.h
43
class
ServiceDescriptorProto
;
360
// repeated .google.protobuf.
ServiceDescriptorProto
service = 6;
364
inline const ::google::protobuf::
ServiceDescriptorProto
& service(int index) const;
365
inline ::google::protobuf::
ServiceDescriptorProto
* mutable_service(int index);
366
inline ::google::protobuf::
ServiceDescriptorProto
* add_service();
367
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
ServiceDescriptorProto
>&
369
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
ServiceDescriptorProto
>*
403
::google::protobuf::RepeatedPtrField< ::google::protobuf::
ServiceDescriptorProto
> service_;
[
all
...]
descriptor.pb.cc
220
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
ServiceDescriptorProto
, name_),
221
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
ServiceDescriptorProto
, method_),
222
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
ServiceDescriptorProto
, options_),
227
ServiceDescriptorProto
::default_instance_,
229
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
ServiceDescriptorProto
, _has_bits_[0]),
230
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
ServiceDescriptorProto
, _unknown_fields_),
234
sizeof(
ServiceDescriptorProto
));
436
ServiceDescriptorProto_descriptor_, &
ServiceDescriptorProto
::default_instance());
476
delete
ServiceDescriptorProto
::default_instance_;
[
all
...]
descriptor.h
81
class
ServiceDescriptorProto
;
708
void CopyTo(
ServiceDescriptorProto
* proto) const;
[
all
...]
descriptor.cc
[
all
...]
descriptor_unittest.cc
85
ServiceDescriptorProto
* AddService(FileDescriptorProto* file,
87
ServiceDescriptorProto
* result = file->add_service();
148
MethodDescriptorProto* AddMethod(
ServiceDescriptorProto
* service,
[
all
...]
/external/protobuf/python/google/protobuf/internal/
descriptor_test.py
329
descriptor_pb2.
ServiceDescriptorProto
,
/external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
458
ServiceDescriptorProto
sdp;
[
all
...]
Completed in 278 milliseconds