Home
last modified time | relevance | path

Searched refs:PopFront (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mindspore/tests/ut/cpp/dataset/
Dqueue_test.cc73 rc = que.PopFront(&b); in TEST_F()
84 rc = que.PopFront(&b); in TEST_F()
91 rc = que.PopFront(&b); in TEST_F()
108 rc = que.PopFront(&rc_recv); in TEST_F()
114 rc = que.PopFront(&rc_recv2); in TEST_F()
126 rc = que.PopFront(&b); in TEST_F()
131 rc = que.PopFront(&b); in TEST_F()
144 rc = que.PopFront(&b); in test4()
175 rc = my_list_of_queues[chosen_queue_index]->PopFront(&pepped_value); in TEST_F()
Dinterrupt_test.cc45 rc = q.PopFront(&v); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc149 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
157 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
162 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
167 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
192 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
Dmappable_leaf_op.cc94 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
114 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&io_block)); in WorkerEntry()
Dimage_folder_op.cc53 RETURN_IF_NOT_OK(image_name_queue_->PopFront(&p)); in PrescanMasterEntry()
152 RETURN_IF_NOT_OK(folder_name_queue_->PopFront(&folder_name)); in PrescanWorkerEntry()
175 RETURN_IF_NOT_OK(folder_name_queue_->PopFront(&folder_name)); in PrescanWorkerEntry()
Dceleba_op.cc181 RETURN_IF_NOT_OK(attr_info_queue_->PopFront(&image_infos)); in ParseImageAttrInfo()
214 RETURN_IF_NOT_OK(attr_info_queue_->PopFront(&image_infos)); in ParseImageAttrInfo()
Dcifar_op.cc224 RETURN_IF_NOT_OK(cifar_raw_data_block_->PopFront(&block)); in ParseCifarData()
250 RETURN_IF_NOT_OK(cifar_raw_data_block_->PopFront(&block)); in ParseCifarData()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dfilter_op.cc122 RETURN_IF_NOT_OK(worker_queues_[worker_id]->PopFront(&new_row)); in WorkerEntry()
143 RETURN_IF_NOT_OK(worker_queues_[worker_id]->PopFront(&new_row)); in WorkerEntry()
180 RETURN_IF_NOT_OK(filter_queues_[w_id]->PopFront(&in_pair)); in Collector()
Dbuild_vocab_op.cc50 RETURN_IF_NOT_OK(distributor_queue_->PopFront(&new_row)); in WorkerEntry()
68 RETURN_IF_NOT_OK(distributor_queue_->PopFront(&new_row)); in WorkerEntry()
132 RETURN_IF_NOT_OK(collector_queue_->PopFront(&wrkr_map)); in CollectorThread()
Dcache_base_op.cc168 RETURN_IF_NOT_OK(io_block_queues_[worker_id]->PopFront(&blk)); in FetchFromCache()
231 RETURN_IF_NOT_OK(prefetch_.PopFront(row_id, out)); in GetPrefetchRow()
282 RETURN_IF_NOT_OK(prefetch_queues_[worker_id]->PopFront(&blk)); in Prefetcher()
Dcache_merge_op.cc85 RETURN_IF_NOT_OK(cache_miss_.PopFront(row_id, &new_row)); in WorkerEntry()
157 RETURN_IF_NOT_OK(io_que_->PopFront(&row_id)); in Cleaner()
/third_party/grpc/src/core/lib/iomgr/executor/
Dmpmcqueue.cc27 inline void* InfLenFIFOQueue::PopFront() { in PopFront() function in grpc_core::InfLenFIFOQueue
165 return PopFront(); in Get()
Dmpmcqueue.h100 void* PopFront();
/third_party/abseil-cpp/absl/flags/
Dparse.cc165 void PopFront() { next_arg_++; } in PopFront() function in absl::flags_internal::__anon13c9a58d0511::ArgsList
552 curr_list->PopFront(); in DeduceFlagValue()
657 curr_list.PopFront(); in ParseCommandLineImpl()
701 curr_list.PopFront(); in ParseCommandLineImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc165 void PopFront() { next_arg_++; } in PopFront() function in absl::flags_internal::__anoncd9bf8e20511::ArgsList
552 curr_list->PopFront(); in DeduceFlagValue()
662 curr_list.PopFront(); in ParseCommandLineImpl()
706 curr_list.PopFront(); in ParseCommandLineImpl()
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp130 SlabAllocatorImpl::IndexLinkNode* SlabAllocatorImpl::PopFront(Slab* slab) const { in PopFront() function in SlabAllocatorImpl
180 IndexLinkNode* node = PopFront(slab); in Allocate()
DSlabAllocator.h119 IndexLinkNode* PopFront(Slab* slab) const;
/third_party/openh264/test/utils/
DBufferedData.h35 size_t PopFront (uint8_t* ptr, size_t len) { in PopFront() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Djagged_connector.h56 RETURN_IF_NOT_OK(queues_[pop_from_]->PopFront(result)); in Pop()
Ddb_connector.h80 RETURN_IF_NOT_OK(queues_[pop_from_]->PopFront(result));
Dgpu_item_connector.h59 RETURN_IF_NOT_OK(queues_[pop_from_]->PopFront(result)); in Pop()
Dconnector.h103 RETURN_IF_NOT_OK(queues_[pop_from_]->PopFront(result)); in Pop()
/third_party/node/test/cctest/
Dtest_util.cc52 EXPECT_EQ(&one, list.PopFront()); in TEST()
64 EXPECT_EQ(&two, list.PopFront()); in TEST()
/third_party/openh264/test/api/
Ddecode_encode_test.cpp86 return (int) buf_.PopFront (static_cast<uint8_t*> (ptr), len); in read()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dqueue_map.h59 virtual Status PopFront(key_type key, T *out) { in PopFront() function

12