Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dreflection_internal.h109 void RemoveLast(Field* data) const override { in RemoveLast() function
165 void RemoveLast(Field* data) const override { in RemoveLast() function
228 void RemoveLast(Field* data) const override { in RemoveLast() function
H A Dreflection.h120 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
237 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
H A Drepeated_field.h735 inline void RepeatedField<Element>::RemoveLast() { in RemoveLast() function
H A Dgenerated_message_reflection_unittest.cc572 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
H A Dextension_set.cc831 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
H A Dgenerated_message_reflection.cc1333 void Reflection::RemoveLast(Message* message, in Swap() function in google::protobuf::Reflection
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dreflection_internal.h109 void RemoveLast(Field* data) const override { in RemoveLast() function
165 void RemoveLast(Field* data) const override { in RemoveLast() function
228 void RemoveLast(Field* data) const override { in RemoveLast() function
H A Dreflection.h120 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
237 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function
H A Drepeated_field.h735 inline void RepeatedField<Element>::RemoveLast() { in RemoveLast() function
H A Dgenerated_message_reflection_unittest.cc572 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
H A Dextension_set.cc831 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet
H A Dgenerated_message_reflection.cc1333 void Reflection::RemoveLast(Message* message, in Swap() function in google::protobuf::Reflection
/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_textout.cpp559 void CFDE_TextOut::Line::RemoveLast(size_t count) { in RemoveLast() function in CFDE_TextOut::Line