Searched refs:release_ref2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2996 static void release_ref2(const upb_refcounted *obj, 3310 do { visit(o, release_ref2, NULL); } while ((o = o->next) != obj); in freeze() 3368 static void release_ref2(const upb_refcounted *obj, in release_ref2() function 3388 do { visit(o, release_ref2, NULL); } while((o = o->next) != r); in unref()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 3155 static void release_ref2(const upb_refcounted *obj, 3469 do { visit(o, release_ref2, NULL); } while ((o = o->next) != obj); in freeze() 3527 static void release_ref2(const upb_refcounted *obj, in release_ref2() function 3547 do { visit(o, release_ref2, NULL); } while((o = o->next) != r); in unref()
|