OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceDescriptorProto
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
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.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
...]
Completed in 17 milliseconds