Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HandleTraits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H
A
D
WindowsSupport.h
77
template <typename
HandleTraits
>
79
typedef typename
HandleTraits
::handle_type handle_type;
86
: Handle(
HandleTraits
::GetInvalid()) {}
in ScopedHandle()
92
if (
HandleTraits
::IsValid(Handle))
in ~ScopedHandle()
93
HandleTraits
::Close(Handle);
in ~ScopedHandle()
98
Handle =
HandleTraits
::GetInvalid();
in take()
103
if (
HandleTraits
::IsValid(Handle))
in operator =()
104
HandleTraits
::Close(Handle);
in operator =()
111
return
HandleTraits
::IsValid(Handle) ? true : false;
in operator bool()
/third_party/gn/src/base/win/
H
A
D
scoped_handle.h
102
class
HandleTraits
{
class
118
HandleTraits
() = delete;
119
HandleTraits
(const
HandleTraits
&) = delete;
120
HandleTraits
& operator=(const
HandleTraits
&) = delete;
163
typedef GenericScopedHandle<
HandleTraits
, VerifierTraits> ScopedHandle;
H
A
D
scoped_handle.cc
12
bool
HandleTraits
::CloseHandle(HANDLE handle) {
in CloseHandle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H
A
D
WindowsSupport.h
91
template <typename
HandleTraits
>
93
typedef typename
HandleTraits
::handle_type handle_type;
100
: Handle(
HandleTraits
::GetInvalid()) {}
in ScopedHandle()
106
if (
HandleTraits
::IsValid(Handle))
in ~ScopedHandle()
107
HandleTraits
::Close(Handle);
in ~ScopedHandle()
112
Handle =
HandleTraits
::GetInvalid();
in take()
117
if (
HandleTraits
::IsValid(Handle))
in operator =()
118
HandleTraits
::Close(Handle);
in operator =()
125
return
HandleTraits
::IsValid(Handle) ? true : false;
in operator bool()
Completed in 2 milliseconds