/third_party/protobuf/src/google/protobuf/ |
D | test_util.h | 195 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() local 346 const Reflection* reflection = message->GetReflection(); in SetOneofViaReflection() local 363 const Reflection* reflection = message.GetReflection(); in ExpectOneofSetViaReflection() local 398 const Reflection* reflection = message->GetReflection(); in SetPackedFieldsViaReflection() local 443 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection1() local 567 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection2() local 742 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection3() local 809 const Reflection* reflection = message.GetReflection(); in ExpectPackedFieldsSetViaReflection() local 871 const Reflection* reflection = message.GetReflection(); in ExpectClearViaReflection() local 1063 const Reflection* reflection = message->GetReflection(); in ModifyRepeatedFieldsViaReflection() local [all …]
|
D | generated_message_reflection_unittest.cc | 79 const Reflection* reflection = message.GetReflection(); in TEST() local 116 const Reflection* reflection = message.GetReflection(); in TEST() local 143 const Reflection* reflection = message.GetReflection(); in TEST() local 161 const Reflection* reflection = message1.GetReflection(); in TEST() local 176 const Reflection* reflection = message1.GetReflection(); in TEST() local 195 const Reflection* reflection = message1.GetReflection(); in TEST() local 209 const Reflection* reflection = message1.GetReflection(); in TEST() local 231 const Reflection* reflection = message1.GetReflection(); in TEST() local 258 const Reflection* reflection = message1.GetReflection(); in TEST() local 273 const Reflection* reflection = message1.GetReflection(); in TEST() local [all …]
|
D | map_test_util.h | 297 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() local 494 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaMapReflection() local 684 const Reflection* reflection = message->GetReflection(); in GetMapValueViaMapReflection() local 691 const Reflection* reflection = message->GetReflection(); in GetMapEntryViaReflection() local 697 const Reflection* reflection = message->GetReflection(); in MapBegin() local 703 const Reflection* reflection = message->GetReflection(); in MapEnd() local 709 const Reflection* reflection = message.GetReflection(); in MapSize() local 714 const Reflection* reflection = message->GetReflection(); in ClearMapFieldsViaReflection() local 737 const Reflection* reflection = message->GetReflection(); in ModifyMapFieldsViaReflection() local 832 const Reflection* reflection = message->GetReflection(); in RemoveLastMapsViaReflection() local [all …]
|
D | reflection_ops.cc | 180 const Reflection* reflection = GetReflectionOrDie(*message); in Clear() local 194 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local 255 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local 325 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields() local 388 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors() local
|
D | dynamic_message.h | 160 const Reflection* reflection, in Sort() 191 const Reflection* reflection = a->GetReflection(); in operator() local
|
D | text_format.cc | 382 const Reflection* reflection = message->GetReflection(); in ConsumeField() local 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() local 1997 const Reflection* reflection = message.GetReflection(); in Print() local [all …]
|
D | reflection.h | 92 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local 144 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local 199 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local 261 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local
|
D | map_field.cc | 361 const Reflection* reflection = default_entry_->GetReflection(); in SyncRepeatedFieldWithMapNoLock() local 447 const Reflection* reflection = default_entry_->GetReflection(); in SyncMapWithRepeatedFieldNoLock() local
|
D | extension_set_unittest.cc | 332 const Reflection* reflection = message1.GetReflection(); in TEST() local 358 const Reflection* reflection = message3.GetReflection(); in TEST() local 375 const Reflection* reflection = message1.GetReflection(); in TEST() local 484 const Reflection* reflection = message1->GetReflection(); in TEST() local 500 const Reflection* reflection = message1.GetReflection(); in TEST() local
|
D | wire_format.cc | 777 const Reflection* reflection; member 783 const Reflection* reflection = msg->GetReflection(); in _InternalParse() local 821 const Reflection* reflection, const FieldDescriptor* field) { in _InternalParseAndMergeField() 1145 const Reflection* reflection, in SortKey()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 324 const Reflection* reflection = message->GetReflection(); in Clear() local 345 const Reflection* reflection = message->GetReflection(); in MergeFrom() local 360 const Reflection* reflection = message->GetReflection(); in Contains() local 405 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem() local 426 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem() local 495 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr() local 666 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem() local 708 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem() local 734 const Reflection* reflection = message->GetReflection(); in MessageMapToStr() local 905 const Reflection* reflection = message->GetReflection(); in GetIterator() local [all …]
|
D | repeated_composite_container.cc | 113 const Reflection* reflection = message->GetReflection(); in AddMessage() local 156 const Reflection* reflection = message->GetReflection(); in Insert() local 218 const Reflection* reflection = message->GetReflection(); in GetItem() local 236 const Reflection* reflection = message->GetReflection(); in Subscript() local 379 const Reflection* reflection = message->GetReflection(); in Subscript() local
|
D | repeated_scalar_container.cc | 93 const Reflection* reflection = message->GetReflection(); in AssignItem() local 197 const Reflection* reflection = message->GetReflection(); in Item() local 348 const Reflection* reflection = message->GetReflection(); in Subscript() local 451 const Reflection* reflection = message->GetReflection(); in Subscript() local
|
D | message.cc | 797 const Reflection* reflection, in CheckAndSetString() 865 const Reflection* reflection = message->GetReflection(); in MaybeReleaseOverlappingOneofField() local 902 const Reflection* reflection = message->GetReflection(); in FixupMessageAfterMerge() local 943 const Reflection* reflection = parent_message->GetReflection(); in AssureWritable() local 1008 const Reflection* reflection = message->GetReflection(); in DeleteRepeatedField() local 2198 const Reflection* reflection = message->GetReflection(); in InternalGetScalar() local 2265 const Reflection* reflection = self->message->GetReflection(); in InternalGetSubMessage() local 2295 const Reflection* reflection = message->GetReflection(); in InternalSetNonOneofScalar() local
|
D | unknown_fields.cc | 113 const Reflection* reflection = message->GetReflection(); in NewPyUnknownFields() local
|
/third_party/python/Doc/c-api/ |
D | reflection.rst | 3 .. _reflection: target
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/ |
D | test_bad_identifiers.proto | 47 optional string reflection = 102 [default="baz"]; field
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_bad_identifiers.proto | 48 optional string reflection = 102 [default = "baz"]; field
|
/third_party/grpc/doc/ |
D | server-reflection.md | 56 ### Open questions on method reflection
|
/third_party/protobuf/benchmarks/util/ |
D | data_proto2_to_proto3_util.h | 19 const Reflection* reflection = message->GetReflection(); in StripMessage() local
|
/third_party/grpc/src/cpp/ext/ |
D | proto_server_reflection_plugin.cc | 27 namespace reflection { namespace
|
/third_party/grpc/third_party/upb/ |
D | CMakeLists.txt | 83 add_library(reflection target
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 146 const Reflection* reflection = options.GetReflection(); in ConvertOptionsInternal() local 161 static void ConvertOptionField(const Reflection* reflection, in ConvertOptionField()
|
/third_party/grpc/third_party/upb/cmake/ |
D | CMakeLists.txt | 96 add_library(reflection target
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | EmitMetal.cpp | 820 TranslatorMetalReflection *reflection = mtl::getTranslatorMetalReflection(&mCompiler); in emitPostQualifier() local 1031 TranslatorMetalReflection *reflection = in emitFieldDeclaration() local 1163 TranslatorMetalReflection *reflection = mtl::getTranslatorMetalReflection(&mCompiler); in emitUniformBufferDeclaration() local 1796 TranslatorMetalReflection *reflection = mtl::getTranslatorMetalReflection(&mCompiler); in emitFunctionParameter() local 1984 TranslatorMetalReflection *reflection = mtl::getTranslatorMetalReflection(&mCompiler); in visitAggregate() local
|