Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:upcast_to

320  *   upb::upcast_to<upb::Def>(md)->MethodOnDef();
322 template <class T, class F> inline T* upcast_to(F *f) {
1446 return upb::upcast_to<const upb::RefCounted>(this)->IsFrozen(); \
1449 return upb::upcast_to<const upb::RefCounted>(this)->Ref(owner); \
1452 return upb::upcast_to<const upb::RefCounted>(this)->Unref(owner); \
1455 return upb::upcast_to<const upb::RefCounted>(this)->DonateRef(from, to); \
1458 return upb::upcast_to<const upb::RefCounted>(this)->CheckRef(owner); \