Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h193 #if defined(ABSL_BAD_CALL_IF)
360 #if defined(ABSL_BAD_CALL_IF)
364 ABSL_BAD_CALL_IF(
372 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 1,
381 ABSL_BAD_CALL_IF(
391 ABSL_BAD_CALL_IF(
402 ABSL_BAD_CALL_IF(
414 ABSL_BAD_CALL_IF(
427 ABSL_BAD_CALL_IF(
438 ABSL_BAD_CALL_IF(
[all …]
/third_party/abseil-cpp/absl/strings/
Dsubstitute.h193 #if defined(ABSL_BAD_CALL_IF)
360 #if defined(ABSL_BAD_CALL_IF)
364 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 0,
370 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 1,
378 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 3,
387 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 7,
397 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 15,
408 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 31,
420 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 63,
430 ABSL_BAD_CALL_IF(substitute_internal::PlaceholderBitmask(format) != 127,
[all …]
/third_party/abseil-cpp/absl/base/
Dmacros.h77 #define ABSL_BAD_CALL_IF(expr, msg) \ macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dmacros.h77 #define ABSL_BAD_CALL_IF(expr, msg) \ macro