HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 51 - 75 of 354) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Statistic.h 52 /// construct - This should only be called for non-global statistics.
53 void construct(const char *debugtype, const char *name, const char *desc) { function in class:llvm::Statistic
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/r16/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 154 void construct(U* p, Args&& ...args) function in class:A3
  /art/compiler/utils/
swap_space.h 196 void construct(pointer p, const_reference val) { function in class:art::SwapAllocator
200 void construct(U* p, Args&&... args) { function in class:art::SwapAllocator
  /external/eigen/Eigen/src/Core/
Ref.h 96 EIGEN_DEVICE_FUNC void construct(Expression& expr) function in class:Eigen::RefBase
210 Base::construct(expr.derived());
224 Base::construct(expr.const_cast_derived());
248 construct(expr.derived(), typename Traits::template match<Derived>::type());
257 construct(other.derived(), typename Traits::template match<OtherRef>::type());
263 EIGEN_DEVICE_FUNC void construct(const Expression& expr,internal::true_type) function in class:Eigen::Ref
265 Base::construct(expr);
269 EIGEN_DEVICE_FUNC void construct(const Expression& expr, internal::false_type) function in class:Eigen::Ref
272 Base::construct(m_object);
  /external/mockito/src/test/java/org/mockito/
StaticMockingExperimentTest.java 231 Object construct(Constructor constructor, Object... args); method in interface:StaticMockingExperimentTest.ConstructorMethodAdapter
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 54 /// Construct a new socket acceptor service for the specified io_service.
62 /// Construct a new socket acceptor implementation.
63 void construct(implementation_type& impl) function in class:asio::socket_acceptor_service
65 service_impl_.construct(impl);
68 /// Move-construct a new socket acceptor implementation.
83 /// Move-construct a new socket acceptor implementation from another protocol
stream_socket_service.hpp 55 /// Construct a new stream socket service for the specified io_service.
63 /// Construct a new stream socket implementation.
64 void construct(implementation_type& impl) function in class:asio::stream_socket_service
66 service_impl_.construct(impl);
69 /// Move-construct a new stream socket implementation.
84 /// Move-construct a new stream socket implementation from another protocol
  /external/snakeyaml/src/test/java/examples/
DiceExampleTest.java 74 public Object construct(Node node) { method in class:DiceExampleTest.DiceConstructor.ConstructDice
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 28 import org.yaml.snakeyaml.constructor.Construct;
142 public Object construct(Node nnode) { method in class:JodaTimeFlowStylesTest.JodaPropertyConstructor.TimeStampConstruct
144 Construct dateConstructor = yamlConstructors.get(Tag.TIMESTAMP);
145 Date date = (Date) dateConstructor.construct(nnode);
148 return super.construct(nnode);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Chapter2_4Test.java 136 public Object construct(Node node) { method in class:Chapter2_4Test.SomethingConstructor.ConstructSomething
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
ConstructorTest.java 32 Object map = construct(data);
49 Object obj = construct(data);
63 Object obj = construct(data);
77 Object obj = construct(data);
94 construct("--- !!org.yaml.snakeyaml.constructor.TestBean\nname: Ola Bini\nage: 24\nborn: 1982-05-03\n"));
99 construct("--- !!org.yaml.snakeyaml.constructor.TestBean\nwrongName: No one\nage: 24\nborn: 1982-05-03\n");
116 private Object construct(String data) { method in class:ConstructorTest
PrefixConstructorTest.java 81 public Object construct(Node node) { method in class:PrefixConstructorTest.PrefixConstruct
97 public Object construct(Node node) { method in class:PrefixConstructorTest.ExactConstruct
113 public Object construct(Node node) { method in class:PrefixConstructorTest.ConstructUnknown

Completed in 1337 milliseconds

1 23 4 5 6 7 8 91011>>