Home
last modified time | relevance | path

Searched defs:RemoveAt (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxtmpl.h268 void CDXArray<TYPE,ARG_TYPE>::RemoveAt(int nIndex,int nCount) { in RemoveAt() function
596 void CDXList<TYPE,ARG_TYPE>::RemoveAt(DXLISTPOS position) { in RemoveAt() function
Dmsputils.h65 WINBOOL RemoveAt(int nIndex) { in RemoveAt() function
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs594 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs594 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array_unittest.cpp37 TEST(ArrayTest, RemoveAt) { in TEST() argument
H A Dcpdf_array.cpp198 void CPDF_Array::RemoveAt(size_t index) { in RemoveAt() function in CPDF_Array
/aosp_15_r20/external/cronet/base/win/
H A Dvector.h282 IFACEMETHODIMP RemoveAt(unsigned index) override { in RemoveAt() function
H A Dvector_unittest.cc450 TEST(VectorTest, RemoveAt) { in TEST() argument
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_combobox.cpp58 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ComboBox
H A Dcfwl_listbox.cpp836 void CFWL_ListBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ListBox
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_utils.cc65 void RemoveAt(protobuf::RepeatedPtrField<T>* array, in RemoveAt() function