Searched defs:RemoveAt (Results 1 – 11 of 11) sorted by relevance
268 void CDXArray<TYPE,ARG_TYPE>::RemoveAt(int nIndex,int nCount) { in RemoveAt() function596 void CDXList<TYPE,ARG_TYPE>::RemoveAt(DXLISTPOS position) { in RemoveAt() function
65 WINBOOL RemoveAt(int nIndex) { in RemoveAt() function
594 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField
37 TEST(ArrayTest, RemoveAt) { in TEST() argument
198 void CPDF_Array::RemoveAt(size_t index) { in RemoveAt() function in CPDF_Array
282 IFACEMETHODIMP RemoveAt(unsigned index) override { in RemoveAt() function
450 TEST(VectorTest, RemoveAt) { in TEST() argument
58 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ComboBox
836 void CFWL_ListBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ListBox
65 void RemoveAt(protobuf::RepeatedPtrField<T>* array, in RemoveAt() function