OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_value
(Results
101 - 125
of
161
) sorted by null
1
2
3
4
5
6
7
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
any
52
bool
has_value
() const noexcept;
281
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
any
56
bool
has_value
() const noexcept;
283
bool
has_value
() const _NOEXCEPT { return __h != nullptr; }
/external/pdfium/core/fxcrt/
string_view_template.h
159
bool Contains(CharType ch) const { return Find(ch).
has_value
(); }
/system/core/init/
action.cpp
130
bool report_failure = !result.
has_value
();
/external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp
53
if (!nSplitIndex.
has_value
())
55
if (!nSplitIndex.
has_value
())
557
if (pos.
has_value
() && pos.value() != 0) {
/external/webrtc/webrtc/base/
win32regkey.cc
761
bool
has_value
= false;
local
769
has_value
= key.HasValue(value_name);
773
return
has_value
;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc
206
GetKnownAtRuntimeSlice(&hlo, {}, buffer_assignment).
has_value
();
220
GetKnownAtRuntimeSlice(&hlo, {}, buffer_assignment).
has_value
() &&
222
.
has_value
();
[
all
...]
/external/pdfium/fpdfsdk/
fpdfdoc.cpp
422
return str.
has_value
()
/external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util.cc
267
if (sharding.
has_value
()) {
/external/v8/src/
flag-definitions.h
113
static MaybeBoolFlag Create(bool
has_value
, bool value) {
115
flag.
has_value
=
has_value
;
119
bool
has_value
;
member in struct:MaybeBoolFlag
[
all
...]
/external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp
650
return new(ctx) ir_constant(op[0]->
has_value
(op[1]));
652
return new(ctx) ir_constant(!op[0]->
has_value
(op[1]));
/hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp
167
if (ps.
has_value
()) {
775
ASSERT_TRUE(name.
has_value
());
/external/v8/src/arm/
assembler-arm.cc
78
if (FLAG_enable_armv7.
has_value
|| FLAG_enable_vfp3.
has_value
||
79
FLAG_enable_32dregs.
has_value
|| FLAG_enable_neon.
has_value
||
80
FLAG_enable_sudiv.
has_value
|| FLAG_enable_armv8.
has_value
) {
89
if (FLAG_enable_armv7.
has_value
) {
95
if (FLAG_enable_vfp3.
has_value
) {
101
if (FLAG_enable_32dregs.
has_value
) {
107
if (FLAG_enable_neon.
has_value
) {
[
all
...]
Completed in 1019 milliseconds
1
2
3
4
5
6
7