Home
last modified time | relevance | path

Searched refs:static_const (Results 1 - 7 of 7) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dcpp_future.hpp154 struct static_const struct
161 constexpr T static_const<T>::value;
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb.hh289 #define static_const static macro
291 #define static_const static const macro
H A Dhb-meta.hh82 #define HB_FUNCOBJ(x) static_const x HB_UNUSED
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp492 detail::static_const<detail::from_json_fn>::value;
H A Dto_json.hpp441 detail::static_const<detail::to_json_fn>::value;
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3171 struct static_const
3177 constexpr T static_const<T>::value; // NOLINT(readability-redundant-declaration)
4283 constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value; // NOLINT(misc-definitions-in-headers)
4911 constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; // NOLINT(misc-definitions-in-headers)
/third_party/json/single_include/nlohmann/
H A Djson.hpp3195 struct static_const struct
3202 constexpr T static_const<T>::value;
5048 detail::static_const<detail::from_json_fn>::value;
5747 detail::static_const<detail::to_json_fn>::value;

Completed in 45 milliseconds