Searched refs:SwapElements (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.cc85 cache_.mutable_entry()->SwapElements(i - 1, i);
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h114 void SwapElements(int index1, int index2);
222 void SwapElements(int index1, int index2);
347 void SwapElements(int index1, int index2);
544 void RepeatedField<Element>::SwapElements(int index1, int index2) { function in class:google::protobuf::RepeatedField
709 inline void RepeatedPtrFieldBase::SwapElements(int index1, int index2) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
864 void RepeatedPtrField<Element>::SwapElements(int index1, int index2) { function in class:google::protobuf::RepeatedPtrField
865 RepeatedPtrFieldBase::SwapElements(index1, index2);
H A Dextension_set.cc531 void ExtensionSet::SwapElements(int number, int index1, int index2) { function in class:google::protobuf::internal::ExtensionSet
540 extension->repeated_int32_value->SwapElements(index1, index2);
543 extension->repeated_int64_value->SwapElements(index1, index2);
546 extension->repeated_uint32_value->SwapElements(index1, index2);
549 extension->repeated_uint64_value->SwapElements(index1, index2);
552 extension->repeated_float_value->SwapElements(index1, index2);
555 extension->repeated_double_value->SwapElements(index1, index2);
558 extension->repeated_bool_value->SwapElements(index1, index2);
561 extension->repeated_enum_value->SwapElements(index1, index2);
564 extension->repeated_string_value->SwapElements(index
[all...]
H A Dgenerated_message_reflection.cc594 void GeneratedMessageReflection::SwapElements( function in class:google::protobuf::internal::GeneratedMessageReflection
603 MutableExtensionSet(message)->SwapElements(field->number(), index1, index2);
609 ->SwapElements(index1, index2); \
625 ->SwapElements(index1, index2);
H A Dgenerated_message_reflection.h145 void SwapElements(Message* message, const FieldDescriptor* field,
H A Dmessage.h425 virtual void SwapElements(Message* message,
H A Dextension_set.h298 void SwapElements(int number, int index1, int index2);
H A Dtest_util.cc2849 reflection->SwapElements(message, field, 0, 1);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc633 void ExtensionSet::SwapElements(int number, int index1, int index2) { function in class:google::protobuf::internal::ExtensionSet
642 extension->repeated_int32_value->SwapElements(index1, index2);
645 extension->repeated_int64_value->SwapElements(index1, index2);
648 extension->repeated_uint32_value->SwapElements(index1, index2);
651 extension->repeated_uint64_value->SwapElements(index1, index2);
654 extension->repeated_float_value->SwapElements(index1, index2);
657 extension->repeated_double_value->SwapElements(index1, index2);
660 extension->repeated_bool_value->SwapElements(index1, index2);
663 extension->repeated_enum_value->SwapElements(index1, index2);
666 extension->repeated_string_value->SwapElements(index
[all...]
H A Drepeated_field.h133 void SwapElements(int index1, int index2);
288 void SwapElements(int index1, int index2);
448 void SwapElements(int index1, int index2);
716 void RepeatedField<Element>::SwapElements(int index1, int index2) { function in class:google::protobuf::RepeatedField
903 inline void RepeatedPtrFieldBase::SwapElements(int index1, int index2) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1116 void RepeatedPtrField<Element>::SwapElements(int index1, int index2) { function in class:google::protobuf::RepeatedPtrField
1117 RepeatedPtrFieldBase::SwapElements(index1, index2);
H A Dgenerated_message_reflection.cc596 void GeneratedMessageReflection::SwapElements( function in class:google::protobuf::internal::GeneratedMessageReflection
605 MutableExtensionSet(message)->SwapElements(field->number(), index1, index2);
611 ->SwapElements(index1, index2); \
627 ->SwapElements(index1, index2);
H A Dgenerated_message_reflection.h152 void SwapElements(Message* message, const FieldDescriptor* field,
H A Dmessage.h409 virtual void SwapElements(Message* message,
H A Dextension_set.h312 void SwapElements(int number, int index1, int index2);
H A Dtest_util.cc3012 reflection->SwapElements(message, field, 0, 1);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc1227 reflection->SwapElements(message, field_descriptor, i, to);
1403 reflection->SwapElements(

Completed in 386 milliseconds