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:get_if
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
variant_test.cc
343
EXPECT_TRUE((absl::
get_if
<value_type1>(&original) ==
in TYPED_TEST()
344
absl::
get_if
<value_type1>(&copied)) ||
in TYPED_TEST()
346
EXPECT_TRUE((absl::
get_if
<value_type2>(&original) ==
in TYPED_TEST()
347
absl::
get_if
<value_type2>(&copied)) ||
in TYPED_TEST()
349
EXPECT_TRUE((absl::
get_if
<value_type3>(&original) ==
in TYPED_TEST()
350
absl::
get_if
<value_type3>(&copied)) ||
in TYPED_TEST()
352
EXPECT_TRUE((absl::
get_if
<value_type4>(&original) ==
in TYPED_TEST()
353
absl::
get_if
<value_type4>(&copied)) ||
in TYPED_TEST()
355
EXPECT_TRUE((absl::
get_if
<value_type1>(&original) ==
in TYPED_TEST()
356
absl::
get_if
<value_type
in TYPED_TEST()
[all...]
H
A
D
variant.h
56
using std::
get_if
;
358
//
get_if
()
372
get_if
(variant<Types...>* v) noexcept {
383
get_if
(const variant<Types...>* v) noexcept {
393
constexpr absl::add_pointer_t<T>
get_if
(variant<Types...>* v) noexcept {
394
return absl::
get_if
<variant_internal::IndexOf<T, Types...>::value>(v);
400
constexpr absl::add_pointer_t<const T>
get_if
(
402
return absl::
get_if
<variant_internal::IndexOf<T, Types...>::value>(v);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H
A
D
Converter.cpp
35
if (auto* dict = std::
get_if
<interop::GPUExtent3DDict>(&in)) {
in Convert()
41
if (auto* vec = std::
get_if
<std::vector<interop::GPUIntegerCoordinate>>(&in)) {
in Convert()
69
if (auto* dict = std::
get_if
<interop::GPUColorDict>(&in)) {
in Convert()
76
if (auto* vec = std::
get_if
<std::vector<double>>(&in)) {
in Convert()
146
if (auto* view = std::
get_if
<interop::ArrayBufferView>(&in)) {
in Convert()
156
if (auto* arr = std::
get_if
<interop::ArrayBuffer>(&in)) {
in Convert()
839
if (auto* op = std::
get_if
<interop::GPULoadOp>(&in.loadValue)) {
in Convert()
843
} else if (auto* color = std::
get_if
<interop::GPUColor>(&in.loadValue)) {
in Convert()
861
if (auto* op = std::
get_if
<interop::GPULoadOp>(&in.depthLoadValue)) {
in Convert()
865
} else if (auto* value = std::
get_if
<floa
in Convert()
[all...]
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_config.cc
183
if (auto d_val = std::
get_if
<double>(&value)) {
in main()
185
} else if (auto i_val = std::
get_if
<int64_t>(&value))
in main()
H
A
D
pps_datasource.cc
229
if (auto d_value = std::
get_if
<double>(&value)) {
in add_samples()
231
} else if (auto i_value = std::
get_if
<int64_t>(&value)) {
in add_samples()
/third_party/skia/modules/skparagraph/include/
H
A
D
TextStyle.h
203
const SkPaint* paint = std::
get_if
<SkPaint>(&fForeground);
in getForeground()
225
const SkPaint* paint = std::
get_if
<SkPaint>(&fBackground);
in getBackground()
/third_party/node/src/crypto/
H
A
D
crypto_dh.cc
550
std::
get_if
<BignumPointer>(¶ms->params.prime)) {
in Setup()
568
} else if (int* prime_size = std::
get_if
<int>(¶ms->params.prime)) {
in Setup()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_net.c
1329
static int
get_if
(struct dvb_net *dvbnet)
function
1353
if ((if_num =
get_if
(dvbnet)) < 0)
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_net.c
1329
static int
get_if
(struct dvb_net *dvbnet)
function
1353
if ((if_num =
get_if
(dvbnet)) < 0)
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphImpl.cpp
1871
SkPaint* paint = std::
get_if
<SkPaint>(&paintOrID);
in GetLineFontMetrics()
1876
auto paintID = std::
get_if
<ParagraphPainter::PaintID>(&paintOrID);
in GetLineFontMetrics()
Completed in 18 milliseconds