Searched defs:GOOGLE_PREDICT_TRUE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h245 #ifndef GOOGLE_PREDICT_TRUE
248 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
250 #define GOOGLE_PREDICT_TRUE macro
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h200 #ifndef GOOGLE_PREDICT_TRUE
203 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
205 #define GOOGLE_PREDICT_TRUE macro

Completed in 511 milliseconds