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

  /external/libcxx/test/support/
experimental_any_helpers.h 151 struct large_type
160 large_type::copied = 0;
161 large_type::moved = 0;
162 large_type::const_copied = 0;
163 large_type::non_const_copied = 0;
168 large_type(int val) : value(val) {
173 large_type(large_type const & other) {
180 large_type(large_type & other)
    [all...]
any_helpers.h 179 struct large_type struct
188 large_type::copied = 0;
189 large_type::moved = 0;
190 large_type::const_copied = 0;
191 large_type::non_const_copied = 0;
196 large_type(int val = 0) : value(val) { function in struct:large_type
200 large_type(int, int val, int) : value(val) { function in struct:large_type
204 large_type(std::initializer_list<int> il) : value(*il.begin()) { function in struct:large_type
207 large_type(large_type const & other) function in struct:large_type
214 large_type(large_type & other) { function in struct:large_type
221 large_type(large_type && other) { function in struct:large_type
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
experimental_any_helpers.h 151 struct large_type
160 large_type::copied = 0;
161 large_type::moved = 0;
162 large_type::const_copied = 0;
163 large_type::non_const_copied = 0;
168 large_type(int val) : value(val) {
173 large_type(large_type const & other) {
180 large_type(large_type & other)
    [all...]
any_helpers.h 179 struct large_type struct
188 large_type::copied = 0;
189 large_type::moved = 0;
190 large_type::const_copied = 0;
191 large_type::non_const_copied = 0;
196 large_type(int val = 0) : value(val) { function in struct:large_type
200 large_type(int, int val, int) : value(val) { function in struct:large_type
204 large_type(std::initializer_list<int> il) : value(*il.begin()) { function in struct:large_type
207 large_type(large_type const & other) function in struct:large_type
214 large_type(large_type & other) { function in struct:large_type
221 large_type(large_type && other) { function in struct:large_type
    [all...]

Completed in 67 milliseconds