Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dremove_at.hpp33 using RemoveAt = BOOST_HANA_DISPATCH_IF(remove_at_impl<S>, in operator ()() typedef
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs162 public void RemoveAt() in RemoveAt() method in Grpc.Core.Tests.MetadataTest
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs169 public void RemoveAt(int index) in RemoveAt() method in Grpc.Core.Metadata
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs594 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsputils.h65 WINBOOL RemoveAt(int nIndex) { in RemoveAt() function
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
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc200 bool CefSimpleMenuModelImpl::RemoveAt(int index) { in RemoveAt() function in CefSimpleMenuModelImpl
Dmenu_model_impl.cc378 bool CefMenuModelImpl::RemoveAt(int index) { in RemoveAt() function in CefMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.cc334 NO_SANITIZE("cfi-icall") bool CefMenuModelCToCpp::RemoveAt(int index) { in RemoveAt() function in CefMenuModelCToCpp