Home
last modified time | relevance | path

Searched refs:any_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/test/
Dany_unittest.cc12 AnyType any_type; in TEST() local
15 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() local
23 EXPECT_TRUE(AnyType::Populate(*any_type_value, &any_type)); in TEST()
24 scoped_ptr<Value> any_type_to_value(any_type.ToValue()); in TEST()
/external/stlport/test/unit/
Dtype_traits_test.cpp81 struct any_type struct
85 any_type() : m_data(1) {} in any_type() function
86 any_type(const any_type&) : m_data(2) {} in any_type() argument
87 any_type& operator = (const any_type&) in operator =() argument
89 ~any_type() { m_data = 0; } in ~any_type() argument
94 any_type any; argument
95 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 …]
/external/stlport/etc/
DChangeLog-5.12409 constructors, assignment operator and destructor to any_type struct