Home | History | Annotate | Download | only in Windows

Lines Matching refs:handle_type

48   typedef typename HandleTraits::handle_type handle_type;
49 handle_type Handle;
57 explicit ScopedHandle(handle_type h)
65 handle_type take() {
66 handle_type t = Handle;
71 ScopedHandle &operator=(handle_type h) {
83 operator handle_type() const {
89 typedef HANDLE handle_type;
91 static handle_type GetInvalid() {
95 static void Close(handle_type h) {
99 static bool IsValid(handle_type h) {
105 static handle_type GetInvalid() {
111 typedef HCRYPTPROV handle_type;
113 static handle_type GetInvalid() {
117 static void Close(handle_type h) {
121 static bool IsValid(handle_type h) {
127 static void Close(handle_type h) {