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

  /external/chromium_org/tools/json_schema_compiler/test/
any_unittest.cc 12 AnyType any_type; local
16 EXPECT_TRUE(AnyType::Populate(*any_type_value, &any_type));
17 scoped_ptr<base::Value> any_type_to_value(any_type.ToValue());
21 AnyType any_type; local
25 EXPECT_TRUE(AnyType::Populate(*any_type_value, &any_type));
26 scoped_ptr<base::Value> any_type_to_value(any_type.ToValue());
  /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 7278 milliseconds