Home
last modified time | relevance | path

Searched refs:Reflection (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs27 namespace Grpc.Reflection.V1Alpha {
48 …public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.Ge…
62Reflection.V1Alpha.ServerReflectionRequest> __Marshaller_grpc_reflection_v1alpha_ServerReflectionR…
63Reflection.V1Alpha.ServerReflectionResponse> __Marshaller_grpc_reflection_v1alpha_ServerReflection…
65Reflection.V1Alpha.ServerReflectionRequest, global::Grpc.Reflection.V1Alpha.ServerReflectionRespon…
73 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
75 get { return global::Grpc.Reflection.V1Alpha.ReflectionReflection.Descriptor.Services[0]; }
90 …amReader<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest> requestStream, grpc::IServerStre… in ServerReflectionInfo()
128 …rpc::AsyncDuplexStreamingCall<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest, global::Grp… in ServerReflectionInfo()
138 …rpc::AsyncDuplexStreamingCall<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest, global::Grp… in ServerReflectionInfo()
[all …]
DReflection.cs10 using pbr = global::Google.Protobuf.Reflection;
12 namespace Grpc.Reflection.V1Alpha {
60 …:GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ServerReflectionRequest), global::Grp… in ReflectionReflection()
61 …pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ExtensionRequest), global::Grpc.R… in ReflectionReflection()
62 …:GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ServerReflectionResponse), global::Gr… in ReflectionReflection()
63 …::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.FileDescriptorResponse), global::Grp… in ReflectionReflection()
64 …:GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ExtensionNumberResponse), global::Grp… in ReflectionReflection()
65 …r::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ListServiceResponse), global::Grpc. in ReflectionReflection()
66 …pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ServiceResponse), global::Grpc.Re… in ReflectionReflection()
67 … pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ErrorResponse), global::Grpc.Ref… in ReflectionReflection()
[all …]
DReflectionServiceImpl.cs25 using Grpc.Reflection.V1Alpha;
26 using Google.Protobuf.Reflection;
28 namespace Grpc.Reflection
33 … public class ReflectionServiceImpl : Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionBase
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc217 Reflection::Reflection(const Descriptor* descriptor, in Reflection() function in google::protobuf::Reflection
229 const UnknownFieldSet& Reflection::GetUnknownFields( in GetUnknownFields()
235 UnknownFieldSet* Reflection::MutableUnknownFields(Message* message) const { in MutableUnknownFields()
240 size_t Reflection::SpaceUsedLong(const Message& message) const { in SpaceUsedLong()
360 void Reflection::SwapField(Message* message1, Message* message2, in SwapField()
486 void Reflection::SwapOneofField(Message* message1, Message* message2, in SwapOneofField()
602 void Reflection::Swap(Message* message1, Message* message2) const { in Swap()
679 void Reflection::SwapFields( in SwapFields()
735 bool Reflection::HasField(const Message& message, in HasField()
752 int Reflection::FieldSize(const Message& message, in FieldSize()
[all …]
Dgenerated_message_reflection_unittest.cc79 const Reflection* reflection = message.GetReflection(); in TEST()
116 const Reflection* reflection = message.GetReflection(); in TEST()
143 const Reflection* reflection = message.GetReflection(); in TEST()
161 const Reflection* reflection = message1.GetReflection(); in TEST()
176 const Reflection* reflection = message1.GetReflection(); in TEST()
195 const Reflection* reflection = message1.GetReflection(); in TEST()
209 const Reflection* reflection = message1.GetReflection(); in TEST()
231 const Reflection* reflection = message1.GetReflection(); in TEST()
258 const Reflection* reflection = message1.GetReflection(); in TEST()
273 const Reflection* reflection = message1.GetReflection(); in TEST()
[all …]
Dmessage.h141 class Reflection; variable
192 const Reflection* reflection;
355 const Reflection* GetReflection() const { return GetMetadata().reflection; } in GetReflection()
421 class PROTOBUF_EXPORT Reflection final {
957 Reflection(const Descriptor* descriptor,
1120 const Reflection* reflection,
1125 const Reflection* reflection,
1129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection);
1199 Reflection::GetRepeatedFieldInternal<TYPE>( \
1204 Reflection::MutableRepeatedFieldInternal<TYPE>( \
[all …]
Dreflection_ops.cc54 static const Reflection* GetReflectionOrDie(const Message& m) { in GetReflectionOrDie()
55 const Reflection* r = m.GetReflection(); in GetReflectionOrDie()
80 const Reflection* from_reflection = GetReflectionOrDie(from); in Merge()
81 const Reflection* to_reflection = GetReflectionOrDie(*to); in Merge()
180 const Reflection* reflection = GetReflectionOrDie(*message); in Clear()
194 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized()
255 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized()
325 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields()
388 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors()
Dreflection.h55 RepeatedFieldRef<T> Reflection::GetRepeatedFieldRef( in GetRepeatedFieldRef()
61 MutableRepeatedFieldRef<T> Reflection::GetMutableRepeatedFieldRef( in GetMutableRepeatedFieldRef()
90 friend class Reflection;
92 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef()
142 friend class Reflection;
144 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef()
197 friend class Reflection;
199 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef()
259 friend class Reflection;
261 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef()
Dtext_format.h142 int field_count, const Reflection* reflection,
146 const Reflection* reflection,
184 const Reflection* reflection,
379 void PrintField(const Message& message, const Reflection* reflection,
385 const Reflection* reflection,
392 int field_count, const Reflection* reflection,
398 void PrintFieldValue(const Message& message, const Reflection* reflection,
Dpreserve_unknown_enum_test.cc188 const Reflection* r = message.GetReflection(); in TEST()
220 const Reflection* r = message.GetReflection(); in TEST()
240 const Reflection* r = message.GetReflection(); in TEST()
283 const Reflection* proto2_reflection = proto2_message.GetReflection(); in TEST()
284 const Reflection* new_reflection = new_message.GetReflection(); in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs10 using pbr = global::Google.Protobuf.Reflection;
12 namespace Google.Protobuf.Reflection {
165 …dClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf… in DescriptorReflection()
166 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobu… in DescriptorReflection()
167Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Na… in DescriptorReflection()
168 …nfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google… in DescriptorReflection()
169 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.ExtensionRangeOptions), global::Google.Protob… in DescriptorReflection()
170Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, … in DescriptorReflection()
171 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobu… in DescriptorReflection()
172Reflection.EnumDescriptorProto), global::Google.Protobuf.Reflection.EnumDescriptorProto.Parser, ne… in DescriptorReflection()
[all …]
DRepeatedFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DMapFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DFieldAccessorBase.cs34 using System.Reflection;
37 namespace Google.Protobuf.Reflection
/third_party/grpc/doc/csharp/
Dserver_reflection.md1 # gRPC C# Server Reflection
3 This document shows how to use gRPC Server Reflection in gRPC C#.
4 Please see [C++ Server Reflection Tutorial](../server_reflection_tutorial.md)
9 C# Server Reflection is an add-on library.
10 To use it, first install the [Grpc.Reflection](https://www.nuget.org/packages/Grpc.Reflection/)
48 and the [C++ Server Reflection Tutorial](../server_reflection_tutorial.md).
52 The [Server Reflection Protocol](../server-reflection.md) provides detailed
/third_party/grpc/doc/python/
Dserver_reflection.md1 # gRPC Python Server Reflection
3 This document shows how to use gRPC Server Reflection in gRPC Python.
4 Please see [C++ Server Reflection Tutorial] for general information
9 gRPC Python Server Reflection is an add-on library. To use it, first install
50 [C++ Server Reflection Tutorial].
54 The [Server Reflection Protocol] provides detailed
59 [C++ Server Reflection Tutorial]: ../server_reflection_tutorial.md
65 [C++ Server Reflection Tutorial]: ../server_reflection_tutorial.md
66 [Server Reflection Protocol]: ../server-reflection.md
/third_party/grpc/doc/
Dserver_reflection_tutorial.md1 # gRPC Server Reflection Tutorial
3 gRPC Server Reflection provides information about publicly-accessible gRPC
9 ## Enable Server Reflection
13 C++ Server Reflection is an add-on library, `libgrpc++_reflection`. To enable C++
24 ## Test services using Server Reflection
26 After enabling Server Reflection in a server application, you can use gRPC CLI
33 Server Reflection and gRPC CLI. First, we need to build gRPC CLI and setup an
34 example server with Server Reflection enabled.
38 Server Reflection has already been enabled in the
143 ## Use Server Reflection in a C++ client
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssue6936A.cs10 using pbr = global::Google.Protobuf.Reflection;
32 … new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, in UnittestIssue6936AReflection()
40 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string> Op…
41 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string>(50000, pb::FieldCodec…
DUnittestCustomOptionsProto3.cs10 using pbr = global::Google.Protobuf.Reflection;
141 … new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, in UnittestCustomOptionsProto3Reflection()
169 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FileOptions, ulong> FileOp…
170 …new pb::Extension<global::Google.Protobuf.Reflection.FileOptions, ulong>(7736974, pb::FieldCodec.F…
171 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> Messa…
172 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7739036, pb::FieldCodec.…
173 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, ulong> Field…
174 …new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, ulong>(7740936, pb::FieldCodec.…
175 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.OneofOptions, int> OneofOp…
176 …new pb::Extension<global::Google.Protobuf.Reflection.OneofOptions, int>(7740111, pb::FieldCodec.Fo…
[all …]
DUnittestSelfreferentialOptions.cs10 using pbr = global::Google.Protobuf.Reflection;
42 … new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, in UnittestSelfreferentialOptionsReflection()
55 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, int> BarOpti…
56 …new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, int>(1000, pb::FieldCodec.ForIn…
57 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::Unit…
58 …new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestPro…
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/
DSymbolRegistryTest.cs17 using Grpc.Reflection;
18 using Grpc.Reflection.V1Alpha;
22 namespace Grpc.Reflection.Tests
DNUnitMain.cs20 using System.Reflection;
26 namespace Grpc.Reflection.Tests
DGrpc.Reflection.Tests.csproj9 <ProjectReference Include="../Grpc.Reflection/Grpc.Reflection.csproj" />
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc324 const Reflection* reflection = message->GetReflection(); in Clear()
345 const Reflection* reflection = message->GetReflection(); in MergeFrom()
346 const Reflection* other_reflection = other_message->GetReflection(); in MergeFrom()
360 const Reflection* reflection = message->GetReflection(); in Contains()
405 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem()
426 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem()
495 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr()
666 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem()
708 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem()
734 const Reflection* reflection = message->GetReflection(); in MessageMapToStr()
[all …]
/third_party/grpc/doc/python/sphinx/
Dgrpc_reflection.rst1 gRPC Reflection
7 Check this out `gRPC Python Server Reflection <https://github.com/grpc/grpc/blob/master/doc/python/…

12345678910>>...12