HomeSort by relevance Sort by last modified time
    Searched refs:RemoveLast (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/v8/src/parsing/
func-name-inferrer.h 70 funcs_to_infer_.RemoveLast();
98 names_stack_.Rewind(entries_stack_.RemoveLast());
  /external/v8/test/cctest/
test-list.cc 106 TEST(RemoveLast) {
112 list.RemoveLast();
118 list.RemoveLast();
121 list.RemoveLast();
129 list.RemoveLast();
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.h 22 int32_t RemoveLast(int32_t iCount = -1);
fx_utils.cpp 122 int32_t CFX_BaseArray::RemoveLast(int32_t iCount) {
277 int32_t CFX_BaseMassArrayImp::RemoveLast(int32_t iCount) {
326 int32_t CFX_BaseMassArray::RemoveLast(int32_t iCount) {
327 return m_pData->RemoveLast(iCount);
  /external/v8/src/crankshaft/
hydrogen-dce.cc 19 HValue* instr = worklist->RemoveLast();
95 HPhi* phi = worklist.RemoveLast();
hydrogen-infer-types.cc 37 HValue* current = worklist_.RemoveLast();
hydrogen-mark-deoptimize.cc 32 phi = worklist_.RemoveLast();
hydrogen-removable-simulates.cc 128 mergelist_.RemoveLast()->MergeWith(&mergelist_);
134 mergelist_.RemoveLast()->DeleteAndReplaceWith(NULL);
hydrogen-representation-changes.cc 162 HPhi* current = int_worklist.RemoveLast();
179 HPhi* current = smi_worklist.RemoveLast();
hydrogen-uint32-analysis.cc 191 HPhi* phi = worklist.RemoveLast();
hydrogen-range-analysis.cc 89 Pending pending = stack.RemoveLast();
215 value = worklist_.RemoveLast();
hydrogen-infer-representation.cc 131 HValue* current = worklist_.RemoveLast();
  /external/v8/src/
context-measure.cc 56 MeasureAndRecurse(deferred_objects_.RemoveLast());
small-pointer-list.h 106 T* RemoveLast() {
113 return list()->RemoveLast();
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 61 int32_t RemoveLast(int32_t iCount = -1);
106 int32_t RemoveLast(int32_t iCount = -1) {
107 return CFX_BaseArray::RemoveLast(iCount);
194 int32_t RemoveLast(int32_t iCount = -1) {
205 return CFX_BaseArray::RemoveLast(iCount);
228 int32_t RemoveLast(int32_t iCount = -1);
271 int32_t RemoveLast(int32_t iCount = -1) {
272 return CFX_BaseMassArray::RemoveLast(iCount);
344 int32_t RemoveLast(int32_t iCount = -1) {
355 return CFX_BaseMassArray::RemoveLast(iCount);
    [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/v8/test/cctest/heap/
test-alloc.cc 246 blocks[index] = blocks.RemoveLast();
248 blocks.RemoveLast();
  /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;
  /external/protobuf/src/google/protobuf/
extension_set.cc 663 void ExtensionSet::RemoveLast(int number) {
672 extension->repeated_int32_value->RemoveLast();
675 extension->repeated_int64_value->RemoveLast();
678 extension->repeated_uint32_value->RemoveLast();
681 extension->repeated_uint64_value->RemoveLast();
684 extension->repeated_float_value->RemoveLast();
687 extension->repeated_double_value->RemoveLast();
690 extension->repeated_bool_value->RemoveLast();
693 extension->repeated_enum_value->RemoveLast();
696 extension->repeated_string_value->RemoveLast();
    [all...]
repeated_field.h 123 void RemoveLast();
285 void RemoveLast();
450 void RemoveLast();
548 // When elements are removed by calls to RemoveLast() or Clear(), they
697 inline void RepeatedField<Element>::RemoveLast() {
913 inline void RepeatedPtrFieldBase::RemoveLast() {
    [all...]
  /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...]
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 26 void RemoveLast(int32_t iCount);

Completed in 562 milliseconds

1 2 3