Searched refs:__construct (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/include/ |
D | optional | 310 void __construct(_Args&&... __args) 312 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage"); 322 __construct(_VSTD::forward<_That>(__opt).__get()); 339 __construct(_VSTD::forward<_That>(__opt).__get()); 401 void __construct(_UArg&& __val) 403 _LIBCPP_ASSERT(!has_value(), "__construct called for engaged __optional_storage"); 415 __construct(_VSTD::forward<_That>(__opt).__get()); 432 __construct(_VSTD::forward<_That>(__opt).__get()); 697 this->__construct(_VSTD::forward<_Up>(__v)); 736 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 | 1540 {__construct(__has_construct<allocator_type, _Tp*, _Args...>(), 1693 static void __construct(true_type, allocator_type& __a, _Tp* __p, _Args&&... __args) 1697 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
|