Searched defs:SwapElements (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 114 virtual void SwapElements(Field* data, int index1, int index2) const { in SwapElements() function 171 virtual void SwapElements(Field* data, int index1, int index2) const { in SwapElements() function 233 virtual void SwapElements(Field* data, int index1, int index2) const { in SwapElements() function
|
D | reflection.h | 132 void SwapElements(int index1, int index2) const { in SwapElements() function 264 void SwapElements(int index1, int index2) const { in SwapElements() function
|
D | extension_set.cc | 819 void ExtensionSet::SwapElements(int number, int index1, int index2) { in SwapElements() function in google::protobuf::internal::ExtensionSet
|
D | generated_message_reflection.cc | 978 void GeneratedMessageReflection::SwapElements( in SwapElements() function in google::protobuf::internal::GeneratedMessageReflection
|
D | map_test.cc | 2321 TEST(GeneratedMapFieldReflectionTest, SwapElements) { in TEST() argument
|