Searched defs:SwapElements (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 111 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements() function 167 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements() function 230 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements() function
|
D | reflection.h | 119 void SwapElements(int index1, int index2) const { in SwapElements() function 236 void SwapElements(int index1, int index2) const { in SwapElements() function
|
D | extension_set.cc | 844 void ExtensionSet::SwapElements(int number, int index1, int index2) { in SwapElements() function in google::protobuf::internal::ExtensionSet
|
D | generated_message_reflection.cc | 969 void Reflection::SwapElements(Message* message, const FieldDescriptor* field, in SwapElements() function in google::protobuf::Reflection
|
D | map_test.cc | 2589 TEST(GeneratedMapFieldReflectionTest, SwapElements) { in TEST() argument
|