Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp57844 typename ActualAlloc::ResultType SetCapacity(size_type aCapacity) in SetCapacity() function in nsTArray_Impl
57852 bool SetCapacity(size_type aCapacity, const mozilla::fallible_t&) in SetCapacity() function in nsTArray_Impl
90553 void SetCapacity(uint32_t aCapacity) { mArray.SetCapacity(aCapacity); } in SetCapacity() function in nsCOMArray_base