HomeSort by relevance Sort by last modified time
    Searched defs:RemoveLast (Results 1 - 17 of 17) sorted by null

  /external/pdfium/xfa/fgas/crt/
fgas_utils.h 26 int32_t RemoveLast(int32_t iCount);
73 int32_t RemoveLast(int32_t iCount) {
74 return CFX_BaseArray::RemoveLast(iCount);
91 int32_t RemoveLast(int32_t iCount);
fgas_utils.cpp 123 int32_t CFX_BaseArray::RemoveLast(int32_t iCount) {
284 int32_t CFX_BaseMassArrayImp::RemoveLast(int32_t iCount) {
  /external/v8/src/
list.h 126 INLINE(T RemoveLast()) { return Remove(length_ - 1); }
small-pointer-list.h 106 T* RemoveLast() {
113 return list()->RemoveLast();
  /external/protobuf/src/google/protobuf/
reflection.h 129 void RemoveLast() const {
130 accessor_->RemoveLast(data_);
261 void RemoveLast() const {
262 accessor_->RemoveLast(data_);
354 virtual void RemoveLast(Field* data) const = 0;
reflection_internal.h 111 virtual void RemoveLast(Field* data) const {
112 MutableRepeatedField(data)->RemoveLast();
168 virtual void RemoveLast(Field* data) const {
169 MutableRepeatedField(data)->RemoveLast();
230 virtual void RemoveLast(Field* data) const {
231 MutableRepeatedField(data)->RemoveLast();
extension_set.cc 768 void ExtensionSet::RemoveLast(int number) {
777 extension->repeated_int32_value->RemoveLast();
780 extension->repeated_int64_value->RemoveLast();
783 extension->repeated_uint32_value->RemoveLast();
786 extension->repeated_uint64_value->RemoveLast();
789 extension->repeated_float_value->RemoveLast();
792 extension->repeated_double_value->RemoveLast();
795 extension->repeated_bool_value->RemoveLast();
798 extension->repeated_enum_value->RemoveLast();
801 extension->repeated_string_value->RemoveLast();
    [all...]
generated_message_reflection.cc     [all...]
repeated_field.h 127 void RemoveLast();
413 void RemoveLast();
749 void RemoveLast();
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 129 void RemoveLast() const {
130 accessor_->RemoveLast(data_);
261 void RemoveLast() const {
262 accessor_->RemoveLast(data_);
354 virtual void RemoveLast(Field* data) const = 0;
repeated_field.h 127 void RemoveLast();
413 void RemoveLast();
749 void RemoveLast();
    [all...]
  /external/v8/src/regexp/
regexp-parser.h 30 // be read using last() or removed using RemoveLast until a new Add or until
31 // RemoveLast or GetList has been called.
47 T* RemoveLast() {
51 last_ = list_->RemoveLast();
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 583 pLine->RemoveLast(iPieces - m_iCurPiece - 1);
867 void CFDE_TTOLine::RemoveLast(int32_t icount) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 101 void RemoveLast();
257 void RemoveLast();
421 void RemoveLast();
519 // When elements are removed by calls to RemoveLast() or Clear(), they
642 inline void RepeatedField<Element>::RemoveLast() {
849 inline void RepeatedPtrFieldBase::RemoveLast() {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 101 void RemoveLast();
257 void RemoveLast();
421 void RemoveLast();
519 // When elements are removed by calls to RemoveLast() or Clear(), they
642 inline void RepeatedField<Element>::RemoveLast() {
849 inline void RepeatedPtrFieldBase::RemoveLast() {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 101 void RemoveLast();
257 void RemoveLast();
421 void RemoveLast();
519 // When elements are removed by calls to RemoveLast() or Clear(), they
642 inline void RepeatedField<Element>::RemoveLast() {
849 inline void RepeatedPtrFieldBase::RemoveLast() {
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 101 void RemoveLast();
257 void RemoveLast();
421 void RemoveLast();
519 // When elements are removed by calls to RemoveLast() or Clear(), they
642 inline void RepeatedField<Element>::RemoveLast() {
849 inline void RepeatedPtrFieldBase::RemoveLast() {
    [all...]

Completed in 628 milliseconds