Home
last modified time | relevance | path

Searched refs:ServiceDescriptorProto (Results 1 - 18 of 18) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs45 private readonly ServiceDescriptorProto proto;
48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor()
67 case ServiceDescriptorProto.MethodFieldNumber: in GetNestedDescriptorListForField()
74 internal ServiceDescriptorProto Proto { get { return proto; } }
H A DDescriptor.cs174 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser, new[]{ "Name", "Method", "Options" }, null, null, null, null), in DescriptorReflection()
527 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated_service_codec
528 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser);
529 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto>();
531 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service {
4009 public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> class
4014 private static readonly pb::MessageParser<ServiceDescriptorProto> _parse
4030 public ServiceDescriptorProto() { ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4037 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h319 bool ParseServiceDefinition(ServiceDescriptorProto* service,
340 bool ParseServiceBlock(ServiceDescriptorProto* service,
352 bool ParseServiceStatement(ServiceDescriptorProto* message,
H A Dparser.cc2090 ServiceDescriptorProto* service, const LocationRecorder& service_location, in ParseServiceDefinition()
2096 ServiceDescriptorProto::kNameFieldNumber); in ParseServiceDefinition()
2106 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, in ParseServiceBlock()
2127 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement()
2135 ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement()
2140 ServiceDescriptorProto::kMethodFieldNumber, in ParseServiceStatement()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h122 class ServiceDescriptorProto;
163 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto>(Arena*);
679 // repeated .google.protobuf.ServiceDescriptorProto service = 6;
685 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* mutable_service(int index);
686 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto >*
689 const PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto& _internal_service(int index) const;
690 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* _internal_add_service();
692 const PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto& service(int index) const;
693 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* add_servic
2940 inline ServiceDescriptorProto() : ServiceDescriptorProto(nullptr) {} ServiceDescriptorProto() function in PROTOBUF_FINAL
2945 : ServiceDescriptorProto() { ServiceDescriptorProto() function in PROTOBUF_FINAL
[all...]
H A Ddescriptor.pb.cc89 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ServiceDescriptorProto> _instance;
481 new (ptr) PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto(); in InitDefaultsscc_info_ServiceDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
484 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_ServiceDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
727 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, _has_bits_),
728 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, _internal_metadata_),
732 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, name_),
733 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, method_),
734 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, options_),
963 { 157, 165, sizeof(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto)},
1022 "ServiceDescriptorProto\022
5480 ServiceDescriptorProto::ServiceDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) ServiceDescriptorProto() function in ServiceDescriptorProto
5487 ServiceDescriptorProto::ServiceDescriptorProto(const ServiceDescriptorProto& from) ServiceDescriptorProto() function in ServiceDescriptorProto
[all...]
H A Ddescriptor.h101 class ServiceDescriptorProto;
1245 typedef ServiceDescriptorProto Proto;
1272 void CopyTo(ServiceDescriptorProto* proto) const;
H A Ddescriptor_unittest.cc101 ServiceDescriptorProto* AddService(FileDescriptorProto* file, in AddService()
103 ServiceDescriptorProto* result = file->add_service(); in AddService()
179 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
1501 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); in SetUp()
1510 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp()
7543 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F()
7546 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F()
7557 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F()
7560 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F()
7571 ServiceDescriptorProto in TEST_F()
[all...]
H A Ddescriptor.cc2234 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo()
3107 output->push_back(ServiceDescriptorProto::kMethodFieldNumber); in GetLocationPath()
3345 void BuildService(const ServiceDescriptorProto& proto, const void* dummy,
3369 const ServiceDescriptorProto& proto);
3545 const ServiceDescriptorProto& proto);
5358 void DescriptorBuilder::BuildService(const ServiceDescriptorProto& proto, in BuildService()
5374 ServiceDescriptorProto::kOptionsFieldNumber, in BuildService()
5849 const ServiceDescriptorProto& proto) { in CrossLinkService()
6210 ServiceDescriptor* service, const ServiceDescriptorProto& proto) { in ValidateServiceOptions()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DServiceDescriptorProto.php16 * Generated from protobuf message <code>google.protobuf.ServiceDescriptorProto</code>
18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
H A DFileDescriptorProto.php62 * Generated from protobuf field <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
110 * @type \Google\Protobuf\Internal\ServiceDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $service
329 * Generated from protobuf field <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
338 * Generated from protobuf field <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
339 * @param \Google\Protobuf\Internal\ServiceDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
344 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java49 import com.google.protobuf.DescriptorProtos.ServiceDescriptorProto;
1947 public ServiceDescriptorProto toProto() { in toProto()
1999 private ServiceDescriptorProto proto;
2005 final ServiceDescriptorProto proto, final FileDescriptor file, final int index) in ServiceDescriptor()
2027 private void setProto(final ServiceDescriptorProto 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;
391 service: Array.isArray(object?.service) ? object.service.map((e) => exports.ServiceDescriptorProto.fromJSON(e)) : [],
435 obj.service = message.service.map((e) => e ? exports.ServiceDescriptorProto.toJSON(e) : undefined);
747 exports.ServiceDescriptorProto = {
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php29 ->repeated('service', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.ServiceDescriptorProto')
129 $pool->addMessage('google.protobuf.internal.ServiceDescriptorProto', \Google\Protobuf\Internal\ServiceDescriptorProto::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py592 descriptor_pb2.ServiceDescriptorProto,
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc649 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py907 descriptor_pb2.ServiceDescriptorProto,
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc1707 return CopyToPythonProto<ServiceDescriptorProto>(_GetDescriptor(self), in CopyToProto()

Completed in 95 milliseconds