Home
last modified time | relevance | path

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

/aosp_15_r20/external/marisa-trie/include/marisa/
H A Dscoped-array.h11 scoped_array() : array_(NULL) {} in scoped_array() function
12 explicit scoped_array(T *array) : array_(array) {} in scoped_array() function
/aosp_15_r20/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
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Descaping.cc73 class scoped_array { class
82 explicit scoped_array(C* p = NULL) : array_(p) { } in scoped_array() function in scoped_array
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dscoped_array.adoc12 [#scoped_array] anchor
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/jni/include/
Djni_util.h54 uint8_t* scoped_array in SerializeProtoToJniByteArray() local
/aosp_15_r20/external/icing/icing/jni/
H A Dicing-search-engine-jni.cc44 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, bytes); in ParseProtoFromJniByteArray() local
58 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, ret); in SerializeProtoToJniByteArray() local
/aosp_15_r20/cts/hostsidetests/jvmti/base/jni/
H A Dtagging.cpp52 ScopedLongArrayRO scoped_array(env); in Java_android_jvmti_cts_JvmtiTaggingTest_getTaggedObjects() local
/aosp_15_r20/art/test/903-hello-tagging/
H A Dtagging.cc38 ScopedLongArrayRO scoped_array(env); in Java_art_Test903_getTaggedObjects() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dnew-delete.cpp471 template <class C> struct scoped_array { struct