Searched refs:cend (Results 1 – 11 of 11) sorted by relevance
| /developtools/hdc/src/host/ |
| D | host_updater.cpp | 62 if (std::find(filter.cbegin(), filter.cend(), token) == filter.cend()) { in Split() 98 if (std::find(params.cbegin(), params.cend(), "-f") != params.cend()) { in BeginTransfer() 157 auto iter = std::find(result.cbegin(), result.cend(), "-f"); in CheckCmd() 158 …bool ret = (iter != result.cend()) ? (result.size() == (paramCount + 1)) : (result.size() == param… in CheckCmd()
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_csv_util.h | 42 for (auto iter = spdata.values.cbegin(); iter != spdata.values.cend(); ++iter) { in WriteCsv() 66 for (auto iter = vmap.cbegin(); iter != vmap.cend(); ++iter) { in WriteCsvH()
|
| D | sp_thread_socket.h | 32 for (auto iter = dataMap.cbegin(); iter != dataMap.cend(); ++iter) { in MapToString()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | smartperf_command.cpp | 124 tempData.insert(data.cbegin(), data.cend()); in ExecCommand() 131 for (auto iter = spMap.cbegin(); iter != spMap.cend(); ++iter) { in ExecCommand()
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | hashlist_test.cpp | 113 HWTEST_F(HashListTest, cend, TestSize.Level1) 120 const auto last = hashList.cend();
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | hashlist_test.cpp | 113 HWTEST_F(HashListTest, cend, TestSize.Level1) 120 const auto last = hashList.cend();
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | plugin_watcher_test.cpp | 73 for (auto iter = cmpFileList.cbegin(); iter != cmpFileList.cend(); iter++) { in OnPluginRemovedStub()
|
| /developtools/hiperf/include/ |
| D | hashlist.h | 184 const Iterator cend() const;
|
| D | hashlist.hpp | 610 return cend(); in cbegin() 623 auto HashList<Key, Val>::cend() const in cend() function in OHOS::Developtools::HiPerf::HashList
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlist.h | 184 const Iterator cend() const;
|
| D | hashlistpp.h | 609 return cend(); 622 auto HashList<Key, Val>::cend() const
|