Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/third-party/mapbox/
H A Dvariant.hpp249 struct variant_helper<T, Types...> struct
251 VARIANT_INLINE static void destroy(const type_index_t type_index, void* data) in destroy()
263 …ARIANT_INLINE static void move(const type_index_t old_type_index, void* old_value, void* new_value) in move()
275 …_INLINE static void copy(const type_index_t old_type_index, const void* old_value, void* new_value) in copy()
289 struct variant_helper<> struct
291 VARIANT_INLINE static void destroy(const type_index_t, void*) {} in destroy()
292 VARIANT_INLINE static void move(const type_index_t, void*, void*) {} in move()
293 VARIANT_INLINE static void copy(const type_index_t, const void*, void*) {} in copy()