/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 27 namespace Grpc.Reflection.V1Alpha { 32 …Reflection.V1Alpha.ServerReflectionRequest> __Marshaller_grpc_reflection_v1alpha_ServerReflectionR… 33 …Reflection.V1Alpha.ServerReflectionResponse> __Marshaller_grpc_reflection_v1alpha_ServerReflection… 35 …Reflection.V1Alpha.ServerReflectionRequest, global::Grpc.Reflection.V1Alpha.ServerReflectionRespon… 43 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor 45 get { return global::Grpc.Reflection.V1Alpha.ReflectionReflection.Descriptor.Services[0]; } 59 …amReader<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest> requestStream, grpc::IServerStre… in ServerReflectionInfo() 97 …rpc::AsyncDuplexStreamingCall<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest, global::Grp… in ServerReflectionInfo() 107 …rpc::AsyncDuplexStreamingCall<global::Grpc.Reflection.V1Alpha.ServerReflectionRequest, global::Grp… in ServerReflectionInfo()
|
D | Reflection.cs | 10 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 …]
|
D | ReflectionServiceImpl.cs | 25 using Grpc.Reflection.V1Alpha; 26 using Google.Protobuf.Reflection; 28 namespace Grpc.Reflection 33 … public class ReflectionServiceImpl : Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionBase
|
D | Grpc.Reflection.csproj | 8 <AssemblyTitle>gRPC C# Reflection</AssemblyTitle> 12 <AssemblyName>Grpc.Reflection</AssemblyName> 13 <PackageId>Grpc.Reflection</PackageId>
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 8 using pbr = global::Google.Protobuf.Reflection; 10 namespace Google.Protobuf.Reflection { 144 …dClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf… in DescriptorReflection() 145 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobu… in DescriptorReflection() 146 …Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Na… in DescriptorReflection() 147 …nfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google… in DescriptorReflection() 148 …Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, … in DescriptorReflection() 149 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobu… in DescriptorReflection() 150 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumDescriptorProto), global::Google.Protobu… in DescriptorReflection() 151 …TypeInfo(typeof(global::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Proto… in DescriptorReflection() [all …]
|
D | MapFieldAccessor.cs | 35 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | RepeatedFieldAccessor.cs | 35 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | FieldAccessorBase.cs | 34 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | ReflectionTest.java | 31 assertEquals("java.lang", Reflection.getPackageName(Iterable.class)); in testGetPackageName() 32 assertEquals("java", Reflection.getPackageName("java.MyType")); in testGetPackageName() 33 assertEquals("java.lang", Reflection.getPackageName(Iterable.class.getName())); in testGetPackageName() 34 assertEquals("", Reflection.getPackageName("NoPackage")); in testGetPackageName() 35 assertEquals("java.util", Reflection.getPackageName(Map.Entry.class)); in testGetPackageName() 39 Runnable runnable = Reflection.newProxy(Runnable.class, X_RETURNER); in testNewProxy() 45 Reflection.newProxy(Object.class, X_RETURNER); in testNewProxyCantWorkOnAClass() 79 Reflection.initialize(A.class); in testInitialize() 82 Reflection.initialize( in testInitialize() 90 new NullPointerTester().testAllPublicStaticMethods(Reflection.class); in testNullPointers()
|
D | AbstractInvocationHandlerTest.java | 85 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList() 90 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals() 95 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals() 100 return Reflection.newProxy(List.class, new SubHandler1(delegate)); in newProxyWithSubHandler1() 105 return Reflection.newProxy(List.class, new SubHandler2(delegate)); in newProxyWithSubHandler2()
|
/external/grpc-grpc/doc/csharp/ |
D | server_reflection.md | 1 # 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
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 194 Reflection::~Reflection() {} in ~Reflection() 198 const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \ 206 RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \ 223 void* Reflection::MutableRawRepeatedString( in MutableRawRepeatedString() 235 int Reflection::GetEnumValue(const Message& message, in GetEnumValue() 240 void Reflection::SetEnumValue(Message* message, in SetEnumValue() 245 int Reflection::GetRepeatedEnumValue( in GetRepeatedEnumValue() 251 void Reflection::SetRepeatedEnumValue(Message* message, in SetRepeatedEnumValue() 256 void Reflection::AddEnumValue(Message* message, in AddEnumValue() 262 MapIterator Reflection::MapBegin( in MapBegin() [all …]
|
D | generated_message_reflection_unittest.cc | 81 const Reflection* reflection = message.GetReflection(); in TEST() 118 const Reflection* reflection = message.GetReflection(); in TEST() 143 const Reflection* reflection = message.GetReflection(); in TEST() 162 const Reflection* reflection = message1.GetReflection(); in TEST() 177 const Reflection* reflection = message1.GetReflection(); in TEST() 196 const Reflection* reflection = message1.GetReflection(); in TEST() 210 const Reflection* reflection = message1.GetReflection(); in TEST() 232 const Reflection* reflection = message1.GetReflection(); in TEST() 259 const Reflection* reflection = message1.GetReflection(); in TEST() 274 const Reflection* reflection = message1.GetReflection(); in TEST() [all …]
|
D | message.h | 133 class Reflection; variable 166 const Reflection* reflection; 318 typedef google::protobuf::Reflection Reflection; typedef 331 virtual const Reflection* GetReflection() const { in GetReflection() 401 class LIBPROTOBUF_EXPORT Reflection { 403 inline Reflection() {} in Reflection() function 404 virtual ~Reflection(); 1002 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection); 1072 const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \ 1077 RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \ [all …]
|
D | reflection_ops.cc | 63 const Reflection* from_reflection = from.GetReflection(); in Merge() 64 const Reflection* to_reflection = to->GetReflection(); in Merge() 130 const Reflection* reflection = message->GetReflection(); in Clear() 143 const Reflection* reflection = message.GetReflection(); in IsInitialized() 182 const Reflection* reflection = message->GetReflection(); in DiscardUnknownFields() 229 const Reflection* reflection = message.GetReflection(); in FindInitializationErrors()
|
D | reflection.h | 52 RepeatedFieldRef<T> Reflection::GetRepeatedFieldRef( in GetRepeatedFieldRef() 58 MutableRepeatedFieldRef<T> Reflection::GetMutableRepeatedFieldRef( in GetMutableRepeatedFieldRef() 91 friend class Reflection; 95 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() 157 friend class Reflection; 161 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() 213 friend class Reflection; 217 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() 289 friend class Reflection; 293 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef()
|
D | text_format.h | 113 const Reflection* reflection, 254 const Reflection* reflection, 260 const Reflection* reflection, 267 const Reflection* reflection, 274 const Reflection* reflection,
|
D | preserve_unknown_enum_test.cc | 191 const google::protobuf::Reflection* r = message.GetReflection(); in TEST() 225 const google::protobuf::Reflection* r = message.GetReflection(); in TEST() 247 const google::protobuf::Reflection* r = message.GetReflection(); in TEST() 282 const google::protobuf::Reflection* proto2_reflection = proto2_message.GetReflection(); in TEST() 283 const google::protobuf::Reflection* new_reflection = new_message.GetReflection(); in TEST()
|
/external/grpc-grpc/doc/ |
D | server_reflection_tutorial.md | 1 # 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 …]
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | Grpc.Reflection.Tests.csproj | 8 <AssemblyName>Grpc.Reflection.Tests</AssemblyName> 10 <PackageId>Grpc.Reflection.Tests</PackageId> 15 <ProjectReference Include="../Grpc.Reflection/Grpc.Reflection.csproj" />
|
D | SymbolRegistryTest.cs | 17 using Grpc.Reflection; 18 using Grpc.Reflection.V1Alpha; 22 namespace Grpc.Reflection.Tests
|
D | NUnitMain.cs | 20 using System.Reflection; 26 namespace Grpc.Reflection.Tests
|
/external/grpc-grpc/doc/python/ |
D | server_reflection.md | 1 # gRPC Python Server Reflection 3 This document shows how to use gRPC Server Reflection in gRPC Python. 4 Please see [C++ Server Reflection Tutorial](../server_reflection_tutorial.md) 9 gRPC Python Server Reflection is an add-on library. 55 and the [C++ Server Reflection Tutorial](../server_reflection_tutorial.md). 59 The [Server Reflection Protocol](../server-reflection.md) provides detailed
|
/external/protobuf/ |
D | Makefile.am | 97 csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \ 98 csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \ 99 csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs \ 142 csharp/src/Google.Protobuf/Reflection/Descriptor.cs \ 143 csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs \ 144 csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs \ 145 csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs \ 146 csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs \ 147 csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs \ 148 csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs \ [all …]
|
/external/grpc-grpc-java/documentation/ |
D | server-reflection-tutorial.md | 1 # gRPC Server Reflection Tutorial 3 gRPC Server Reflection provides information about publicly-accessible gRPC 7 protos and send/receive test RPCs. Reflection is only supported for 10 ## Enable Server Reflection 12 gRPC-Java Server Reflection is implemented by
|