Searched defs:RemoveLast (Results 1 – 6 of 6) sorted by relevance
87 void RemoveLast(Field* data) const override { in RemoveLast() function146 void RemoveLast(Field* data) const override { in RemoveLast() function212 void RemoveLast(Field* data) const override { in RemoveLast() function
98 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function217 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
319 void RemoveLast() { in RemoveLast() function
863 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
687 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
1495 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection