Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h907 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_)) { in ReadVarint32()
921 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && *buffer_ < 0x80) { in ReadVarint64()
932 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_)) { in ReadVarintSizeAsInt()
983 if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) { in ReadLittleEndian32()
997 if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) { in ReadLittleEndian64()
1011 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_)) { in ReadTag()
1029 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_)) { in ReadTagWithCutoff()
1044 GOOGLE_PREDICT_TRUE(buffer_ + 1 < buffer_end_) && in ReadTagWithCutoff()
1045 GOOGLE_PREDICT_TRUE((buffer_[0] & ~buffer_[1]) >= 0x80)) { in ReadTagWithCutoff()
1074 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && buffer_[0] == expected) { in ExpectTag()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h197 #ifndef GOOGLE_PREDICT_TRUE
200 #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
202 #define GOOGLE_PREDICT_TRUE(x) (x) macro
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmetadata.h81 if (GOOGLE_PREDICT_TRUE(have_unknown_fields())) { in mutable_unknown_fields()
Dwrappers.pb.cc390 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
652 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
914 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1178 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1442 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1706 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1970 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2234 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2565 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dempty.pb.cc187 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dduration.pb.cc201 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dsource_context.pb.cc179 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dfield_mask.pb.cc177 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dtimestamp.pb.cc215 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dstruct.pb.cc285 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
685 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1388 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Ddescriptor.pb.cc979 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1307 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2553 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2856 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
3166 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
4391 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
5479 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
5895 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
6383 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
6859 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
[all …]
Dtype.pb.cc367 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1148 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2049 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
2604 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
3014 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
Dmap_entry_lite.h340 if (GOOGLE_PREDICT_TRUE(size != map_->size())) {
Dapi.pb.cc274 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1025 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1719 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.cc250 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
758 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()
1123 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure in MergePartialFromCodedStream()