Searched refs:unprotect (Results 1 – 15 of 15) sorted by relevance
/third_party/grpc/src/core/tsi/ |
D | transport_security_grpc.cc | 59 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()
|
D | transport_security_grpc.h | 68 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
|
D | transport_security.h | 43 tsi_result (*unprotect)(tsi_frame_protector* self, member
|
D | transport_security.cc | 129 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/ |
D | det.cpp | 64 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/ |
D | alts_grpc_record_protocol_common.cc | 145 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()
|
D | alts_grpc_record_protocol_common.h | 38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
|
/third_party/boost/boost/numeric/interval/ |
D | arith2.hpp | 38 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()
|
D | transc.hpp | 58 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()
|
D | policies.hpp | 60 class unprotect class
|
/third_party/boost/libs/numeric/interval/examples/ |
D | newton-raphson.cpp | 33 typedef unprotect<I1_aux>::type I1; 83 typedef unprotect<I2_aux>::type I2;
|
D | horner.cpp | 22 typedef typename boost::numeric::interval_lib::unprotect<I>::type R; in horner()
|
D | filter.cpp | 62 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/ |
D | gstsrtpdec.c | 1339 unprotect: in gst_srtp_dec_decode_buffer() 1427 goto unprotect; in gst_srtp_dec_decode_buffer()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 41514 srtpdec: Simplify checking the unprotect error
|