Home
last modified time | relevance | path

Searched defs:any_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/test/
Dany_unittest.cc12 AnyType any_type; in TEST() local
21 AnyType any_type; in TEST() local
/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() function
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