Home
last modified time | relevance | path

Searched defs:reflection (Results 1 – 25 of 55) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/
Dtest_util.h195 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 …]
Dgenerated_message_reflection_unittest.cc79 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 …]
Dmap_test_util.h297 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 …]
Dreflection_ops.cc180 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
Ddynamic_message.h160 const Reflection* reflection, in Sort()
191 const Reflection* reflection = a->GetReflection(); in operator() local
Dtext_format.cc382 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 …]
Dreflection.h92 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
Dmap_field.cc361 const Reflection* reflection = default_entry_->GetReflection(); in SyncRepeatedFieldWithMapNoLock() local
447 const Reflection* reflection = default_entry_->GetReflection(); in SyncMapWithRepeatedFieldNoLock() local
Dextension_set_unittest.cc332 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
Dwire_format.cc777 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/
Dmap_container.cc324 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 …]
Drepeated_composite_container.cc113 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
Drepeated_scalar_container.cc93 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
Dmessage.cc797 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
Dunknown_fields.cc113 const Reflection* reflection = message->GetReflection(); in NewPyUnknownFields() local
/third_party/python/Doc/c-api/
Dreflection.rst3 .. _reflection: target
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/
Dtest_bad_identifiers.proto47 optional string reflection = 102 [default="baz"]; field
/third_party/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto48 optional string reflection = 102 [default = "baz"]; field
/third_party/grpc/doc/
Dserver-reflection.md56 ### Open questions on method reflection
/third_party/protobuf/benchmarks/util/
Ddata_proto2_to_proto3_util.h19 const Reflection* reflection = message->GetReflection(); in StripMessage() local
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc27 namespace reflection { namespace
/third_party/grpc/third_party/upb/
DCMakeLists.txt83 add_library(reflection target
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc146 const Reflection* reflection = options.GetReflection(); in ConvertOptionsInternal() local
161 static void ConvertOptionField(const Reflection* reflection, in ConvertOptionField()
/third_party/grpc/third_party/upb/cmake/
DCMakeLists.txt96 add_library(reflection target
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp820 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

123