HomeSort by relevance Sort by last modified time
    Searched refs:handle_type (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/Windows/
Windows.h 47 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
48 handle_type Handle;
56 explicit ScopedHandle(handle_type h)
64 handle_type take() {
65 handle_type t = Handle;
70 ScopedHandle &operator=(handle_type h) {
82 operator handle_type() const {
88 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
90 static handle_type GetInvalid()
110 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 78 typedef typename HandleType::handle_type handle_type; typedef in class:__anon12083::ScopedHandle
80 handle_type Handle;
86 explicit ScopedHandle(handle_type handle)
93 ScopedHandle& operator=(handle_type handle) {
105 operator handle_type() {
112 typedef HANDLE handle_type; typedef in struct:__anon12083::CommonHandle
114 static handle_type GetInvalidHandle() {
118 static void Destruct(handle_type Handle) {
122 static bool isValid(handle_type Handle)
128 typedef HANDLE handle_type; typedef in struct:__anon12083::FileMappingHandle
144 typedef LPVOID handle_type; typedef in struct:__anon12083::MappedViewOfFileHandle
    [all...]
  /external/kernel-headers/original/linux/
fs.h 982 int handle_type; member in struct:file_handle
    [all...]

Completed in 577 milliseconds