HomeSort by relevance Sort by last modified time
    Searched refs:UPB_MAX (Results 1 - 4 of 4) sorted by null

  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h 242 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y))
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h 261 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y))
    [all...]

Completed in 55 milliseconds