HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_PREDICT_TRUE (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 117 #include <google/protobuf/stubs/common.h> // for GOOGLE_PREDICT_TRUE macro
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 200 #ifndef GOOGLE_PREDICT_TRUE
203 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
205 #define GOOGLE_PREDICT_TRUE
    [all...]

Completed in 31 milliseconds