Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc75 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()
Dmessage.h150 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);
Dtext_format.h150 const Reflection* reflection,
156 const Reflection* reflection,
163 const Reflection* reflection,
170 const Reflection* reflection,
Dreflection_ops.cc57 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()
Dwire_format.cc371 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()
Dtext_format.cc234 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()
Dmessage.cc184 Reflection::~Reflection() {} in ~Reflection()
/external/javassist/src/main/javassist/tools/reflect/
DLoader.java110 protected Reflection reflection;
135 reflection = new Reflection(); in Loader()
DCompiler.java92 Reflection implementor = new Reflection(); in processClasses()
DReflection.java62 public class Reflection implements Translator { class
95 public Reflection() { in Reflection() method in Reflection
/external/zlib/contrib/dotzlib/DotZLib/
DAssemblyInfo.cs1 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
DAssemblyInfo.cs34 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
DAssemblyInfo.cs34 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
DAssemblyInfo.cs34 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
DAssemblyInfo.cs35 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
DAssemblyInfo.cs34 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
DAssemblyInfo.cs35 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
DAssemblyInfo.cs35 using System.Reflection;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs34 using System.Reflection;
DExceptionExtensions.cs37 using TargetInvocationException = System.Reflection.TargetInvocationException;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DExceptionExtensions.cs36 using TargetInvocationException = System.Reflection.TargetInvocationException;
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc54 const Reflection* reflection = message.GetReflection(); in UsesExtensions()
/external/protobuf/
DCONTRIBUTORS.txt75 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
DCHANGES.txt65 * 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/
Djava_file.cc56 const Reflection* reflection = message.GetReflection(); in UsesExtensions()

12