Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dvoid_t.hpp11 template<typename ...Ts> using void_t = typename make_void<Ts...>::type; typedef
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_builtin.cpp14 template<typename...> using void_t = void; typedef
/third_party/skia/src/pdf/
DSkPDFSubsetFont.cpp48 template<typename...> using void_t = void; typedef
/third_party/json/single_include/nlohmann/
Djson.hpp3222 template<typename ...Ts> using void_t = typename make_void<Ts...>::type; typedef