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

  /external/protobuf/php/ext/google/protobuf/
upb.c 385 for( ; !upb_inttable_done(&i); upb_inttable_next(&i)) {
4672 void upb_inttable_next(upb_inttable_iter *iter) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 445 for( ; !upb_inttable_done(&i); upb_inttable_next(&i)) {
4923 void upb_inttable_next(upb_inttable_iter *iter) { function
    [all...]

Completed in 57 milliseconds