Searched refs:any_type (Results 1 – 3 of 3) sorted by relevance
12 AnyType any_type; in TEST() local15 EXPECT_TRUE(AnyType::Populate(*any_type_value, &any_type)); in TEST()16 scoped_ptr<Value> any_type_to_value(any_type.ToValue()); in TEST()20 AnyType any_type; in TEST() local23 EXPECT_TRUE(AnyType::Populate(*any_type_value, &any_type)); in TEST()24 scoped_ptr<Value> any_type_to_value(any_type.ToValue()); in TEST()
81 struct any_type struct85 any_type() : m_data(1) {} in any_type() function86 any_type(const any_type&) : m_data(2) {} in any_type() argument87 any_type& operator = (const any_type&) in operator =() argument89 ~any_type() { m_data = 0; } in ~any_type() argument94 any_type any; argument95 any_type* any_pointer;96 any_type const* any_const_pointer;97 any_type volatile* any_volatile_pointer;98 any_type const volatile* any_const_volatile_pointer;[all …]
2409 constructors, assignment operator and destructor to any_type struct