Searched refs:vtableForType (Results 1 – 2 of 2) sorted by relevance
168 static VTable* vtableForType() { in vtableForType() function in mbgl::util::unique_any189 vtable = vtableForType<_Vt>(); in create()
88 Convertible(T&& value) : vtable(vtableForType<std::decay_t<T>>()) { in Convertible()235 static VTable* vtableForType() { in vtableForType() function in mbgl::style::conversion::Convertible