OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_bool
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/Core/util/
Macros.h
174
inline bool
copy_bool
(bool b) { return b; }
function in namespace:Eigen::internal
188
EIGEN_DONT_INLINE bool
copy_bool
(bool b) { return b; }
199
if(!Eigen::internal::
copy_bool
(x)) \
/external/chromium/base/
values_unittest.cc
360
Value*
copy_bool
= NULL;
local
361
ASSERT_TRUE(copy_dict->Get("bool", &
copy_bool
));
362
ASSERT_TRUE(
copy_bool
);
363
ASSERT_NE(
copy_bool
, original_bool);
364
ASSERT_TRUE(
copy_bool
->IsType(Value::TYPE_BOOLEAN));
366
ASSERT_TRUE(
copy_bool
->GetAsBoolean(©_bool_value));
/external/chromium_org/base/
values_unittest.cc
392
Value*
copy_bool
= NULL;
local
393
ASSERT_TRUE(copy_dict->Get("bool", &
copy_bool
));
394
ASSERT_TRUE(
copy_bool
);
395
ASSERT_NE(
copy_bool
, original_bool);
396
ASSERT_TRUE(
copy_bool
->IsType(Value::TYPE_BOOLEAN));
398
ASSERT_TRUE(
copy_bool
->GetAsBoolean(©_bool_value));
/external/eigen/test/eigen2/
main.h
100
// see bug 89. The
copy_bool
here is working around a bug in gcc <= 4.3
102
if( (!Eigen::internal::
copy_bool
(a)) && (!no_more_assert) ) \
/external/eigen/test/
main.h
137
// see bug 89. The
copy_bool
here is working around a bug in gcc <= 4.3
139
if( (!Eigen::internal::
copy_bool
(a)) && (!no_more_assert) )\
Completed in 118 milliseconds