OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_value
(Results
1 - 25
of
44
) sorted by null
1
2
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp
71
if(
has_value
() )
77
bool
has_value
() const { return m_data->m_value; }
function in class:boost::BOOST_RT_PARAM_NAMESPACE::environment::variable_base
119
if( !
has_value
() )
136
if( v.
has_value
() )
148
return ev.
has_value
() && ev.value() == v;
157
return ev.
has_value
() && ev.value() == v;
166
return !ev.
has_value
() || ev.value() != v;
175
return !ev.
has_value
() || ev.value() != v;
/external/chromium_org/v8/test/cctest/
test-flags.cc
67
CHECK(FLAG_testing_maybe_bool_flag.
has_value
);
84
CHECK(FLAG_testing_maybe_bool_flag.
has_value
);
104
CHECK(FLAG_testing_maybe_bool_flag.
has_value
);
121
CHECK(FLAG_testing_maybe_bool_flag.
has_value
);
137
CHECK(!FLAG_testing_maybe_bool_flag.
has_value
);
145
CHECK(!FLAG_testing_maybe_bool_flag.
has_value
);
/external/chromium_org/build/android/pylib/instrumentation/
test_jar.py
79
has_value
= False
105
has_value
= False
108
if not
has_value
:
111
has_value
= True
118
has_value
= False
/external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc
57
bool
has_value
= false;
local
61
has_value
= case_sensitive ? value == token
64
return
has_value
;
/external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_win.cc
77
double* value, bool*
has_value
) {
84
*
has_value
= true;
87
*
has_value
= false;
/external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc
217
if (autofill.
has_value
() ||
243
if (autofill.
has_value
() ||
266
if (autofill_changes_[i].autofill_.
has_value
()) {
278
if (autofill_changes_[i].autofill_.
has_value
()) {
autofill_model_associator.cc
269
if (autofill.
has_value
()) {
/external/chromium_org/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
...]
flags.cc
143
return maybe_bool_variable()->
has_value
== false;
219
buffer.Add("%s", flag->maybe_bool_variable()->
has_value
hydrogen-representation-changes.cc
55
if (res.
has_value
) new_value = res.value;
ic.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
font_settings_handler.cc
200
bool
has_value
= font->GetString(1, &value);
local
201
DCHECK(
has_value
);
/external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc
281
if (autofill.
has_value
()) {
356
if (!autofill_specifics.
has_value
()) {
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc
226
bool
has_value
= ExecuteScriptAndReturnBool(
local
228
EXPECT_TRUE(
has_value
);
/external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc
119
EXPECT_TRUE(proto.
has_value
());
141
EXPECT_FALSE(proto.
has_value
());
/external/chromium/chrome/browser/policy/
user_policy_cache.cc
202
if (named_value->
has_value
()) {
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc
211
bool
has_value
= dict->GetString(keys::kValueKey, &value);
local
213
new WebRequestRemoveResponseHeaderAction(name, value,
has_value
));
885
bool
has_value
)
892
has_value_(
has_value
) {}
[
all
...]
webrequest_action.h
355
bool
has_value
);
/external/chromium_org/components/variations/
variations_seed_processor.cc
52
if (experiment.param(i).has_name() && experiment.param(i).
has_value
())
/external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc
778
bool
has_value
= false;
local
786
has_value
= key.HasValue(value_name);
790
return
has_value
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
ir.cpp
966
ir_constant::
has_value
(const ir_constant *c) const
function in class:ir_constant
973
if (!this->array_elements[i]->
has_value
(c->array_elements[i]))
989
if (!a_field->
has_value
(b_field))
[
all
...]
ir_constant_expression.cpp
148
return new(ctx) ir_constant(op[0]->
has_value
(op[1]));
150
return new(ctx) ir_constant(!op[0]->
has_value
(op[1]));
807
data.b[0] = op[0]->
has_value
(op[1]);
810
data.b[0] = !op[0]->
has_value
(op[1]);
[
all
...]
/external/mesa3d/src/glsl/
ir.cpp
966
ir_constant::
has_value
(const ir_constant *c) const
function in class:ir_constant
973
if (!this->array_elements[i]->
has_value
(c->array_elements[i]))
989
if (!a_field->
has_value
(b_field))
[
all
...]
ir_constant_expression.cpp
148
return new(ctx) ir_constant(op[0]->
has_value
(op[1]));
150
return new(ctx) ir_constant(!op[0]->
has_value
(op[1]));
807
data.b[0] = op[0]->
has_value
(op[1]);
810
data.b[0] = !op[0]->
has_value
(op[1]);
[
all
...]
/external/qemu/tcg/
tcg.h
76
int
has_value
;
member in struct:TCGLabel
Completed in 390 milliseconds
1
2