Home
last modified time | relevance | path

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

/frameworks/native/include/ftl/
Dsmall_vector.h121 #define DISPATCH(T, F, ...) \ macro
126 DISPATCH(size_type, max_size, const) in DISPATCH() function
127 DISPATCH(size_type, size, const) in DISPATCH()
128 DISPATCH(bool, empty, const) in DISPATCH()
131 DISPATCH(iterator, begin, noexcept) in DISPATCH()
132 DISPATCH(const_iterator, begin, const) in DISPATCH()
133 DISPATCH(const_iterator, cbegin, const) in DISPATCH()
135 DISPATCH(iterator, end, noexcept) in DISPATCH()
136 DISPATCH(const_iterator, end, const) in DISPATCH()
137 DISPATCH(const_iterator, cend, const) in DISPATCH()
[all …]