Home
last modified time | relevance | path

Searched refs:copy_constructor (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp111 int copy_constructor; member
169 cpp_copy_constructor copy_constructor; in copy_msvc_exception() local
170 copy_constructor.address = reinterpret_cast<void *>(ti.copy_constructor + image_base); in copy_msvc_exception()
172 if( !(ti.flags & class_is_simple_type) && copy_constructor.normal_copy_constructor ) in copy_msvc_exception()
176 … (dummy_exception_ptr->*(copy_constructor.copy_constructor_with_virtual_base))(src,dst); in copy_msvc_exception()
178 (dummy_exception_ptr->*(copy_constructor.normal_copy_constructor))(src); in copy_msvc_exception()
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests1.cpp261 Tests::copy_constructor(b); in run_test_cases()
265 Tests::copy_constructor(b); in run_test_cases()
269 Tests::copy_constructor(b); in run_test_cases()
Dbitset_test.hpp279 static void copy_constructor(const Bitset& b) in copy_constructor() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h181 bool copy_constructor) const;
Dcpp_message.cc2577 bool copy_constructor) const { in GenerateConstructorBody()
2581 optimized_order_, [copy_constructor, this](const FieldDescriptor* field) { in GenerateConstructorBody()
2582 return (copy_constructor && IsPOD(field)) || in GenerateConstructorBody()
2583 (!copy_constructor && in GenerateConstructorBody()
2588 if (copy_constructor) { in GenerateConstructorBody()
2625 if (copy_constructor) { in GenerateConstructorBody()
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp147 void copy_constructor() in copy_constructor() function
220 copy_constructor(); in test()
/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_test.cpp205 void copy_constructor() in copy_constructor() function
270 copy_constructor(); in test()
Dweak_ptr_test.cpp221 void copy_constructor() in copy_constructor() function
494 copy_constructor(); in test()
Dlocal_sp_test.cpp413 static void copy_constructor() in copy_constructor() function
2495 copy_constructor(); in main()
Dshared_ptr_test.cpp505 void copy_constructor() in copy_constructor() function
1154 copy_constructor(); in test()
/third_party/json/third_party/cpplint/
Dcpplint.py3145 copy_constructor = bool(
3153 not copy_constructor):