Home
last modified time | relevance | path

Searched refs:MethodDescriptorProto (Results 1 - 17 of 17) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs43 private readonly MethodDescriptorProto proto;
106 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
115 internal MethodDescriptorProto Proto { get { return proto; } }
H A DDescriptor.cs175 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser, new[]{ "Name", "InputType", "OutputType", "Options", "ClientStreaming", "ServerStreaming" }, null, null, null, null), in DescriptorReflection()
4074 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.MethodDescriptorProto> _repeated_method_codec
4075 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser);
4076 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto>();
4078 public pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> Method {
4266 public sealed partial class MethodDescriptorProto : pb::IMessage<MethodDescriptorProto> class
4271 private static readonly pb::MessageParser<MethodDescriptorProto> _parse
4288 public MethodDescriptorProto() { MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
4295 public MethodDescriptorProto(MethodDescriptorProto other) : this() { MethodDescriptorProto() method in Google.Protobuf.Reflection.MethodDescriptorProto
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h110 class MethodDescriptorProto;
159 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::MethodDescriptorProto>(Arena*);
3061 // repeated .google.protobuf.MethodDescriptorProto method = 2;
3067 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* mutable_method(int index);
3068 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >*
3071 const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& _internal_method(int index) const;
3072 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* _internal_add_method();
3074 const PROTOBUF_NAMESPACE_ID::MethodDescriptorProto& method(int index) const;
3075 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* add_metho
3136 inline MethodDescriptorProto() : MethodDescriptorProto(nullptr) {} MethodDescriptorProto() function in PROTOBUF_FINAL
3141 : MethodDescriptorProto() { MethodDescriptorProto() function in PROTOBUF_FINAL
[all...]
H A Ddescriptor.pb.cc93 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MethodDescriptorProto> _instance;
421 new (ptr) PROTOBUF_NAMESPACE_ID::MethodDescriptorProto(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
424 PROTOBUF_NAMESPACE_ID::MethodDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_MethodDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
738 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _has_bits_),
739 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, _internal_metadata_),
743 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, name_),
744 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, input_type_),
745 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, output_type_),
746 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, options_),
747 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodDescriptorProto, client_streaming
5807 MethodDescriptorProto::MethodDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) MethodDescriptorProto() function in MethodDescriptorProto
5813 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) MethodDescriptorProto() function in MethodDescriptorProto
[all...]
H A Ddescriptor.h102 class MethodDescriptorProto;
1327 typedef MethodDescriptorProto Proto;
1358 void CopyTo(MethodDescriptorProto* proto) const;
H A Ddescriptor.cc2246 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo()
3347 void BuildMethod(const MethodDescriptorProto& proto,
3371 const MethodDescriptorProto& proto);
3547 const MethodDescriptorProto& proto);
5382 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto, in BuildMethod()
5402 MethodDescriptorProto::kOptionsFieldNumber, in BuildMethod()
5860 const MethodDescriptorProto& proto) { in CrossLinkMethod()
6224 MethodDescriptor* /* method */, const MethodDescriptorProto& /* proto */) { in ValidateMethodOptions()
H A Ddescriptor_unittest.cc179 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
183 MethodDescriptorProto* result = service->add_method(); in AddMethod()
7590 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
7596 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
7610 MethodDescriptorProto::kOptionsFieldNumber, kCustomOptionFieldNumber}; in TEST_F()
7615 MethodDescriptorProto::kOptionsFieldNumber, in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DServiceDescriptorProto.php25 * Generated from protobuf field <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
40 * @type \Google\Protobuf\Internal\MethodDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $method
82 * Generated from protobuf field <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
91 * Generated from protobuf field <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
92 * @param \Google\Protobuf\Internal\MethodDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
97 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class);
H A DMethodDescriptorProto.php16 * Generated from protobuf message <code>google.protobuf.MethodDescriptorProto</code>
18 class MethodDescriptorProto extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc2146 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod()
2153 MethodDescriptorProto::kNameFieldNumber); in ParseServiceMethod()
2163 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod()
2171 MethodDescriptorProto::kInputTypeFieldNumber); in ParseServiceMethod()
2184 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod()
2192 MethodDescriptorProto::kOutputTypeFieldNumber); in ParseServiceMethod()
2202 MethodDescriptorProto::kOptionsFieldNumber, in ParseServiceMethod()
H A Dparser.h429 bool ParseServiceMethod(MethodDescriptorProto* method,
H A Dparser_unittest.cc3178 const MethodDescriptorProto& bar = file_.service(0).method(0); in TEST_F()
3179 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java45 import com.google.protobuf.DescriptorProtos.MethodDescriptorProto;
2049 public MethodDescriptorProto toProto() { in toProto()
2106 private MethodDescriptorProto proto;
2116 final MethodDescriptorProto proto, in MethodDescriptor()
2152 private void setProto(final MethodDescriptorProto proto) { in setProto()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0;
751 method: Array.isArray(object?.method) ? object.method.map((e) => exports.MethodDescriptorProto.fromJSON(e)) : [],
759 obj.method = message.method.map((e) => e ? exports.MethodDescriptorProto.toJSON(e) : undefined);
779 exports.MethodDescriptorProto = {
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php131 ->repeated('method', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.MethodDescriptorProto')
135 $pool->addMessage('google.protobuf.internal.MethodDescriptorProto', \Google\Protobuf\Internal\MethodDescriptorProto::class)
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py924 descriptor_pb2.MethodDescriptorProto,
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc1821 return CopyToPythonProto<MethodDescriptorProto>(_GetDescriptor(self), target); in CopyToProto()

Completed in 77 milliseconds