Home
last modified time | relevance | path

Searched refs:UniquePtrForType (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h90 template<class T> const void *UniquePtrForType() { in UniquePtrForType() function
127 objtype = UniquePtrForType<T>(); in SetAttachedObject()
132 return objtype == UniquePtrForType<T>() ? static_cast<const T *>(obj) in GetAttachedObject()
Dhandlers-inl.h881 attr_.closure_type = UniquePtrForType<typename F::FuncInfo::Closure>();
892 attr_.return_closure_type = UniquePtrForType<EffectiveReturn>();
/external/protobuf/php/ext/google/protobuf/
Dupb.h4076 template<class T> const void *UniquePtrForType() { in UniquePtrForType() function
4113 objtype = UniquePtrForType<T>(); in SetAttachedObject()
4118 return objtype == UniquePtrForType<T>() ? static_cast<const T *>(obj) in GetAttachedObject()
5596 attr_.closure_type = UniquePtrForType<typename F::FuncInfo::Closure>();
5607 attr_.return_closure_type = UniquePtrForType<EffectiveReturn>();
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5834 template<class T> const void *UniquePtrForType() {
5861 attr_.SetClosureType(UniquePtrForType<typename F::FuncInfo::Closure>());
5872 attr_.SetReturnClosureType(UniquePtrForType<EffectiveReturn>());
5920 upb_bufhandle_setobj(this, obj, UniquePtrForType<T>());
5924 return upb_bufhandle_objtype(this) == UniquePtrForType<T>()