Searched refs:any_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/test/
H A Dany_unittest.cc12 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/
H A Dtype_traits_test.cpp81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} argument
87 any_type& operator = (const any_type&) argument
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type cons
[all...]

Completed in 124 milliseconds