HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 176 - 200 of 505) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /art/compiler/utils/
arena_containers.h 169 void construct(pointer p, const_reference val) { function in class:art::ArenaAllocatorAdapter
scoped_arena_containers.h 152 void construct(pointer p, const_reference val) { function in class:art::ScopedArenaAllocatorAdapter
  /external/chromium_org/third_party/WebKit/public/web/
WebBindings.h 61 BLINK_EXPORT static bool construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result);
  /external/chromium_org/third_party/angle/src/compiler/translator/
PoolAlloc.h 284 void construct(pointer p, const T& val) { new ((void *)p) T(val); } function in class:pool_allocator
  /external/libcxx/test/support/
allocators.h 146 void construct(U* p, Args&& ...args) function in class:A3
  /external/libvorbis/doc/
09-helper.tex 71 construct the VQ vector lookup table of size
128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
  /frameworks/wilhelm/src/
entry.c 143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 146 void construct(U* p, Args&& ...args) function in class:A3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 643 construct(pointer __p, const value_type& val) function
644 { return _M_allocator.construct(__p, val); }
649 construct(pointer __p, _Args&&... __args) function
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }

Completed in 1296 milliseconds

1 2 3 4 5 6 78 91011>>