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

  /external/protobuf/php/ext/google/protobuf/
upb.h 243 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y))
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 262 #define UPB_MIN(x, y) ((x) < (y) ? (x) : (y))
    [all...]

Completed in 56 milliseconds