Home
last modified time | relevance | path

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

/frameworks/native/include/ftl/
Dsmall_map.h110 static constexpr size_type static_capacity() { return N; } in static_capacity() function
118 if constexpr (static_capacity() > 0) { in dynamic()
186 if constexpr (static_capacity() > 0) { in try_emplace()
/frameworks/native/libs/ftl/
Dsmall_map_test.cpp221 if constexpr (map.static_capacity() > 0) { in TYPED_TEST()
232 if constexpr (map.static_capacity() > 0) { in TYPED_TEST()
282 if constexpr (map.static_capacity() > 0) { in TYPED_TEST()
332 if constexpr (map.static_capacity() > 0) { in TYPED_TEST()