| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | ServiceDescriptor.cs | 45 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 D | Descriptor.cs | 174 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 D | parser.h | 319 bool ParseServiceDefinition(ServiceDescriptorProto* service, 340 bool ParseServiceBlock(ServiceDescriptorProto* service, 352 bool ParseServiceStatement(ServiceDescriptorProto* message,
|
| H A D | parser.cc | 2090 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 D | descriptor.pb.h | 122 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 D | descriptor.pb.cc | 89 ::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 D | descriptor.h | 101 class ServiceDescriptorProto; 1245 typedef ServiceDescriptorProto Proto; 1272 void CopyTo(ServiceDescriptorProto* proto) const;
|
| H A D | descriptor_unittest.cc | 101 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 D | descriptor.cc | 2234 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 D | ServiceDescriptorProto.php | 16 * Generated from protobuf message <code>google.protobuf.ServiceDescriptorProto</code> 18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
|
| H A D | FileDescriptorProto.php | 62 * 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 D | Descriptors.java | 49 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 D | descriptor.js | 4 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 D | Descriptor.php | 29 ->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 D | descriptor_test.py | 592 descriptor_pb2.ServiceDescriptorProto,
|
| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| H A D | python_generator.cc | 649 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | descriptor_test.py | 907 descriptor_pb2.ServiceDescriptorProto,
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor.cc | 1707 return CopyToPythonProto<ServiceDescriptorProto>(_GetDescriptor(self), in CopyToProto()
|