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:is_signed
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_value_conversions.h
31
if constexpr (std::is_integral<T>::value && std::
is_signed
<T>::value && !std::is_same<T, bool>::value) {
in Validate()
50
if constexpr (std::is_integral<T>::value && std::
is_signed
<T>::value && !std::is_same<T, bool>::value) {
in fromJsiValue()
70
} else if constexpr (std::is_integral<T>::value && std::
is_signed
<T>::value) {
in toJsiValueWithVM()
/foundation/arkui/napi/sample/native_module_systemtest/
H
A
D
js_test_bigint_napi.cpp
31
bool
is_signed
= false;
in BigIntIsLossless()
local
32
NAPI_CALL(env, napi_get_value_bool(env, args[1], &
is_signed
));
in BigIntIsLossless()
35
if (
is_signed
) {
in BigIntIsLossless()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
fixed_string.h
435
if constexpr (
is_signed
<Number>::value) {
in to_string()
450
if constexpr (
is_signed
<Number>::value) {
in to_string()
467
if constexpr (
is_signed
<Number>::value) {
in to_hex()
483
if constexpr (
is_signed
<Number>::value) {
in to_hex()
H
A
D
type_traits.h
325
struct
is_signed
: integral_constant<bool, T(-1) < T(0)> {};
328
struct
is_signed
<T, false> : false_type {};
331
inline constexpr bool is_signed_v =
is_signed
<T>::value;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
number.cpp
29
if constexpr (std::numeric_limits<T>::
is_signed
) {
in MapToVariant()
Completed in 3 milliseconds