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
defs:this_cast
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
282
simdutf_really_inline simd8<T>& operator|=(const simd8<T> other) { auto
this_cast
= static_cast<simd8<T>*>(this); *
this_cast
= *
this_cast
| other; return *
this_cast
; }
in operator |=()
local
283
simdutf_really_inline simd8<T>& operator&=(const simd8<T> other) { auto
this_cast
= static_cast<simd8<T>*>(this); *
this_cast
= *
this_cast
& other; return *
this_cast
; }
in operator &=()
local
284
simdutf_really_inline simd8<T>& operator^=(const simd8<T> other) { auto
this_cast
= static_cast<simd8<T>*>(this); *
this_cast
in operator &=()
local
791
simdutf_really_inline simd16<T>& operator|=(const simd16<T> other) { auto
this_cast
= static_cast<simd16<T>*>(this); *
this_cast
= *
this_cast
| other; return *
this_cast
; }
operator |=()
local
792
simdutf_really_inline simd16<T>& operator&=(const simd16<T> other) { auto
this_cast
= static_cast<simd16<T>*>(this); *
this_cast
= *
this_cast
& other; return *
this_cast
; }
operator &=()
local
793
simdutf_really_inline simd16<T>& operator^=(const simd16<T> other) { auto
this_cast
= static_cast<simd16<T>*>(this); *
this_cast
= *
this_cast
^ other; return *
this_cast
; }
operator ^=()
local
1712
simdutf_really_inline Child& operator|=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
| other; return *
this_cast
; }
operator |=()
local
1713
simdutf_really_inline Child& operator&=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
& other; return *
this_cast
; }
operator &=()
local
1714
simdutf_really_inline Child& operator^=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
^ other; return *
this_cast
; }
operator ^=()
local
2617
simdutf_really_inline Child& operator|=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
| other; return *
this_cast
; }
operator |=()
local
2618
simdutf_really_inline Child& operator&=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
& other; return *
this_cast
; }
operator &=()
local
2619
simdutf_really_inline Child& operator^=(const Child other) { auto
this_cast
= static_cast<Child*>(this); *
this_cast
= *
this_cast
^ other; return *
this_cast
; }
operator ^=()
local
3501
auto
this_cast
= static_cast<Child*>(this);
operator |=()
local
3506
auto
this_cast
= static_cast<Child*>(this);
operator &=()
local
3511
auto
this_cast
= static_cast<Child*>(this);
operator ^=()
local
[all...]
Completed in 18 milliseconds