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

  /external/chromium_org/sandbox/win/src/
handle_closer.h 30 base::char16 handle_type[1]; member in struct:sandbox::HandleListEntry
50 ResultCode AddHandle(const base::char16* handle_type,
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 60 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
61 handle_type Handle;
69 explicit ScopedHandle(handle_type h)
77 handle_type take() {
78 handle_type t = Handle;
83 ScopedHandle &operator=(handle_type h) {
95 operator handle_type() const {
101 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
103 static handle_type GetInvalid()
123 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 79 typedef typename HandleType::handle_type handle_type; typedef in class:__anon30328::ScopedHandle
81 handle_type Handle;
87 explicit ScopedHandle(handle_type handle)
94 ScopedHandle& operator=(handle_type handle) {
106 operator handle_type() {
113 typedef HANDLE handle_type; typedef in struct:__anon30328::CommonHandle
115 static handle_type GetInvalidHandle() {
119 static void Destruct(handle_type Handle) {
123 static bool isValid(handle_type Handle)
129 typedef HANDLE handle_type; typedef in struct:__anon30328::FileMappingHandle
145 typedef LPVOID handle_type; typedef in struct:__anon30328::MappedViewOfFileHandle
    [all...]
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 81 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 27 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
29 handle_type Put(args_type args, bool *inserted = 0);
93 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
97 if (!args.is_valid()) return handle_type();
sanitizer_stackdepot.cc 86 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
  /external/valgrind/main/include/vki/
vki-linux.h 3146 int handle_type; member in struct:vki_file_handle
    [all...]

Completed in 317 milliseconds