HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /art/compiler/utils/
scoped_arena_containers.h 152 void construct(pointer p, const_reference val) { function in class:art::ScopedArenaAllocatorAdapter
  /external/chromium_org/v8/src/
zone-allocator.h 48 void construct(pointer p, const T& val) { function in class:v8::internal::zone_allocator
  /external/chromium_org/v8/test/mjsunit/
object-literal.js 183 function construct() { this.constructed = true; }
184 var v = eval("({" + keyword + ": construct})");
186 assertTrue(vo instanceof construct);
  /external/eigen/Eigen/src/Core/
Ref.h 161 void construct(Expression& expr) function in class:Eigen::RefBase
202 Base::construct(expr);
213 Base::construct(expr.const_cast_derived());
236 construct(expr.derived(), typename Traits::template match<Derived>::type());
242 void construct(const Expression& expr,internal::true_type) function in class:Eigen::Ref
244 Base::construct(expr);
248 void construct(const Expression& expr, internal::false_type) function in class:Eigen::Ref
251 Base::construct(m_object);
  /external/libcxx/test/support/
allocators.h 146 void construct(U* p, Args&& ...args) function in class:A3
  /external/llvm/include/llvm/ADT/
Statistic.h 46 /// construct - This should only be called for non-global statistics.
47 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
  /external/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 146 void construct(U* p, Args&& ...args) function in class:A3
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 108 // 402. wrong new expression in [some_] allocator::construct
110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
116 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 105 // 402. wrong new expression in [some_] allocator::construct
107 construct(pointer __p, const _Tp& __val) function in class:new_allocator
113 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 82 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
90 // 402. wrong new expression in [some_] allocator::construct
92 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 82 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
90 // 402. wrong new expression in [some_] allocator::construct
92 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator
112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator

Completed in 775 milliseconds

12 3 4 5 6 7 8 91011