Home
last modified time | relevance | path

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

12345678910>>...13

/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs27 namespace Grpc.Reflection.V1Alpha {
32Reflection.V1Alpha.ServerReflectionRequest> __Marshaller_grpc_reflection_v1alpha_ServerReflectionR…
33Reflection.V1Alpha.ServerReflectionResponse> __Marshaller_grpc_reflection_v1alpha_ServerReflection…
35Reflection.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()
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
DGrpc.Reflection.csproj8 <AssemblyTitle>gRPC C# Reflection</AssemblyTitle>
12 <AssemblyName>Grpc.Reflection</AssemblyName>
13 <PackageId>Grpc.Reflection</PackageId>
/external/guava/guava-tests/test/com/google/common/reflect/
DReflectionTest.java29 assertEquals("java.lang", Reflection.getPackageName(Iterable.class)); in testGetPackageName()
30 assertEquals("java", Reflection.getPackageName("java.MyType")); in testGetPackageName()
31 assertEquals("java.lang", Reflection.getPackageName(Iterable.class.getName())); in testGetPackageName()
32 assertEquals("", Reflection.getPackageName("NoPackage")); in testGetPackageName()
33 assertEquals("java.util", Reflection.getPackageName(Map.Entry.class)); in testGetPackageName()
37 Runnable runnable = Reflection.newProxy(Runnable.class, X_RETURNER); in testNewProxy()
43 Reflection.newProxy(Object.class, X_RETURNER); in testNewProxyCantWorkOnAClass()
80 Reflection.initialize(A.class); in testInitialize()
83 Reflection.initialize( in testInitialize()
90 new NullPointerTester().testAllPublicStaticMethods(Reflection.class); in testNullPointers()
DAbstractInvocationHandlerTest.java83 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList()
88 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals()
93 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals()
98 return Reflection.newProxy(List.class, new SubHandler1(delegate)); in newProxyWithSubHandler1()
103 return Reflection.newProxy(List.class, new SubHandler2(delegate)); in newProxyWithSubHandler2()
/external/guava/android/guava-tests/test/com/google/common/reflect/
DReflectionTest.java29 assertEquals("java.lang", Reflection.getPackageName(Iterable.class)); in testGetPackageName()
30 assertEquals("java", Reflection.getPackageName("java.MyType")); in testGetPackageName()
31 assertEquals("java.lang", Reflection.getPackageName(Iterable.class.getName())); in testGetPackageName()
32 assertEquals("", Reflection.getPackageName("NoPackage")); in testGetPackageName()
33 assertEquals("java.util", Reflection.getPackageName(Map.Entry.class)); in testGetPackageName()
37 Runnable runnable = Reflection.newProxy(Runnable.class, X_RETURNER); in testNewProxy()
43 Reflection.newProxy(Object.class, X_RETURNER); in testNewProxyCantWorkOnAClass()
80 Reflection.initialize(A.class); in testInitialize()
83 Reflection.initialize( in testInitialize()
90 new NullPointerTester().testAllPublicStaticMethods(Reflection.class); in testNullPointers()
DAbstractInvocationHandlerTest.java83 return Reflection.newProxy(List.class, new DelegatingInvocationHandler(delegate)); in newDelegatingList()
88 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals()
93 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals()
98 return Reflection.newProxy(List.class, new SubHandler1(delegate)); in newProxyWithSubHandler1()
103 return Reflection.newProxy(List.class, new SubHandler2(delegate)); in newProxyWithSubHandler2()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc220 Reflection::Reflection(const Descriptor* descriptor, in Reflection() function in google::protobuf::Reflection
232 const UnknownFieldSet& Reflection::GetUnknownFields( in GetUnknownFields()
237 UnknownFieldSet* Reflection::MutableUnknownFields(Message* message) const { in MutableUnknownFields()
241 size_t Reflection::SpaceUsedLong(const Message& message) const { in SpaceUsedLong()
361 void Reflection::SwapField(Message* message1, Message* message2, in SwapField()
485 void Reflection::SwapOneofField(Message* message1, Message* message2, in SwapOneofField()
600 void Reflection::Swap(Message* message1, Message* message2) const { in Swap()
673 void Reflection::SwapFields( in SwapFields()
728 bool Reflection::HasField(const Message& message, in HasField()
744 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 …]
Dreflection_ops.cc55 static const Reflection* GetReflectionOrDie(const Message& m) { in GetReflectionOrDie()
56 const Reflection* r = m.GetReflection(); in GetReflectionOrDie()
81 const Reflection* from_reflection = GetReflectionOrDie(from); in Merge()
82 const Reflection* to_reflection = GetReflectionOrDie(*to); in Merge()
166 const Reflection* reflection = GetReflectionOrDie(*message); in Clear()
179 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized()
239 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields()
304 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors()
Dmessage.h141 class Reflection; variable
192 const Reflection* reflection;
335 const Reflection* GetReflection() const { return GetMetadata().reflection; } in GetReflection()
400 class PROTOBUF_EXPORT Reflection final {
906 Reflection(const Descriptor* descriptor,
1065 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection);
1135 Reflection::GetRepeatedField<TYPE>(const Message& message, \
1139 PROTOBUF_EXPORT RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
1220 Reflection::GetRepeatedPtrField<std::string>(
1228 Reflection::MutableRepeatedPtrField<std::string>(
[all …]
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.h140 int field_count, const Reflection* reflection,
144 const Reflection* reflection,
174 const Reflection* reflection,
364 void PrintField(const Message& message, const Reflection* reflection,
370 const Reflection* reflection,
377 int field_count, const Reflection* reflection,
383 void PrintFieldValue(const Message& message, const Reflection* reflection,
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs10 using pbr = global::Google.Protobuf.Reflection;
12 namespace Google.Protobuf.Reflection {
164 …dClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf… in DescriptorReflection()
165 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobu… in DescriptorReflection()
166Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Na… in DescriptorReflection()
167 …nfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google… in DescriptorReflection()
168 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.ExtensionRangeOptions), global::Google.Protob… in DescriptorReflection()
169Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, … in DescriptorReflection()
170 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobu… in DescriptorReflection()
171Reflection.EnumDescriptorProto), global::Google.Protobuf.Reflection.EnumDescriptorProto.Parser, ne… in DescriptorReflection()
[all …]
DMapFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DRepeatedFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
/external/grpc-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
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
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 …]
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DGrpc.Reflection.Tests.csproj8 <AssemblyName>Grpc.Reflection.Tests</AssemblyName>
10 <PackageId>Grpc.Reflection.Tests</PackageId>
15 <ProjectReference Include="../Grpc.Reflection/Grpc.Reflection.csproj" />
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
/external/grpc-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 …]
/external/grpc-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](../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/caliper/caliper/src/main/java/com/google/caliper/util/
DReflection.java27 public final class Reflection { class
28 private Reflection() {} in Reflection() method in Reflection

12345678910>>...13