Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_internal.h108 void RemoveLast(Field* data) const override { in RemoveLast() function
164 void RemoveLast(Field* data) const override { in RemoveLast() function
227 void RemoveLast(Field* data) const override { in RemoveLast() function
Dreflection.h118 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
235 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
Dgenerated_message_reflection_unittest.cc320 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
Dextension_set.cc797 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc912 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection
Dmap_test.cc2656 TEST(GeneratedMapFieldReflectionTest, RemoveLast) { in TEST() argument
/third_party/node/deps/v8/src/zone/
Dzone-list.h135 V8_INLINE T RemoveLast() { return Remove(length_ - 1); } in RemoveLast() function