OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notempty
(Results
1 - 25
of
72
) sorted by null
1
2
3
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/swingui/
gunit.stg
9
<if(it.
notEmpty
)>
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
has_virtual_destructor.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
76
test_has_virtual_destructor<
NotEmpty
>();
is_abstract.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
68
test_is_not_abstract<
NotEmpty
>();
is_copy_assignable.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
67
test_is_copy_assignable<
NotEmpty
> ();
is_copy_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
77
test_is_copy_constructible<
NotEmpty
>();
is_empty.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
61
test_is_not_empty<
NotEmpty
>();
is_move_assignable.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
56
test_is_move_assignable<
NotEmpty
> ();
is_move_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
78
test_is_move_constructible<
NotEmpty
>();
is_nothrow_copy_assignable.pass.cpp
32
struct
NotEmpty
34
virtual ~
NotEmpty
();
58
test_has_nothrow_assign<
NotEmpty
>();
is_nothrow_move_assignable.pass.cpp
32
struct
NotEmpty
34
virtual ~
NotEmpty
();
58
test_has_nothrow_assign<
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_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
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
has_virtual_destructor.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
76
test_has_virtual_destructor<
NotEmpty
>();
is_abstract.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
68
test_is_not_abstract<
NotEmpty
>();
is_copy_assignable.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
62
test_is_copy_assignable<
NotEmpty
> ();
is_copy_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
71
test_is_copy_constructible<
NotEmpty
>();
is_empty.pass.cpp
38
class
NotEmpty
40
virtual ~
NotEmpty
();
61
test_is_not_empty<
NotEmpty
>();
is_move_assignable.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
56
test_is_move_assignable<
NotEmpty
> ();
is_move_constructible.pass.cpp
32
class
NotEmpty
35
virtual ~
NotEmpty
();
78
test_is_move_constructible<
NotEmpty
>();
is_nothrow_copy_assignable.pass.cpp
32
struct
NotEmpty
34
virtual ~
NotEmpty
();
58
test_has_nothrow_assign<
NotEmpty
>();
is_nothrow_move_assignable.pass.cpp
32
struct
NotEmpty
34
virtual ~
NotEmpty
();
58
test_has_nothrow_assign<
NotEmpty
>();
is_trivially_copy_assignable.pass.cpp
32
class
NotEmpty
34
virtual ~
NotEmpty
();
67
test_has_not_trivially_copy_assignable<
NotEmpty
>();
Completed in 704 milliseconds
1
2
3