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

  /external/protobuf/php/ext/google/protobuf/
upb.c 232 int cmp_fields(const void *p1, const void *p2) { function
264 qsort(fields, n, sizeof(*fields), cmp_fields);
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 275 int cmp_fields(const void *p1, const void *p2) { function
318 qsort(fields, n, sizeof(*fields), cmp_fields);
    [all...]

Completed in 65 milliseconds