OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:struct_with_specialized_less
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
mvctor_declaration_test.cpp
73
struct
struct_with_specialized_less
{};
struct
113
struct less<
struct_with_specialized_less
> {
114
bool operator() (
struct_with_specialized_less
const&,
115
struct_with_specialized_less
const&) const;
142
struct __move_traits<less<
struct_with_specialized_less
> > {
298
CPPUNIT_ASSERT( !is_move_complete(less<
struct_with_specialized_less
>()) );
/ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp
73
struct
struct_with_specialized_less
{};
struct
113
struct less<
struct_with_specialized_less
> {
114
bool operator() (
struct_with_specialized_less
const&,
115
struct_with_specialized_less
const&) const;
142
struct __move_traits<less<
struct_with_specialized_less
> > {
298
CPPUNIT_ASSERT( !is_move_complete(less<
struct_with_specialized_less
>()) );
/ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp
73
struct
struct_with_specialized_less
{};
struct
113
struct less<
struct_with_specialized_less
> {
114
bool operator() (
struct_with_specialized_less
const&,
115
struct_with_specialized_less
const&) const;
142
struct __move_traits<less<
struct_with_specialized_less
> > {
298
CPPUNIT_ASSERT( !is_move_complete(less<
struct_with_specialized_less
>()) );
Completed in 68 milliseconds