Searched defs:RemoveLast (Results 1 – 7 of 7) sorted by relevance
108 void RemoveLast(Field* data) const override { in RemoveLast() function164 void RemoveLast(Field* data) const override { in RemoveLast() function227 void RemoveLast(Field* data) const override { in RemoveLast() function
118 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function235 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
320 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
797 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
912 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection
2656 TEST(GeneratedMapFieldReflectionTest, RemoveLast) { in TEST() argument
135 V8_INLINE T RemoveLast() { return Remove(length_ - 1); } in RemoveLast() function