Home
last modified time | relevance | path

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

123

/external/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.cc349 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() local
545 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaMapReflection() local
735 const Reflection* reflection = message->GetReflection(); in GetMapValueViaMapReflection() local
742 const Reflection* reflection = message->GetReflection(); in GetMapEntryViaReflection() local
748 const Reflection* reflection = message->GetReflection(); in MapBegin() local
754 const Reflection* reflection = message->GetReflection(); in MapEnd() local
759 const Reflection* reflection = message->GetReflection(); in ClearMapFieldsViaReflection() local
781 const Reflection* reflection = message->GetReflection(); in ModifyMapFieldsViaReflection() local
876 const Reflection* reflection = message->GetReflection(); in RemoveLastMapsViaReflection() local
888 const Reflection* reflection = message->GetReflection(); in ReleaseLastMapsViaReflection() local
[all …]
Dreflection_ops.cc166 const Reflection* reflection = GetReflectionOrDie(*message); in Clear() local
179 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local
239 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields() local
304 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors() local
Ddynamic_message.h159 const Reflection* reflection, in Sort()
193 const Reflection* reflection = a->GetReflection(); in operator() local
Dmessage.cc156 static void* GetRepeatedEnum(const Reflection* reflection, in GetRepeatedEnum()
163 const Reflection* reflection, Message* msg) { in MutableInternalMetadataWithArena()
171 const Reflection* reflection) { in SetField()
249 const Reflection* reflection, const char* ptr, in ParsePackedField()
291 Message* msg, const Reflection* reflection, in ParseLenDelim()
375 const Reflection* reflection) { in GetGroup()
Dtext_format.cc396 const Reflection* reflection = message->GetReflection(); in ConsumeField() local
651 bool ConsumeFieldMessage(Message* message, const Reflection* reflection, in ConsumeFieldMessage()
695 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue()
1588 const Message& message, const Reflection* reflection, in PrintFieldName()
1657 const Reflection* reflection, const FieldDescriptor* field, in PrintFieldName()
1662 const Message& message, const Reflection* reflection, in PrintFieldName()
1748 const Reflection* reflection, in PrintFieldName()
1754 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName()
1928 const Reflection* reflection = message.GetReflection(); in PrintAny() local
1969 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.cc357 const Reflection* reflection = default_entry_->GetReflection(); in SyncRepeatedFieldWithMapNoLock() local
445 const Reflection* reflection = default_entry_->GetReflection(); in SyncMapWithRepeatedFieldNoLock() local
Dextension_set_unittest.cc333 const Reflection* reflection = message1.GetReflection(); in TEST() local
359 const Reflection* reflection = message3.GetReflection(); in TEST() local
376 const Reflection* reflection = message1.GetReflection(); in TEST() local
485 const Reflection* reflection = message1->GetReflection(); in TEST() local
501 const Reflection* reflection = message1.GetReflection(); in TEST() local
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc321 const Reflection* reflection = message->GetReflection(); in Clear() local
342 const Reflection* reflection = message->GetReflection(); in MergeFrom() local
358 const Reflection* reflection = message->GetReflection(); in Contains() local
415 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem() local
436 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem() local
504 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr() local
690 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem() local
732 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem() local
758 const Reflection* reflection = message->GetReflection(); in MessageMapToStr() local
930 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
/external/python/cpython3/Doc/c-api/
Dreflection.rst3 .. _reflection: target
/external/python/cpython2/Doc/c-api/
Dreflection.rst3 .. _reflection: target
/external/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto48 optional string reflection = 102 [default = "baz"]; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/
Dtest_bad_identifiers.proto47 optional string reflection = 102 [default="baz"]; field
/external/grpc-grpc/doc/
Dserver-reflection.md56 ### Open questions on method reflection
/external/protobuf/benchmarks/util/
Ddata_proto2_to_proto3_util.h19 const Reflection* reflection = message->GetReflection(); in StripMessage() local
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc27 namespace reflection { namespace
/external/apache-commons-bcel/docs/
Dmanual.bib160 @Manual{reflection, manual
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc147 const Reflection* reflection = options.GetReflection(); in ConvertOptionsInternal() local
162 static void ConvertOptionField(const Reflection* reflection, in ConvertOptionField()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava1_1ValidatorTest.java282 void reflection() { in reflection() method in Java1_1ValidatorTest
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc56 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_file.cc57 const Reflection* reflection = message.GetReflection(); in UsesExtensions() local

123