Home
last modified time | relevance | path

Searched defs:scoped_array (Results 1 – 6 of 6) sorted by relevance

/external/marisa-trie/include/marisa/
Dscoped-array.h11 scoped_array() : array_(NULL) {} in scoped_array() function
12 explicit scoped_array(T *array) : array_(array) {} in scoped_array() function
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array
/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dscoped_array.adoc12 [#scoped_array] anchor
/external/google-breakpad/src/tools/windows/converter_exe/
Descaping.cc73 class scoped_array { class
82 explicit scoped_array(C* p = NULL) : array_(p) { } in scoped_array() function in scoped_array
/external/icing/icing/jni/
Dicing-search-engine-jni.cc41 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, bytes); in ParseProtoFromJniByteArray() local
55 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, ret); in SerializeProtoToJniByteArray() local
/external/clang/test/SemaCXX/
Dnew-delete.cpp471 template <class C> struct scoped_array { struct