/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 465 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 484 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 493 __p = __h->_M_allocate_node(std::piecewise_construct, 519 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 465 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 484 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 493 __p = __h->_M_allocate_node(std::piecewise_construct, 519 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 465 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 484 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 493 __p = __h->_M_allocate_node(std::piecewise_construct, 519 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 500 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 519 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 601 __p = __h->_M_allocate_node(std::piecewise_construct, 627 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 500 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 519 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 601 __p = __h->_M_allocate_node(std::piecewise_construct, 627 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_pair.h | 78 /// piecewise_construct 79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|
stl_map.h | 500 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, 519 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, [all...] |
hashtable_policy.h | 601 __p = __h->_M_allocate_node(std::piecewise_construct, 627 __p = __h->_M_allocate_node(std::piecewise_construct, [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
construct_piecewise_pair.pass.cpp | 42 A.construct(ptr, std::piecewise_construct, std::move(ttuple), std::move(utuple));
|
/external/libbrillo/brillo/message_loops/ |
base_message_loop.cc | 128 std::piecewise_construct,
|
/external/llvm/unittests/ADT/ |
StringMapTest.cpp | 426 std::piecewise_construct, std::forward_as_tuple(Twine(i).str()),
|
/system/netd/tests/dns_responder/ |
dns_responder.cpp | 543 mappings_.emplace(std::piecewise_construct,
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 741 std::piecewise_construct, std::make_tuple(Ty), [all...] |
/external/llvm/lib/IR/ |
Metadata.cpp | [all...] |
/frameworks/av/services/camera/libcameraservice/api2/ |
CameraDeviceClient.cpp | 610 mStreamInfoMap.emplace(std::piecewise_construct, std::forward_as_tuple(streamId), [all...] |