HomeSort by relevance Sort by last modified time
    Searched refs:Reflection (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/protobuf/src/google/protobuf/
test_util.cc 89 // StringPiece and Cord fields are only accessible via reflection in the
2385 const Reflection* reflection = message->GetReflection(); local
2531 const Reflection* reflection = message->GetReflection(); local
2554 const Reflection* reflection = message.GetReflection(); local
2588 const Reflection* reflection = message->GetReflection(); local
2633 const Reflection* reflection = message.GetReflection(); local
2740 const Reflection* reflection = message.GetReflection(); local
2863 const Reflection* reflection = message.GetReflection(); local
2924 const Reflection* reflection = message.GetReflection(); local
2978 const Reflection* reflection = message.GetReflection(); local
3150 const Reflection* reflection = message.GetReflection(); local
3172 const Reflection* reflection = message->GetReflection(); local
3212 const Reflection* reflection = message->GetReflection(); local
3231 const Reflection* reflection = message->GetReflection(); local
3245 const Reflection* reflection = message->GetReflection(); local
3264 const Reflection* reflection = message->GetReflection(); local
3279 const Reflection* reflection = message->GetReflection(); local
3318 const Reflection* reflection = message->GetReflection(); local
    [all...]
generated_message_reflection.h 80 // A GeneratedMessageReflection is an implementation of Reflection
100 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection {
212 // implements Reflection -------------------------------------------
617 // inline accessors, but the latter method must work with the reflection
625 // back to using reflection, which is what we would have done anyway if the
650 // dynamic_cast is not available by using Reflection. However it only works
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java 21 import static com.google.caliper.util.Reflection.getAnnotatedMethods;
  /external/guava/guava/src/com/google/common/reflect/
ClassPath.java 222 return Reflection.getPackageName(className);
Types.java 329 TypeVariable<D> typeVariable = Reflection.newProxy(
  /external/libprotobuf-mutator/src/
field_instance.h 94 out->reset(reflection()
102 ? reflection().GetRepeatedInt32(*message_, descriptor_, index_)
103 : reflection().GetInt32(*message_, descriptor_);
108 ? reflection().GetRepeatedInt64(*message_, descriptor_, index_)
109 : reflection().GetInt64(*message_, descriptor_);
113 *value = is_repeated() ? reflection().GetRepeatedUInt32(*message_,
115 : reflection().GetUInt32(*message_, descriptor_);
119 *value = is_repeated() ? reflection().GetRepeatedUInt64(*message_,
121 : reflection().GetUInt64(*message_, descriptor_);
125 *value = is_repeated() ? reflection().GetRepeatedDouble(*message_
189 const protobuf::Reflection& reflection() const { function in class:protobuf_mutator::ConstFieldInstance
    [all...]
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
Helloworld.cs 10 using pbr = global::Google.Protobuf.Reflection;
14 /// <summary>Holder for reflection information generated from helloworld.proto</summary>
HelloworldGrpc.cs 44 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
Helloworld.cs 10 using pbr = global::Google.Protobuf.Reflection;
14 /// <summary>Holder for reflection information generated from helloworld.proto</summary>
HelloworldGrpc.cs 44 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
Helloworld.cs 8 using pbr = global::Google.Protobuf.Reflection;
12 /// <summary>Holder for reflection information generated from helloworld.proto</summary>
HelloworldGrpc.cs 45 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeExtension.cs 21 using System.Reflection;
UnmanagedLibrary.cs 21 using System.Reflection;
  /external/grpc-grpc/src/csharp/Grpc.HealthCheck/
Health.cs 10 using pbr = global::Google.Protobuf.Reflection;
14 /// <summary>Holder for reflection information generated from grpc/health/v1/health.proto</summary>
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ReportQpsScenarioServiceGrpc.cs 43 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
MetricsGrpc.cs 55 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 71 import com.google.common.reflect.Reflection;
225 return Reflection.newProxy(interfaceType, new FreshInvocationHandler(interfaceType));
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 8 using pbr = global::Google.Protobuf.Reflection;
12 /// <summary>Holder for reflection information generated from google/protobuf/any.proto</summary>
Duration.cs 8 using pbr = global::Google.Protobuf.Reflection;
12 /// <summary>Holder for reflection information generated from google/protobuf/duration.proto</summary>
Timestamp.cs 8 using pbr = global::Google.Protobuf.Reflection;
12 /// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 41 using MethodBase = System.Reflection.MethodBase;
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 41 using MethodBase = System.Reflection.MethodBase;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 88 const Reflection* reflection = message.GetReflection(); local
91 if (reflection->GetUnknownFields(message).field_count() > 0) return false;
94 reflection->ListFields(message, &fields);
101 int size = reflection->FieldSize(message, fields[i]);
104 reflection->GetRepeatedMessage(message, fields[i], j);
108 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 8 using pbr = global::Google.Protobuf.Reflection;
12 /// <summary>Holder for reflection information generated from addressbook.proto</summary>

Completed in 3943 milliseconds

1 2 3 45 6 7