/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 75 const Reflection* reflection = message.GetReflection(); in TEST() 112 const Reflection* reflection = message.GetReflection(); in TEST() 137 const Reflection* reflection = message.GetReflection(); in TEST() 156 const Reflection* reflection = message1.GetReflection(); in TEST() 171 const Reflection* reflection = message1.GetReflection(); in TEST() 190 const Reflection* reflection = message1.GetReflection(); in TEST() 204 const Reflection* reflection = message1.GetReflection(); in TEST() 281 const Reflection* reflection = in TEST() 306 const Reflection* reflection = in TEST() 334 const Reflection* reflection = message.GetReflection(); in TEST()
|
D | message.h | 150 class Reflection; variable 169 const Reflection* reflection; 310 typedef google::protobuf::Reflection Reflection; typedef 323 virtual const Reflection* GetReflection() const { in GetReflection() 379 class LIBPROTOBUF_EXPORT Reflection { 382 inline Reflection() {} in Reflection() function 383 virtual ~Reflection(); 641 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection);
|
D | text_format.h | 150 const Reflection* reflection, 156 const Reflection* reflection, 163 const Reflection* reflection, 170 const Reflection* reflection,
|
D | reflection_ops.cc | 57 const Reflection* from_reflection = from.GetReflection(); in Merge() 58 const Reflection* to_reflection = to->GetReflection(); in Merge() 124 const Reflection* reflection = message->GetReflection(); in Clear() 137 const Reflection* reflection = message.GetReflection(); in IsInitialized() 175 const Reflection* reflection = message->GetReflection(); in DiscardUnknownFields() 222 const Reflection* reflection = message.GetReflection(); in FindInitializationErrors()
|
D | wire_format.cc | 371 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergePartial() 425 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeField() 629 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeMessageSetItem() 714 const Reflection* message_reflection = message.GetReflection(); in SerializeWithCachedSizes() 741 const Reflection* message_reflection = message.GetReflection(); in SerializeFieldWithCachedSizes() 859 const Reflection* message_reflection = message.GetReflection(); in SerializeMessageSetItemWithCachedSizes() 883 const Reflection* message_reflection = message.GetReflection(); in ByteSize() 907 const Reflection* message_reflection = message.GetReflection(); in FieldByteSize() 942 const Reflection* message_reflection = message.GetReflection(); in FieldDataOnlyByteSize() 1028 const Reflection* message_reflection = message.GetReflection(); in MessageSetItemByteSize()
|
D | text_format.cc | 234 const Reflection* reflection = message->GetReflection(); in ConsumeField() 316 const Reflection* reflection, in ConsumeFieldMessage() 336 const Reflection* reflection, in ConsumeFieldValue() 900 const Reflection* reflection = message.GetReflection(); in Print() 925 const Reflection* reflection, in PrintField() 984 const Reflection* reflection, in PrintShortRepeatedField() 1004 const Reflection* reflection, in PrintFieldName() 1031 const Reflection* reflection, in PrintFieldValue()
|
D | message.cc | 184 Reflection::~Reflection() {} in ~Reflection()
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Loader.java | 110 protected Reflection reflection; 135 reflection = new Reflection(); in Loader()
|
D | Compiler.java | 92 Reflection implementor = new Reflection(); in processClasses()
|
D | Reflection.java | 62 public class Reflection implements Translator { class 95 public Reflection() { in Reflection() method in Reflection
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | AssemblyInfo.cs | 1 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/ |
D | AssemblyInfo.cs | 34 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/ |
D | AssemblyInfo.cs | 34 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/ |
D | AssemblyInfo.cs | 34 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/ |
D | AssemblyInfo.cs | 35 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/ |
D | AssemblyInfo.cs | 34 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
D | AssemblyInfo.cs | 35 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | AssemblyInfo.cs | 35 using System.Reflection;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | TypeExtensions.cs | 34 using System.Reflection;
|
D | ExceptionExtensions.cs | 37 using TargetInvocationException = System.Reflection.TargetInvocationException;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 36 using TargetInvocationException = System.Reflection.TargetInvocationException;
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_file.cc | 54 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 75 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
|
D | CHANGES.txt | 65 * Added RemoveLast and SwapElements(index1, index2) to Reflection 67 * Added Swap(Message) to Reflection interface. 350 * Reflection objects are now per-class rather than per-instance. To make this 351 possible, the Reflection interface had to be changed such that all methods
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
|