/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 217 Reflection::Reflection(const Descriptor* descriptor, in Reflection() function in google::protobuf::Reflection 229 const UnknownFieldSet& Reflection::GetUnknownFields( in GetUnknownFields() 235 UnknownFieldSet* Reflection::MutableUnknownFields(Message* message) const { in MutableUnknownFields() 240 size_t Reflection::SpaceUsedLong(const Message& message) const { in SpaceUsedLong() 360 void Reflection::SwapField(Message* message1, Message* message2, in SwapField() 486 void Reflection::SwapOneofField(Message* message1, Message* message2, in SwapOneofField() 602 void Reflection::Swap(Message* message1, Message* message2) const { in Swap() 679 void Reflection::SwapFields( in SwapFields() 735 bool Reflection::HasField(const Message& message, in HasField() 752 int Reflection::FieldSize(const Message& message, in FieldSize() [all …]
|
D | generated_message_reflection_unittest.cc | 79 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 …]
|
D | message.h | 141 class Reflection; variable 192 const Reflection* reflection; 355 const Reflection* GetReflection() const { return GetMetadata().reflection; } in GetReflection() 421 class PROTOBUF_EXPORT Reflection final { 957 Reflection(const Descriptor* descriptor, 1120 const Reflection* reflection, 1125 const Reflection* reflection, 1129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reflection); 1199 Reflection::GetRepeatedFieldInternal<TYPE>( \ 1204 Reflection::MutableRepeatedFieldInternal<TYPE>( \ [all …]
|
D | reflection_ops.cc | 54 static const Reflection* GetReflectionOrDie(const Message& m) { in GetReflectionOrDie() 55 const Reflection* r = m.GetReflection(); in GetReflectionOrDie() 80 const Reflection* from_reflection = GetReflectionOrDie(from); in Merge() 81 const Reflection* to_reflection = GetReflectionOrDie(*to); in Merge() 180 const Reflection* reflection = GetReflectionOrDie(*message); in Clear() 194 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() 255 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() 325 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields() 388 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors()
|
D | reflection.h | 55 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()
|
D | text_format.h | 142 int field_count, const Reflection* reflection, 146 const Reflection* reflection, 184 const Reflection* reflection, 379 void PrintField(const Message& message, const Reflection* reflection, 385 const Reflection* reflection, 392 int field_count, const Reflection* reflection, 398 void PrintFieldValue(const Message& message, const Reflection* reflection,
|
D | preserve_unknown_enum_test.cc | 188 const Reflection* r = message.GetReflection(); in TEST() 220 const Reflection* r = message.GetReflection(); in TEST() 240 const Reflection* r = message.GetReflection(); in TEST() 283 const Reflection* proto2_reflection = proto2_message.GetReflection(); in TEST() 284 const Reflection* new_reflection = new_message.GetReflection(); in TEST()
|
D | map_test_util.h | 297 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() 494 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaMapReflection() 684 const Reflection* reflection = message->GetReflection(); in GetMapValueViaMapReflection() 691 const Reflection* reflection = message->GetReflection(); in GetMapEntryViaReflection() 697 const Reflection* reflection = message->GetReflection(); in MapBegin() 703 const Reflection* reflection = message->GetReflection(); in MapEnd() 709 const Reflection* reflection = message.GetReflection(); in MapSize() 714 const Reflection* reflection = message->GetReflection(); in ClearMapFieldsViaReflection() 737 const Reflection* reflection = message->GetReflection(); in ModifyMapFieldsViaReflection() 832 const Reflection* reflection = message->GetReflection(); in RemoveLastMapsViaReflection() [all …]
|
D | test_util.h | 195 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() 346 const Reflection* reflection = message->GetReflection(); in SetOneofViaReflection() 363 const Reflection* reflection = message.GetReflection(); in ExpectOneofSetViaReflection() 398 const Reflection* reflection = message->GetReflection(); in SetPackedFieldsViaReflection() 443 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection1() 567 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection2() 742 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection3() 809 const Reflection* reflection = message.GetReflection(); in ExpectPackedFieldsSetViaReflection() 871 const Reflection* reflection = message.GetReflection(); in ExpectClearViaReflection() 1063 const Reflection* reflection = message->GetReflection(); in ModifyRepeatedFieldsViaReflection() [all …]
|
D | text_format.cc | 382 const Reflection* reflection = message->GetReflection(); in ConsumeField() 637 bool ConsumeFieldMessage(Message* message, const Reflection* reflection, in ConsumeFieldMessage() 694 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue() 1592 const Message& message, const Reflection* reflection, in PrintFieldName() 1661 const Reflection* reflection, const FieldDescriptor* field, in PrintFieldName() 1666 const Message& message, const Reflection* reflection, in PrintFieldName() 1757 const Reflection* reflection, in PrintFieldName() 1763 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName() 1956 const Reflection* reflection = message.GetReflection(); in PrintAny() 1997 const Reflection* reflection = message.GetReflection(); in Print() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 10 using pbr = global::Google.Protobuf.Reflection; 12 namespace Google.Protobuf.Reflection { 165 …dClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorSet), global::Google.Protobuf… in DescriptorReflection() 166 …ClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobu… in DescriptorReflection() 167 …Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Na… in DescriptorReflection() 168 …nfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google… in DescriptorReflection() 169 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.ExtensionRangeOptions), global::Google.Protob… in DescriptorReflection() 170 …Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, … in DescriptorReflection() 171 …lrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobu… in DescriptorReflection() 172 …Reflection.EnumDescriptorProto), global::Google.Protobuf.Reflection.EnumDescriptorProto.Parser, ne… in DescriptorReflection() [all …]
|
D | RepeatedFieldAccessor.cs | 35 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | MapFieldAccessor.cs | 35 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | FieldAccessorBase.cs | 34 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | DescriptorDeclaration.cs | 38 using static Google.Protobuf.Reflection.SourceCodeInfo.Types; 40 namespace Google.Protobuf.Reflection
|
D | OneofAccessor.cs | 34 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
D | SingleFieldAccessor.cs | 34 using System.Reflection; 37 namespace Google.Protobuf.Reflection
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestIssue6936A.cs | 10 using pbr = global::Google.Protobuf.Reflection; 32 … new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, in UnittestIssue6936AReflection() 40 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string> Op… 41 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string>(50000, pb::FieldCodec…
|
D | UnittestCustomOptionsProto3.cs | 10 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 …]
|
D | UnittestSelfreferentialOptions.cs | 10 using pbr = global::Google.Protobuf.Reflection; 42 … new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, in UnittestSelfreferentialOptionsReflection() 55 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, int> BarOpti… 56 …new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, int>(1000, pb::FieldCodec.ForIn… 57 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::Unit… 58 …new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestPro…
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 324 const Reflection* reflection = message->GetReflection(); in Clear() 345 const Reflection* reflection = message->GetReflection(); in MergeFrom() 346 const Reflection* other_reflection = other_message->GetReflection(); in MergeFrom() 360 const Reflection* reflection = message->GetReflection(); in Contains() 405 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem() 426 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem() 495 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr() 666 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem() 708 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem() 734 const Reflection* reflection = message->GetReflection(); in MessageMapToStr() [all …]
|
D | repeated_composite_container.cc | 113 const Reflection* reflection = message->GetReflection(); in AddMessage() 156 const Reflection* reflection = message->GetReflection(); in Insert() 218 const Reflection* reflection = message->GetReflection(); in GetItem() 236 const Reflection* reflection = message->GetReflection(); in Subscript() 379 const Reflection* reflection = message->GetReflection(); in Subscript()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 33 using Google.Protobuf.Reflection; 36 using System.Reflection; 38 namespace Google.Protobuf.Test.Reflection
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkDatasetConfig.cs | 34 using Google.Protobuf.Reflection; 39 using System.Reflection;
|
/third_party/protobuf/benchmarks/util/ |
D | data_proto2_to_proto3_util.h | 9 using google::protobuf::Reflection; 19 const Reflection* reflection = message->GetReflection(); in StripMessage()
|