Home
last modified time | relevance | path

Searched full:pop_back (Results 676 - 700 of 992) sorted by relevance

1...<<21222324252627282930>>...40

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_observer_test.cpp927 entriesBatch.pop_back(); in KvObserverVerifyUpdateAndDelete()
1038 entriesBatch.pop_back(); in KvObserverVerifyTransactionCommit()
H A Ddistributeddb_kv_observer_snap_test.cpp953 entriesBatch.pop_back(); in ObserverSnapVerifyDeleteBatch()
1084 entryBatches.pop_back(); in ObserverSnapVerifyTransactionCommit()
H A Ddistributeddb_nb_predicate_query_expand_test.cpp401 expectEntries[INDEX_FORTH].pop_back(); in HWTEST_F()
532 expectEntries[INDEX_FORTH].pop_back(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp240 updateAge.pop_back(); in DeleteUserTableRecord()
255 updateAge.pop_back(); in UpdateUserTableRecord()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1542 sql.pop_back(); in CreateSameStuTable()
1545 sql.pop_back(); in CreateSameStuTable()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp142 openingDevices_.pop_back(); in ScanAndRecordInputDevices()
395 openingDevices_.pop_back(); in DeviceIsExists()
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp1445 iter_binding_live.destinations.pop_back(); in addStage()
1555 iter_binding_live.destinations.pop_back(); in addStage()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc2292 text_.pop_back(); in AddQuantifierToAtom()
2297 terms_.pop_back(); in AddQuantifierToAtom()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dwrite.rs1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector()
1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
/third_party/rust/crates/cxx/gen/src/
H A Dwrite.rs1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector()
1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dwrite.rs1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector()
1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp522 valnos.pop_back();
1238 Spills.pop_back();
H A DMachineOutliner.cpp327 ToVisit.pop_back(); in setSuffixIndices()
528 ToVisit.pop_back(); in advance()
H A DTwoAddressInstructionPass.cpp802 VirtRegPairs.pop_back(); in scanUses()
805 VirtRegPairs.pop_back(); in scanUses()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1670 buffersToUnmap.pop_back(); in allStages()
1700 buffersToUnmap.pop_back(); in allStages()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst()
603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst()
603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp149 void pop_back() { MetadataPtrs.pop_back(); } in pop_back() function in __anon23961::BitcodeReaderMetadataList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp558 IGSrcs.pop_back();
559 ValidSwizzle.pop_back();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp739 // swap/pop_back for efficiency, but do not use it if doing so would in inlineCallsImpl()
744 CallSites.pop_back(); in inlineCallsImpl()
H A DPartialInlining.cpp478 DFS.pop_back(); in computeOutliningColdRegionsInfo()
1464 Worklist.pop_back(); in run()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dwrite.rs1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector()
1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp75 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst()
602 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2464 operationRecords_.pop_back(); in HandleOnRevoke()
2466 operationRecords_.pop_back(); in HandleOnRevoke()
2482 inverseOperationRecords_.pop_back(); in HandleOnInverseRevoke()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_natural_store_testcase.cpp881 key3.pop_back(); in SyncDatabaseOperate006()
1647 sizeKey.pop_back(); in TestMetaDataPutAndGet()
1755 sizeKey.pop_back(); in DataBaseCommonPutOperate()

Completed in 67 milliseconds

1...<<21222324252627282930>>...40