Home
last modified time | relevance | path

Searched refs:CHKFMT (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c11382 #define CHKFMT(val) if ((val) == (size_t)-1) return false; macro
11391 CHKFMT(length); \
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12199 #define CHKFMT(val) if ((val) == (size_t)-1) return false; macro
12208 CHKFMT(length); \