Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h262 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/external/protobuf/php/ext/google/protobuf/
Dupb.h243 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) macro