Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp57642 elem_type* AppendElements(mozilla::Span<const Item> aSpan) in AppendElements() function in nsTArray_Impl
57649 elem_type* AppendElements(const mozilla::Array<Item, Length>& aArray) in AppendElements() function in nsTArray_Impl
57658 elem_type* AppendElements(const Item* aArray, size_type aArrayLen, in AppendElements() function in nsTArray_Impl
57666 elem_type* AppendElements(mozilla::Span<const Item> aSpan, in AppendElements() function in nsTArray_Impl
57676 elem_type* AppendElements(const nsTArray_Impl<Item, Allocator>& aArray) in AppendElements() function in nsTArray_Impl
57684 elem_type* AppendElements(const nsTArray_Impl<Item, Allocator>& aArray, in AppendElements() function in nsTArray_Impl
57700 elem_type* AppendElements(nsTArray_Impl<Item, Allocator>&& aArray, in AppendElements() function in nsTArray_Impl
57726 elem_type* AppendElements(size_type aCount) { in AppendElements() function in nsTArray_Impl
57742 elem_type* AppendElements(size_type aCount, in AppendElements() function in nsTArray_Impl
58160 nsTArray_Impl<E, Alloc>::AppendElements(const Item* aArray, size_type aArrayLen) -> elem_type* in AppendElements() function in nsTArray_Impl
[all …]