Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dbounded_inline_vector.h61 BoundedInlineVector(Ts&&... elements) // NOLINT(runtime/explicit) in BoundedInlineVector() function
69 BoundedInlineVector(const BoundedInlineVector<T, other_capacity>& other) { in BoundedInlineVector() function
78 BoundedInlineVector(BoundedInlineVector<T, other_capacity>&& other) { in BoundedInlineVector() function