Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c2994 } tarjan; typedef
3011 UPB_NORETURN static void err(tarjan *t) { longjmp(t->err, 1); } in err()
3012 UPB_NORETURN static void oom(tarjan *t) { in oom()
3017 static uint64_t trygetattr(const tarjan *t, const upb_refcounted *r) { in trygetattr()
3023 static uint64_t getattr(const tarjan *t, const upb_refcounted *r) { in getattr()
3030 static void setattr(tarjan *t, const upb_refcounted *r, uint64_t attr) { in setattr()
3035 static color_t color(tarjan *t, const upb_refcounted *r) { in color()
3039 static void set_gray(tarjan *t, const upb_refcounted *r) { in set_gray()
3045 static void push(tarjan *t, const upb_refcounted *r) { in push()
3059 static upb_refcounted *pop(tarjan *t) { in pop()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3153 } tarjan; typedef
3170 UPB_NORETURN static void err(tarjan *t) { longjmp(t->err, 1); } in err()
3171 UPB_NORETURN static void oom(tarjan *t) { in oom()
3176 static uint64_t trygetattr(const tarjan *t, const upb_refcounted *r) { in trygetattr()
3182 static uint64_t getattr(const tarjan *t, const upb_refcounted *r) { in getattr()
3189 static void setattr(tarjan *t, const upb_refcounted *r, uint64_t attr) { in setattr()
3194 static color_t color(tarjan *t, const upb_refcounted *r) { in color()
3198 static void set_gray(tarjan *t, const upb_refcounted *r) { in set_gray()
3204 static void push(tarjan *t, const upb_refcounted *r) { in push()
3218 static upb_refcounted *pop(tarjan *t) { in pop()
[all …]