Searched refs:__construct (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/include/ |
D | optional | 315 void __construct(_Args&&... __args) 317 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage"); 327 __construct(_VSTD::forward<_That>(__opt).__get()); 344 __construct(_VSTD::forward<_That>(__opt).__get()); 406 void __construct(_UArg&& __val) 408 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage"); 420 __construct(_VSTD::forward<_That>(__opt).__get()); 437 __construct(_VSTD::forward<_That>(__opt).__get()); 778 this->__construct(_VSTD::forward<_Up>(__v)); 817 this->__construct(_VSTD::forward<_Args>(__args)...); [all …]
|
D | scoped_allocator | 501 {__construct(__uses_alloc_ctor<_Tp, inner_allocator_type&, _Args...>(), 580 void __construct(integral_constant<int, 0>, _Tp* __p, _Args&& ...__args) 593 void __construct(integral_constant<int, 1>, _Tp* __p, _Args&& ...__args) 606 void __construct(integral_constant<int, 2>, _Tp* __p, _Args&& ...__args)
|
D | memory | 1561 {__construct(__has_construct<allocator_type, _Tp*, _Args...>(), 1714 static void __construct(true_type, allocator_type& __a, _Tp* __p, _Args&&... __args) 1718 static void __construct(false_type, allocator_type&, _Tp* __p, _Args&&... __args)
|
/external/flatbuffers/php/ |
D | Table.php | 31 public function __construct() function in Google\\FlatBuffers\\Table
|
D | ByteBuffer.php | 48 public function __construct($size) function in Google\\FlatBuffers\\ByteBuffer
|
D | FlatbufferBuilder.php | 89 public function __construct($initial_size) function in Google\\FlatBuffers\\FlatbufferBuilder
|