Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp145 struct static_const struct
151 constexpr T static_const<T>::value;
/third_party/harfbuzz/src/
Dhb.hh280 #define static_const static macro
282 #define static_const static const macro
Dhb-meta.hh79 #define HB_FUNCOBJ(x) static_const x HB_UNUSED
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh289 #define static_const static macro
291 #define static_const static const macro
Dhb-meta.hh82 #define HB_FUNCOBJ(x) static_const x HB_UNUSED
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh276 #define static_const static macro
278 #define static_const static const macro
Dhb-meta.hh75 #define HB_FUNCOBJ(x) static_const x HB_UNUSED
/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp405 constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; // NOLINT(misc-def…
Dfrom_json.hpp464 constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value; // NOLINT(misc…
/third_party/json/single_include/nlohmann/
Djson.hpp3175 struct static_const struct
3181 constexpr T static_const<T>::value;
4327 constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value; // NOLINT(misc…
4931 constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; // NOLINT(misc-def…