Searched defs:scoped_array (Results 1 – 4 of 4) sorted by relevance
11 scoped_array() : array_(NULL) {} in scoped_array() function12 explicit scoped_array(T *array) : array_(array) {} in scoped_array() function
69 class scoped_array { class78 explicit scoped_array(C* p = NULL) : array_(p) { } in scoped_array() function in scoped_array
45 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, bytes); in ParseProtoFromJniByteArray() local59 icing::lib::ScopedPrimitiveArrayCritical<uint8_t> scoped_array(env, ret); in SerializeProtoToJniByteArray() local
471 template <class C> struct scoped_array { struct