HomeSort by relevance Sort by last modified time
    Searched refs:Erase (Results 26 - 50 of 57) sorted by null

12 3

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 832 // Erase(ValueIterator)
839 // Erase the first
840 itr = x.Erase(x.Begin());
847 itr = x.Erase(x.End() - 1);
853 // Erase the middle
854 itr = x.Erase(x.Begin() + 4);
862 // Erase(ValueIterator, ValueIterator)
871 itr = x.Erase(x.Begin() + first, x.Begin() + last);
887 // http://en.wikipedia.org/wiki/Erase-remove_idiom
896 x.Erase(std::remove(x.Begin(), x.End(), null), x.End());
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/
class_table.cc 192 class_set.Erase(it);
oat_file_assistant.cc 657 file_->Erase(/*unlink*/ true);
    [all...]
  /external/libchrome/base/
values.h 461 iterator Erase(iterator iter, std::unique_ptr<Value>* out_value);
values.cc 397 current_path.erase(0, delimiter_position + 1);
734 current_path.erase(0, delimiter_position + 1);
751 dictionary_.erase(entry_iterator);
1012 list_.erase(list_.begin() + index);
1020 list_.erase(it);
1030 ListValue::iterator ListValue::Erase(iterator iter,
1035 return list_.erase(iter);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 675 //! Erase a value in a subtree.
682 bool Erase(ValueType& root) const {
684 if (tokenCount_ == 0) // Cannot erase the root
715 v->Erase(v->Begin() + last->index);
    [all...]
document.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 435 Work.erase(First);
599 Uses.erase(Min);
627 // Finally, erase the nodes that are no longer used.
628 NodeSet Erase;
640 Erase.insert(*I);
643 in_set(Erase));
978 Us.erase(I);
984 Uses.erase(UF);
    [all...]
HexagonSplitDouble.cpp     [all...]
  /art/runtime/base/
hash_set.h 308 // Erase algorithm:
316 iterator Erase(iterator it) {
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c 407 Status = mGlobal->VariableStore[StorageType]->Erase (
    [all...]
  /art/compiler/
image_writer.cc 224 image_file->Erase();
295 image_file->Erase();
312 image_file->Erase();
319 image_file->Erase();
331 image_file->Erase();
789 visited_->erase(ref);
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 300 TEST(RepeatedField, Erase) {
302 RepeatedField<int>::iterator it = me.erase(me.begin(), me.end());
309 it = me.erase(me.begin(), me.end());
316 it = me.erase(me.begin() + 2, me.end());
325 it = me.erase(me.begin() + 1, me.begin() + 3);
801 TEST(RepeatedPtrField, Erase) {
803 RepeatedPtrField<string>::iterator it = me.erase(me.begin(), me.end());
810 it = me.erase(me.begin(), me.end());
817 it = me.erase(me.begin() + 2, me.end());
826 it = me.erase(me.begin() + 1, me.begin() + 3)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 174 // Erase variable numbers stored in AuxInt fields of phi ops. They are no longer needed.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 174 // Erase variable numbers stored in AuxInt fields of phi ops. They are no longer needed.
  /art/patchoat/
patchoat.cc 86 // Either try to close the file (close=true), or erase it.
95 file->Erase();
    [all...]
  /art/dexlayout/
dexlayout.cc     [all...]
  /art/runtime/hprof/
hprof.cc 798 file->Erase();
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go     [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 289 it = list.erase(it);
317 ref = label->Erase(ref);
371 it = near_labels_.erase(it);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 2173 func (e *edgeState) erase(loc Location) { func
    [all...]

Completed in 2769 milliseconds

12 3