Home
last modified time | relevance | path

Searched full:popback (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRingBuffer.hpp54 T popBack (void);
55 void popBack (T* elemBuf, int count) { peekBack(elemBuf, count); popBack(count); } in popBack() function in de::RingBuffer
56 void popBack (int count);
141 inline T RingBuffer<T>::popBack () in popBack() function in de::RingBuffer
166 void RingBuffer<T>::popBack (int count) in popBack() function in de::RingBuffer
H A DdePoolArray.cpp57 /* Test popBack(). */ in intArrayTest()
60 DE_TEST_ASSERT(arr.popBack() == (4999 - i)); in intArrayTest()
61 DE_TEST_ASSERT(arr16.popBack() == (4999 - i)); in intArrayTest()
131 /* Test popBack(). */ in alignedIntArrayTest()
134 DE_TEST_ASSERT(arr.popBack() == (4999 - i)); in alignedIntArrayTest()
135 DE_TEST_ASSERT(arr16.popBack() == (4999 - i)); in alignedIntArrayTest()
253 arr.popBack(); in sideEffectTest()
H A DdeThreadSafeRingBuffer.hpp47 T popBack (void);
126 T ThreadSafeRingBuffer<T>::popBack () in popBack() function in de::ThreadSafeRingBuffer
H A DdeRingBuffer.cpp66 buffer.popBack(&tmp[0], numBytes); in RingBuffer_selfTest()
H A DdePoolArray.hpp75 T popBack (void);
366 inline T PoolArray<T, Alignment>::popBack (void) in popBack() function in de::PoolArray
H A DdeThreadSafeRingBuffer.cpp70 Message msg = m_buffer.popBack(); in run()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_list.cpp191 abilityList_.PopBack(); in PopBottomAbility()
195 abilityList_.PopBack(); in PopBottomAbility()
200 abilityList_.PopBack(); // pop home in PopBottomAbility()
202 abilityList_.PopBack(); // pop secondLastRecord in PopBottomAbility()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlru_bucket.h39 PopBack(); in ~LRUBucket()
58 PopBack(); in ResetCapacity()
102 PopBack(); in Set()
185 void PopBack() in PopBack() function in OHOS::LRUBucket
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h39 PopBack(); in ~LRUBucket()
58 PopBack(); in ResetCapacity()
102 PopBack(); in Set()
185 void PopBack() in PopBack() function in OHOS::LRUBucket
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_vertex_sequence.h109 BaseType::PopBack(); in Close()
118 BaseType::PopBack(); in Close()
134 BaseType::PopBack(); in Add()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_shorten_path.cpp35 vtxSeq.PopBack(); in ShortenPath()
49 vtxSeq.PopBack(); in ShortenPath()
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp67 m_buffer.push_back(src.popBack()); in read()
89 src.popBack(&m_buffer[curBufPos], (int)numToRead); in read()
387 m_bufferOut.popBack((int)numSent); in send()
/foundation/graphic/graphic_utils_lite/test/
H A Dvector_unit_test.cpp93 * @tc.desc: Verify PushBack/PopBack function, equal.
112 vector_->PopBack(); in HWTEST_F()
H A Dlist_unit_test.cpp135 * @tc.desc: Verify PopBack function, equal.
150 list_->PopBack(); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h261 LinkedList* PopBack() noexcept
267 T* PopBack(LinkedList T::*member) noexcept
H A DIntrusiveList.h205 T* PopBack() noexcept
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp240 Message msg = m_msgQueue.popBack(); in run()
290 Message msg = m_msgQueue.popBack(); in run()
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.cpp124 m_buf.popBack(m_curTokenLen); in advance()
178 m_buf.popBack(); in advance()
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils_list.h105 void PopBack() in PopBack() function in OHOS::List
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h85 void PopBack() in PopBack() function in OHOS::Graphic::Vector
H A Dlist.h166 void PopBack() in PopBack() function in OHOS::List
/third_party/skia/third_party/externals/angle2/src/common/
H A DFixedVector_unittest.cpp72 TEST(FixedVector, PopBack) in TEST()
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector_test.cc109 TEST(UniqueVectorTest, PopBack) { in TEST()
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.cpp73 call = m_callQueue.popBack(); in callNext()
H A DxeContainerFormatParser.cpp131 m_buf.popBack(m_elementLen); in advance()

Completed in 39 milliseconds

12