Home
last modified time | relevance | path

Searched refs:unprotect (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/tsi/
Dtransport_security_grpc.cc59 if (self->vtable->unprotect == nullptr) return TSI_UNIMPLEMENTED; in tsi_zero_copy_grpc_protector_unprotect()
60 return self->vtable->unprotect(self, protected_slices, unprotected_slices); in tsi_zero_copy_grpc_protector_unprotect()
Dtransport_security_grpc.h68 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security.h43 tsi_result (*unprotect)(tsi_frame_protector* self, member
Dtransport_security.cc129 if (self->vtable->unprotect == nullptr) return TSI_UNIMPLEMENTED; in tsi_frame_protector_unprotect()
130 return self->vtable->unprotect(self, protected_frames_bytes, in tsi_frame_protector_unprotect()
/third_party/boost/libs/numeric/interval/test/
Ddet.cpp64 typedef typename unprotect<I_op>::type I_ou;
65 typedef typename unprotect<I_sp>::type I_su;
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.cc145 if (self->vtable->unprotect == nullptr) { in alts_grpc_record_protocol_unprotect()
148 return self->vtable->unprotect(self, protected_slices, unprotected_slices); in alts_grpc_record_protocol_unprotect()
Dalts_grpc_record_protocol_common.h38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
/third_party/boost/boost/numeric/interval/
Darith2.hpp38 typedef typename interval_lib::unprotect<interval<T, Policies> >::type I; in fmod()
50 typedef typename interval_lib::unprotect<interval<T, Policies> >::type I; in fmod()
61 typedef typename interval_lib::unprotect<interval<T, Policies> >::type I; in fmod()
277 typedef typename interval_lib::unprotect<I>::type R; in nth_root()
Dtransc.hpp58 typedef typename interval_lib::unprotect<I>::type R; in cos()
87 typedef typename interval_lib::unprotect<I>::type R; in sin()
100 typedef typename interval_lib::unprotect<I>::type R; in tan()
Dpolicies.hpp60 class unprotect class
/third_party/boost/libs/numeric/interval/examples/
Dnewton-raphson.cpp33 typedef unprotect<I1_aux>::type I1;
83 typedef unprotect<I2_aux>::type I2;
Dhorner.cpp22 typedef typename boost::numeric::interval_lib::unprotect<I>::type R; in horner()
Dfilter.cpp62 typedef boost::numeric::interval_lib::unprotect<I_dbl>::type I; in det_sign_algo1()
170 typedef boost::numeric::interval_lib::unprotect<I_dbl>::type I; in det_sign_algo2()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c1339 unprotect: in gst_srtp_dec_decode_buffer()
1427 goto unprotect; in gst_srtp_dec_decode_buffer()
/third_party/gstreamer/gstplugins_bad/
DChangeLog41514 srtpdec: Simplify checking the unprotect error