Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56983 class nsTArray_Impl class
57024 nsTArray_Impl() {} in nsTArray_Impl() function in nsTArray_Impl
57027 explicit nsTArray_Impl(size_type aCapacity) { SetCapacity(aCapacity); } in nsTArray_Impl() function in nsTArray_Impl
57032 explicit nsTArray_Impl(nsTArray_Impl<E, Allocator>&& aOther) in nsTArray_Impl() function in nsTArray_Impl
57037 explicit nsTArray_Impl(const self_type& aOther) { AppendElements(aOther); } in nsTArray_Impl() function in nsTArray_Impl
57039 explicit nsTArray_Impl(std::initializer_list<E> aIL) { AppendElements(aIL.begin(), aIL.size()); } in nsTArray_Impl() function in nsTArray_Impl