scoped_array       44 chrome/test/data/nacl/nameservice/pm_nameservice_test.cc   nacl::scoped_array<uint8_t> bytes;
scoped_array     8998 gpu/command_buffer/service/gles2_cmd_decoder.cc   scoped_array<GLuint> service_ids(new GLuint[n]);
scoped_array       48 ppapi/native_client/src/trusted/plugin/file_utils.cc   nacl::scoped_array<char> buffer(new char[bytes_to_read + 1]);
scoped_array      800 ppapi/native_client/src/trusted/plugin/plugin.cc   nacl::scoped_array<char> json_buffer(new char[buffer_size + 1]);
scoped_array       44 ppapi/native_client/tests/nacl_browser/fault_injection/fault_pm_nameservice_test.cc   nacl::scoped_array<uint8_t> bytes;
scoped_array      997 third_party/cld/base/logging.h     scoped_array<char> buf_;      // buffer space for non FATAL messages
scoped_array       30 third_party/cld/base/scoped_ptr.h template <class C> class scoped_array;
scoped_array      178 third_party/cld/base/scoped_ptr.h class scoped_array {
scoped_array      187 third_party/cld/base/scoped_ptr.h   explicit scoped_array(C* p = NULL) : array_(p) { }
scoped_array      191 third_party/cld/base/scoped_ptr.h   ~scoped_array() {
scoped_array      228 third_party/cld/base/scoped_ptr.h   void swap(scoped_array& p2) {
scoped_array      249 third_party/cld/base/scoped_ptr.h   template <class C2> bool operator==(scoped_array<C2> const& p2) const;
scoped_array      250 third_party/cld/base/scoped_ptr.h   template <class C2> bool operator!=(scoped_array<C2> const& p2) const;
scoped_array      253 third_party/cld/base/scoped_ptr.h   scoped_array(const scoped_array&);
scoped_array      254 third_party/cld/base/scoped_ptr.h   void operator=(const scoped_array&);
scoped_array      259 third_party/cld/base/scoped_ptr.h inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) {
scoped_array      264 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_array<C>& p2) {
scoped_array      269 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_array<const C>& p2) {
scoped_array      274 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_array<C>& p2) {
scoped_array      279 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_array<const C>& p2) {
scoped_array       61 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.h   scoped_array<WCHAR> text_;
scoped_array      298 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   scoped_array<const char*> argv(new const char*[args.size()]);
scoped_array     1449 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc     scoped_array<const char*> argv(new const char*[args.size()]);
scoped_array      163 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h   scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
scoped_array       81 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   scoped_array<scoped_ptr<MessageGenerator> > message_generators_;
scoped_array       82 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   scoped_array<scoped_ptr<EnumGenerator> > enum_generators_;
scoped_array       83 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   scoped_array<scoped_ptr<ServiceGenerator> > service_generators_;
scoped_array       84 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   scoped_array<scoped_ptr<ExtensionGenerator> > extension_generators_;
scoped_array     1490 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     scoped_array<const FieldDescriptor*> ordered_fields(
scoped_array     1782 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   scoped_array<const FieldDescriptor*> ordered_fields(
scoped_array      159 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h   scoped_array<scoped_ptr<MessageGenerator> > nested_generators_;
scoped_array      160 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h   scoped_array<scoped_ptr<EnumGenerator> > enum_generators_;
scoped_array      161 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h   scoped_array<scoped_ptr<ExtensionGenerator> > extension_generators_;
scoped_array       95 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h   scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
scoped_array       96 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h   scoped_array<scoped_ptr<FieldGenerator> > extension_generators_;
scoped_array      486 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc   scoped_array<const FieldDescriptor*> sorted_fields(
scoped_array     1245 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc   scoped_array<const FieldDescriptor*> sorted_fields(
scoped_array      181 third_party/protobuf/src/google/protobuf/dynamic_message.cc     scoped_array<int> offsets;
scoped_array      679 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   scoped_array<uint8> buffer(new uint8[8]);
scoped_array      234 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   scoped_array<uint8> buffer_;
scoped_array      323 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   scoped_array<uint8> buffer_;
scoped_array      199 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   scoped_array<char> buffer(new char[str.size() + 1]);
scoped_array      451 third_party/protobuf/src/google/protobuf/stubs/common.h template <class C> class scoped_array;
scoped_array      548 third_party/protobuf/src/google/protobuf/stubs/common.h class scoped_array {
scoped_array      557 third_party/protobuf/src/google/protobuf/stubs/common.h   explicit scoped_array(C* p = NULL) : array_(p) { }
scoped_array      561 third_party/protobuf/src/google/protobuf/stubs/common.h   ~scoped_array() {
scoped_array      598 third_party/protobuf/src/google/protobuf/stubs/common.h   void swap(scoped_array& p2) {
scoped_array      619 third_party/protobuf/src/google/protobuf/stubs/common.h   template <class C2> bool operator==(scoped_array<C2> const& p2) const;
scoped_array      620 third_party/protobuf/src/google/protobuf/stubs/common.h   template <class C2> bool operator!=(scoped_array<C2> const& p2) const;
scoped_array      623 third_party/protobuf/src/google/protobuf/stubs/common.h   scoped_array(const scoped_array&);
scoped_array      624 third_party/protobuf/src/google/protobuf/stubs/common.h   void operator=(const scoped_array&);
scoped_array      632 third_party/protobuf/src/google/protobuf/stubs/common.h using internal::scoped_array;
scoped_array      441 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   scoped_array<char> unescaped(new char[src.size() + 1]);
scoped_array      449 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   scoped_array<char> unescaped(new char[src.size() + 1]);
scoped_array      527 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   scoped_array<char> dest(new char[dest_length]);
scoped_array      538 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   scoped_array<char> dest(new char[dest_length]);
scoped_array      547 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   scoped_array<char> dest(new char[dest_length]);
scoped_array      169 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
scoped_array      199 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   scoped_array<char> filedata(new char[filesize]);
scoped_array      198 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array      233 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   scoped_array<uint64_t> int_random_sample(new uint64_t[n]);
scoped_array      241 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array      269 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   scoped_array<uint64_t> int_random_sample(new uint64_t[n]);
scoped_array      282 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array      169 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
scoped_array      199 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   scoped_array<char> filedata(new char[filesize]);
scoped_array      198 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array      233 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   scoped_array<uint64_t> int_random_sample(new uint64_t[n]);
scoped_array      241 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array      269 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   scoped_array<uint64_t> int_random_sample(new uint64_t[n]);
scoped_array      282 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   scoped_array<double> random_sample(new double[n]);
scoped_array       16 tools/clang/rewrite_scoped_array/tests/test-expected.cc   scoped_ptr<scoped_array<int>(scoped_array<int> test, scoped_array<int>)[]> y;
scoped_array       12 tools/clang/rewrite_scoped_array/tests/test-original.cc   scoped_array<int> test_field_;
scoped_array       15 tools/clang/rewrite_scoped_array/tests/test-original.cc scoped_array<int> TestFunction(scoped_array<int> x, scoped_array<int>) {
scoped_array       16 tools/clang/rewrite_scoped_array/tests/test-original.cc   scoped_array<scoped_array<int>(scoped_array<int> test, scoped_array<int>)> y;
scoped_array       17 tools/clang/rewrite_scoped_array/tests/test-original.cc   scoped_array<int>(*function_pointer)(scoped_array<int> test,
scoped_array       18 tools/clang/rewrite_scoped_array/tests/test-original.cc                                        scoped_array<int>);
scoped_array       19 tools/clang/rewrite_scoped_array/tests/test-original.cc   scoped_array<int> test_variable;