Home
last modified time | relevance | path

Searched refs:EnsureConstexpr (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h94 enable_if(str_format_internal::EnsureConstexpr(s), "constexpr trap"),
100 __attribute__((enable_if(str_format_internal::EnsureConstexpr(s), in FormatSpecTemplate()
Dparser.h183 constexpr bool EnsureConstexpr(string_view s) { in EnsureConstexpr() function
291 enable_if(str_format_internal::EnsureConstexpr(format), in ExtendedParsedFormat()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.h108 enable_if(str_format_internal::EnsureConstexpr(s), "constexpr trap"),
114 __attribute__((enable_if(str_format_internal::EnsureConstexpr(s), in FormatSpecTemplate()
Dparser.h205 constexpr bool EnsureConstexpr(string_view s) { in EnsureConstexpr() function
313 enable_if(str_format_internal::EnsureConstexpr(format), in ExtendedParsedFormat()