Home
last modified time | relevance | path

Searched defs:ABSL_PREDICT_TRUE (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization.h178 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro
181 #define ABSL_PREDICT_TRUE(x) (x) macro
/third_party/abseil-cpp/absl/base/
Doptimization.h175 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro
178 #define ABSL_PREDICT_TRUE(x) (x) macro