OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotEmpty
(Results
26 - 44
of
44
) sorted by null
1
2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_destructible.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
64
test_has_not_nothrow_destructor<
NotEmpty
>();
is_nothrow_move_assignable.pass.cpp
32
struct
NotEmpty
34
virtual ~
NotEmpty
();
58
test_has_nothrow_assign<
NotEmpty
>();
is_polymorphic.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
77
test_is_not_polymorphic<
NotEmpty
&>();
80
test_is_polymorphic<
NotEmpty
>();
is_trivially_copy_assignable.pass.cpp
32
class
NotEmpty
34
virtual ~
NotEmpty
();
67
test_has_not_trivially_copy_assignable<
NotEmpty
>();
is_trivially_copy_constructible.pass.cpp
34
class
NotEmpty
37
virtual ~
NotEmpty
();
63
test_has_not_trivial_copy_constructor<
NotEmpty
>();
is_trivially_default_constructible.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
66
test_has_not_trivial_default_constructor<
NotEmpty
>();
is_trivially_destructible.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
65
test_has_not_trivial_destructor<
NotEmpty
>();
is_trivially_move_assignable.pass.cpp
32
class
NotEmpty
34
virtual ~
NotEmpty
();
67
test_has_not_trivial_assign<
NotEmpty
>();
is_trivially_move_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
75
test_has_not_trivial_move_constructor<
NotEmpty
>();
/external/dng_sdk/source/
dng_opcode_list.h
64
bool
NotEmpty
() const
73
return fAlwaysApply &&
NotEmpty
();
dng_bad_pixels.h
169
bool
NotEmpty
() const
dng_matrix.h
93
bool
NotEmpty
() const
210
bool
NotEmpty
() const
dng_rect.h
111
bool
NotEmpty
() const
283
bool
NotEmpty
() const
dng_iptc.h
132
bool
NotEmpty
() const
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_copy_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
77
test_is_copy_constructible<
NotEmpty
>();
is_default_constructible.pass.cpp
43
class
NotEmpty
46
virtual ~
NotEmpty
();
82
test_is_default_constructible<
NotEmpty
>();
is_nothrow_constructible.pass.cpp
51
class
NotEmpty
53
virtual ~
NotEmpty
();
is_trivially_move_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
75
test_has_not_trivial_move_constructor<
NotEmpty
>();
is_destructible.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
126
test_is_not_destructible<
NotEmpty
>();
Completed in 788 milliseconds
1
2