Home
last modified time | relevance | path

Searched defs:RemoveLast (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dreflection_internal.h87 void RemoveLast(Field* data) const override { in RemoveLast() function
146 void RemoveLast(Field* data) const override { in RemoveLast() function
212 void RemoveLast(Field* data) const override { in RemoveLast() function
Dreflection.h98 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
217 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
Drepeated_ptr_field.h319 void RemoveLast() { in RemoveLast() function
Dextension_set.cc863 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection_unittest.cc687 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
Dgenerated_message_reflection.cc1495 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection