Home
last modified time | relevance | path

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

12345

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8 using pbr = global::Google.Protobuf.Reflection;
10 namespace Google.Protobuf.Reflection {
146 …dClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf… in DescriptorReflection()
147 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobu… in DescriptorReflection()
148Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Na… in DescriptorReflection()
149 …nfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google… in DescriptorReflection()
150Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, … in DescriptorReflection()
151 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobu… in DescriptorReflection()
152 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumDescriptorProto), global::Google.Protobu… in DescriptorReflection()
153 …TypeInfo(typeof(global::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Proto… in DescriptorReflection()
[all …]
DMapFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DRepeatedFieldAccessor.cs35 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DFieldAccessorBase.cs34 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DOneofAccessor.cs34 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DSingleFieldAccessor.cs34 using System.Reflection;
37 namespace Google.Protobuf.Reflection
DReflectionUtil.cs36 using System.Reflection;
38 namespace Google.Protobuf.Reflection
DIDescriptor.cs33 namespace Google.Protobuf.Reflection
DPartialClasses.cs34 namespace Google.Protobuf.Reflection
DIFieldAccessor.cs36 namespace Google.Protobuf.Reflection
DOriginalNameAttribute.cs35 namespace Google.Protobuf.Reflection
DFieldType.cs33 namespace Google.Protobuf.Reflection
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.cc192 Reflection::~Reflection() {} in ~Reflection()
196 const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \
204 RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
221 void* Reflection::MutableRawRepeatedString( in MutableRawRepeatedString()
233 int Reflection::GetEnumValue(const Message& message, in GetEnumValue()
238 void Reflection::SetEnumValue(Message* message, in SetEnumValue()
243 int Reflection::GetRepeatedEnumValue( in GetRepeatedEnumValue()
249 void Reflection::SetRepeatedEnumValue(Message* message, in SetRepeatedEnumValue()
254 void Reflection::AddEnumValue(Message* message, in AddEnumValue()
260 MapIterator Reflection::MapBegin( in MapBegin()
[all …]
Dgenerated_message_reflection_unittest.cc81 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 …]
Dmessage.h133 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 …]
Dreflection_ops.cc63 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()
Dreflection.h52 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()
Dtext_format.h113 const Reflection* reflection,
254 const Reflection* reflection,
260 const Reflection* reflection,
267 const Reflection* reflection,
274 const Reflection* reflection,
Dpreserve_unknown_enum_test.cc191 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()
Dwire_format.cc384 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergePartial()
446 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeMessageSetField()
473 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeField()
710 const Reflection* message_reflection = message->GetReflection(); in ParseAndMergeMessageSetItem()
792 const Reflection* message_reflection = message.GetReflection(); in SerializeWithCachedSizes()
819 const Reflection* message_reflection = message.GetReflection(); in SerializeFieldWithCachedSizes()
945 const Reflection* message_reflection = message.GetReflection(); in SerializeMessageSetItemWithCachedSizes()
969 const Reflection* message_reflection = message.GetReflection(); in ByteSize()
993 const Reflection* message_reflection = message.GetReflection(); in FieldByteSize()
1028 const Reflection* message_reflection = message.GetReflection(); in FieldDataOnlyByteSize()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am94 csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs \
95 csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs \
96 csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs \
141 csharp/src/Google.Protobuf/Reflection/Descriptor.cs \
142 csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs \
143 csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs \
144 csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs \
145 csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs \
146 csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs \
147 csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs \
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc324 const Reflection* reflection = message->GetReflection(); in Clear()
335 const Reflection* reflection = message->GetReflection(); in Contains()
441 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem()
462 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem()
701 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem()
726 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem()
882 const Reflection* reflection = message->GetReflection(); in GetIterator()
906 const Reflection* reflection = message->GetReflection(); in IterNext()
/frameworks/compile/slang/
Dllvm-rs-cc.cpp271 slang::ReflectionState Reflection; in main() local
286 !Compiler->compile(IOFiles32, IOFiles32, DepFiles32, Opts, *DiagOpts, &Reflection); in main()
300 !Compiler->compile(IOFiles64, IOFiles32, DepFiles64, Opts, *DiagOpts, &Reflection); in main()
/frameworks/compile/slang/tests/F_global_init/
Dstderr.txt.expect1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupport…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc127 const Reflection* reflection1 = message1.GetReflection(); in IsMatchInternal()
128 const Reflection* reflection2 = message2.GetReflection(); in IsMatchInternal()
472 const Reflection* reflection1 = message1.GetReflection(); in Compare()
473 const Reflection* reflection2 = message2.GetReflection(); in Compare()
598 const Reflection* reflection1 = message1.GetReflection(); in CompareWithFieldsInternal()
599 const Reflection* reflection2 = message2.GetReflection(); in CompareWithFieldsInternal()
772 const Reflection* reflection1 = message1->GetReflection(); in IsMatch()
773 const Reflection* reflection2 = message2->GetReflection(); in IsMatch()
795 const Reflection* reflection1 = message1.GetReflection(); in CompareRepeatedField()
796 const Reflection* reflection2 = message2.GetReflection(); in CompareRepeatedField()
[all …]

12345