Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcommon.h233 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
235 #define GOOGLE_PREDICT_TRUE macro