Home
last modified time | relevance | path

Searched refs:DISPATCH (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/include/ftl/
Dsmall_vector.h119 #define DISPATCH(T, F, ...) \ macro
124 DISPATCH(size_type, max_size, const) in DISPATCH() function
125 DISPATCH(size_type, size, const) in DISPATCH()
126 DISPATCH(bool, empty, const) in DISPATCH()
129 DISPATCH(iterator, begin, noexcept) in DISPATCH()
130 DISPATCH(const_iterator, begin, const) in DISPATCH()
131 DISPATCH(const_iterator, cbegin, const) in DISPATCH()
133 DISPATCH(iterator, end, noexcept) in DISPATCH()
134 DISPATCH(const_iterator, end, const) in DISPATCH()
135 DISPATCH(const_iterator, cend, const) in DISPATCH()
[all …]