OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOOGLE_PREDICT_TRUE
(Results
1 - 6
of
6
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h
186
#ifndef
GOOGLE_PREDICT_TRUE
189
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
191
#define
GOOGLE_PREDICT_TRUE
(x) (x)
/external/protobuf/src/google/protobuf/stubs/
common.h
230
#ifndef
GOOGLE_PREDICT_TRUE
233
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
235
#define
GOOGLE_PREDICT_TRUE
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
230
#ifndef
GOOGLE_PREDICT_TRUE
233
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
235
#define
GOOGLE_PREDICT_TRUE
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
230
#ifndef
GOOGLE_PREDICT_TRUE
233
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
235
#define
GOOGLE_PREDICT_TRUE
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h
230
#ifndef
GOOGLE_PREDICT_TRUE
233
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
235
#define
GOOGLE_PREDICT_TRUE
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h
230
#ifndef
GOOGLE_PREDICT_TRUE
233
#define
GOOGLE_PREDICT_TRUE
(x) (__builtin_expect(!!(x), 1))
235
#define
GOOGLE_PREDICT_TRUE
[
all
...]
Completed in 101 milliseconds