Beispiel #1
0
void upb_pbdecodermethod_ref(const upb_pbdecodermethod *m, const void *owner) {
  upb_refcounted_ref(UPB_UPCAST(m), owner);
}
Beispiel #2
0
Datei: def.c Projekt: Phuehvk/upb
void upb_def_ref(const upb_def *def, const void *owner) {
  upb_refcounted_ref(upb_upcast(def), owner);
}
Beispiel #3
0
void upb_handlers_ref(const upb_handlers *h, const void *owner) {
  upb_refcounted_ref(UPB_UPCAST(h), owner);
}
Beispiel #4
0
Datei: def.c Projekt: YauzZ/upb
void upb_def_ref(const upb_def *def, const void *owner) {
  upb_refcounted_ref(UPB_UPCAST(def), owner);
}