OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodDescriptorProto
(Results
1 - 8
of
8
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.h
44
class
MethodDescriptorProto
;
[
all
...]
descriptor.pb.cc
237
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, name_),
238
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, input_type_),
239
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, output_type_),
240
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, options_),
245
MethodDescriptorProto
::default_instance_,
247
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, _has_bits_[0]),
248
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
MethodDescriptorProto
, _unknown_fields_),
252
sizeof(
MethodDescriptorProto
));
438
MethodDescriptorProto_descriptor_, &
MethodDescriptorProto
::default_instance());
478
delete
MethodDescriptorProto
::default_instance_
[
all
...]
descriptor.h
82
class
MethodDescriptorProto
;
766
void CopyTo(
MethodDescriptorProto
* proto) const;
[
all
...]
descriptor.cc
[
all
...]
descriptor_unittest.cc
148
MethodDescriptorProto
* AddMethod(ServiceDescriptorProto* service,
152
MethodDescriptorProto
* result = service->add_method();
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.h
256
bool ParseServiceMethod(
MethodDescriptorProto
* method);
parser.cc
943
bool Parser::ParseServiceMethod(
MethodDescriptorProto
* method) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
Completed in 4906 milliseconds