Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtest_util.h196 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() local
351 const Reflection* reflection = message->GetReflection(); in SetOneofViaReflection() local
368 const Reflection* reflection = message.GetReflection(); in ExpectOneofSetViaReflection() local
403 const Reflection* reflection = message->GetReflection(); in SetPackedFieldsViaReflection() local
448 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection1() local
581 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection2() local
756 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection3() local
823 const Reflection* reflection = message.GetReflection(); in ExpectPackedFieldsSetViaReflection() local
885 const Reflection* reflection = message.GetReflection(); in ExpectClearViaReflection() local
1083 const Reflection* reflection = message->GetReflection(); in ModifyRepeatedFieldsViaReflection() local
[all …]
H A Dgenerated_message_reflection_unittest.cc109 const Reflection* reflection = message.GetReflection(); in TEST() local
146 const Reflection* reflection = message.GetReflection(); in TEST() local
165 void Swap(const Reflection* reflection, Message* lhs, Message* rhs) { in Swap()
172 void SwapFields(const Reflection* reflection, Message* lhs, Message* rhs, in SwapFields()
206 const Reflection* reflection = lhs.GetReflection(); in TEST_P() local
341 const Reflection* reflection = lhs->GetReflection(); in TEST_P() local
357 const Reflection* reflection = message1->GetReflection(); in TEST() local
374 const Reflection* reflection = message1->GetReflection(); in TEST() local
389 const Reflection* reflection = message1.GetReflection(); in TEST() local
407 const Reflection* reflection = message1->GetReflection(); in TEST() local
[all …]
H A Dreflection_tester.cc215 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() local
411 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaMapReflection() local
618 const Reflection* reflection = message->GetReflection(); in GetMapValueViaMapReflection() local
625 const Reflection* reflection = message->GetReflection(); in GetMapEntryViaReflection() local
631 const Reflection* reflection = message->GetReflection(); in MapBegin() local
637 const Reflection* reflection = message->GetReflection(); in MapEnd() local
643 const Reflection* reflection = message.GetReflection(); in MapSize() local
648 const Reflection* reflection = message->GetReflection(); in ClearMapFieldsViaReflection() local
670 const Reflection* reflection = message->GetReflection(); in ModifyMapFieldsViaReflection() local
765 const Reflection* reflection = message->GetReflection(); in RemoveLastMapsViaReflection() local
[all …]
H A Dtext_format.cc415 const Reflection* reflection = message->GetReflection(); in ConsumeField() local
694 bool ConsumeFieldMessage(Message* message, const Reflection* reflection, in ConsumeFieldMessage()
751 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue()
1792 const Message& message, const Reflection* reflection, in PrintFieldName()
1862 const Reflection* reflection, const FieldDescriptor* field, in PrintFieldName()
1958 int /*field_count*/, const Reflection* reflection, in PrintFieldName()
1964 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName()
2142 const Reflection* reflection = message.GetReflection(); in PrintAny() local
2183 const Reflection* reflection = message.GetReflection(); in Print() local
2248 const Reflection* reflection = a->GetReflection(); in operator ()() local
[all …]
H A Dreflection_ops.cc180 const Reflection* reflection = GetReflectionOrDie(*message); in Clear() local
196 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local
257 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local
326 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields() local
388 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors() local
H A Dreflection.h94 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local
146 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local
201 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local
263 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local
H A Ddynamic_message.h148 const Reflection* reflection, in Sort()
179 const Reflection* reflection = a->GetReflection(); in operator() local
H A Dextension_set_unittest.cc322 const Reflection* reflection = message1.GetReflection(); in TEST() local
348 const Reflection* reflection = message3.GetReflection(); in TEST() local
365 const Reflection* reflection = message1.GetReflection(); in TEST() local
514 const Reflection* reflection = message1->GetReflection(); in TEST() local
530 const Reflection* reflection = message1.GetReflection(); in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtest_util.h196 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() local
351 const Reflection* reflection = message->GetReflection(); in SetOneofViaReflection() local
368 const Reflection* reflection = message.GetReflection(); in ExpectOneofSetViaReflection() local
403 const Reflection* reflection = message->GetReflection(); in SetPackedFieldsViaReflection() local
448 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection1() local
581 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection2() local
756 const Reflection* reflection = message.GetReflection(); in ExpectAllFieldsSetViaReflection3() local
823 const Reflection* reflection = message.GetReflection(); in ExpectPackedFieldsSetViaReflection() local
885 const Reflection* reflection = message.GetReflection(); in ExpectClearViaReflection() local
1083 const Reflection* reflection = message->GetReflection(); in ModifyRepeatedFieldsViaReflection() local
[all …]
H A Dgenerated_message_reflection_unittest.cc109 const Reflection* reflection = message.GetReflection(); in TEST() local
146 const Reflection* reflection = message.GetReflection(); in TEST() local
165 void Swap(const Reflection* reflection, Message* lhs, Message* rhs) { in Swap()
172 void SwapFields(const Reflection* reflection, Message* lhs, Message* rhs, in SwapFields()
206 const Reflection* reflection = lhs.GetReflection(); in TEST_P() local
341 const Reflection* reflection = lhs->GetReflection(); in TEST_P() local
357 const Reflection* reflection = message1->GetReflection(); in TEST() local
374 const Reflection* reflection = message1->GetReflection(); in TEST() local
389 const Reflection* reflection = message1.GetReflection(); in TEST() local
407 const Reflection* reflection = message1->GetReflection(); in TEST() local
[all …]
H A Dreflection_tester.cc215 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() local
411 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaMapReflection() local
618 const Reflection* reflection = message->GetReflection(); in GetMapValueViaMapReflection() local
625 const Reflection* reflection = message->GetReflection(); in GetMapEntryViaReflection() local
631 const Reflection* reflection = message->GetReflection(); in MapBegin() local
637 const Reflection* reflection = message->GetReflection(); in MapEnd() local
643 const Reflection* reflection = message.GetReflection(); in MapSize() local
648 const Reflection* reflection = message->GetReflection(); in ClearMapFieldsViaReflection() local
670 const Reflection* reflection = message->GetReflection(); in ModifyMapFieldsViaReflection() local
765 const Reflection* reflection = message->GetReflection(); in RemoveLastMapsViaReflection() local
[all …]
H A Dtext_format.cc415 const Reflection* reflection = message->GetReflection(); in ConsumeField() local
694 bool ConsumeFieldMessage(Message* message, const Reflection* reflection, in ConsumeFieldMessage()
751 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue()
1792 const Message& message, const Reflection* reflection, in PrintFieldName()
1862 const Reflection* reflection, const FieldDescriptor* field, in PrintFieldName()
1958 int /*field_count*/, const Reflection* reflection, in PrintFieldName()
1964 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName()
2142 const Reflection* reflection = message.GetReflection(); in PrintAny() local
2183 const Reflection* reflection = message.GetReflection(); in Print() local
2248 const Reflection* reflection = a->GetReflection(); in operator ()() local
[all …]
H A Dreflection_ops.cc180 const Reflection* reflection = GetReflectionOrDie(*message); in Clear() local
196 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local
257 const Reflection* reflection = GetReflectionOrDie(message); in IsInitialized() local
326 const Reflection* reflection = GetReflectionOrDie(*message); in DiscardUnknownFields() local
388 const Reflection* reflection = GetReflectionOrDie(message); in FindInitializationErrors() local
H A Dreflection.h94 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local
146 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local
201 const Reflection* reflection = message.GetReflection(); in RepeatedFieldRef() local
263 const Reflection* reflection = message->GetReflection(); in MutableRepeatedFieldRef() local
H A Ddynamic_message.h148 const Reflection* reflection, in Sort()
179 const Reflection* reflection = a->GetReflection(); in operator() local
H A Dextension_set_unittest.cc322 const Reflection* reflection = message1.GetReflection(); in TEST() local
348 const Reflection* reflection = message3.GetReflection(); in TEST() local
365 const Reflection* reflection = message1.GetReflection(); in TEST() local
514 const Reflection* reflection = message1->GetReflection(); in TEST() local
530 const Reflection* reflection = message1.GetReflection(); in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc320 const Reflection* reflection = message->GetReflection(); in Clear() local
346 const Reflection* reflection = message->GetReflection(); in MergeFrom() local
361 const Reflection* reflection = message->GetReflection(); in Contains() local
406 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem() local
427 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem() local
498 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr() local
617 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem() local
659 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem() local
685 const Reflection* reflection = message->GetReflection(); in MessageMapToStr() local
805 const Reflection* reflection = message->GetReflection(); in GetIterator() local
[all …]
H A Drepeated_composite_container.cc104 const Reflection* reflection = message->GetReflection(); in AddMessage() local
146 const Reflection* reflection = message->GetReflection(); in Insert() local
208 const Reflection* reflection = message->GetReflection(); in GetItem() local
226 const Reflection* reflection = message->GetReflection(); in Subscript() local
363 const Reflection* reflection = message->GetReflection(); in ReorderAttached() local
H A Drepeated_scalar_container.cc87 const Reflection* reflection = message->GetReflection(); in AssignItem() local
190 const Reflection* reflection = message->GetReflection(); in Item() local
333 const Reflection* reflection = message->GetReflection(); in Append() local
430 const Reflection* reflection = message->GetReflection(); in AssSubscript() local
H A Dmessage.cc102 static bool IsLazyField(const Reflection* reflection, const Message& message, in IsLazyField()
723 const Reflection* reflection, in CheckAndSetString()
791 const Reflection* reflection = message->GetReflection(); in MaybeReleaseOverlappingOneofField() local
828 const Reflection* reflection = message->GetReflection(); in FixupMessageAfterMerge() local
869 const Reflection* reflection = parent_message->GetReflection(); in AssureWritable() local
934 const Reflection* reflection = message->GetReflection(); in DeleteRepeatedField() local
2136 const Reflection* reflection = message->GetReflection(); in InternalGetScalar() local
2203 const Reflection* reflection = self->message->GetReflection(); in InternalGetSubMessage() local
2245 const Reflection* reflection = message->GetReflection(); in InternalSetNonOneofScalar() local
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc320 const Reflection* reflection = message->GetReflection(); in Clear() local
346 const Reflection* reflection = message->GetReflection(); in MergeFrom() local
361 const Reflection* reflection = message->GetReflection(); in Contains() local
406 const Reflection* reflection = message->GetReflection(); in ScalarMapGetItem() local
427 const Reflection* reflection = message->GetReflection(); in ScalarMapSetItem() local
498 const Reflection* reflection = message->GetReflection(); in ScalarMapToStr() local
617 const Reflection* reflection = message->GetReflection(); in MessageMapSetItem() local
659 const Reflection* reflection = message->GetReflection(); in MessageMapGetItem() local
685 const Reflection* reflection = message->GetReflection(); in MessageMapToStr() local
805 const Reflection* reflection = message->GetReflection(); in GetIterator() local
[all …]
H A Drepeated_composite_container.cc104 const Reflection* reflection = message->GetReflection(); in AddMessage() local
146 const Reflection* reflection = message->GetReflection(); in Insert() local
208 const Reflection* reflection = message->GetReflection(); in GetItem() local
226 const Reflection* reflection = message->GetReflection(); in Subscript() local
363 const Reflection* reflection = message->GetReflection(); in ReorderAttached() local
H A Drepeated_scalar_container.cc87 const Reflection* reflection = message->GetReflection(); in AssignItem() local
190 const Reflection* reflection = message->GetReflection(); in Item() local
333 const Reflection* reflection = message->GetReflection(); in Append() local
430 const Reflection* reflection = message->GetReflection(); in AssSubscript() local
H A Dmessage.cc102 static bool IsLazyField(const Reflection* reflection, const Message& message, in IsLazyField()
723 const Reflection* reflection, in CheckAndSetString()
791 const Reflection* reflection = message->GetReflection(); in MaybeReleaseOverlappingOneofField() local
828 const Reflection* reflection = message->GetReflection(); in FixupMessageAfterMerge() local
869 const Reflection* reflection = parent_message->GetReflection(); in AssureWritable() local
934 const Reflection* reflection = message->GetReflection(); in DeleteRepeatedField() local
2136 const Reflection* reflection = message->GetReflection(); in InternalGetScalar() local
2203 const Reflection* reflection = self->message->GetReflection(); in InternalGetSubMessage() local
2245 const Reflection* reflection = message->GetReflection(); in InternalSetNonOneofScalar() local
/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate-annotations.jar ... org/hibernate/mapping/ org/hibernate/reflection/ org/hibernate/reflection/java/ org ...

12345678910>>...13