HomeSort by relevance Sort by last modified time
    Searched refs:any_type (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
type_traits_test.cpp 81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} function in struct:any_type
87 any_type& operator = (const any_type&)
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type const* any_const_pointer
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} function in struct:any_type
87 any_type& operator = (const any_type&)
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type const* any_const_pointer
    [all...]
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} function in struct:any_type
87 any_type& operator = (const any_type&)
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type const* any_const_pointer
    [all...]

Completed in 418 milliseconds