Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/
Doptional315 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 …]
Dscoped_allocator501 {__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)
Dmemory1561 {__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/
DTable.php31 public function __construct() function in Google\\FlatBuffers\\Table
DByteBuffer.php48 public function __construct($size) function in Google\\FlatBuffers\\ByteBuffer
DFlatbufferBuilder.php89 public function __construct($initial_size) function in Google\\FlatBuffers\\FlatbufferBuilder