Home
last modified time | relevance | path

Searched refs:trackedref (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c2754 } trackedref; typedef
2756 static trackedref *trackedref_new(bool is_ref2) { in trackedref_new()
2757 trackedref *ret = malloc(sizeof(*ret)); in trackedref_new()
2772 trackedref *ref = upb_value_getptr(v); in track()
2782 trackedref *ref = trackedref_new(ref2); in track()
2800 trackedref *ref; in untrack()
2828 trackedref *ref; in checkref()
2848 trackedref *ref; in getref2s()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2929 } trackedref; typedef
2931 static trackedref *trackedref_new(bool is_ref2) { in trackedref_new()
2932 trackedref *ret = upb_malloc(&upb_alloc_debugrefs, sizeof(*ret)); in trackedref_new()
2946 trackedref *ref = upb_value_getptr(v); in track()
2956 trackedref *ref = trackedref_new(ref2); in track()
2974 trackedref *ref; in untrack()
3002 trackedref *ref; in checkref()
3022 trackedref *ref; in getref2s()