/external/protobuf/src/google/protobuf/stubs/ |
D | scoped_ptr.h | 49 template <class C> class scoped_array; variable 146 class scoped_array { 155 explicit scoped_array(C* p = NULL) : array_(p) { } in array_() 159 ~scoped_array() { in ~scoped_array() 196 void swap(scoped_array& p2) { in swap() 217 template <class C2> bool operator==(scoped_array<C2> const& p2) const; 218 template <class C2> bool operator!=(scoped_array<C2> const& p2) const; 221 scoped_array(const scoped_array&); 222 void operator=(const scoped_array&); 230 using internal::scoped_array;
|
/external/google-breakpad/src/common/ |
D | scoped_ptr.h | 188 class scoped_array { 197 explicit scoped_array(C* p = NULL) : array_(p) { } in array_() 201 ~scoped_array() { in ~scoped_array() 238 void swap(scoped_array& p2) { in swap() 259 template <class C2> bool operator==(scoped_array<C2> const& p2) const; 260 template <class C2> bool operator!=(scoped_array<C2> const& p2) const; 263 scoped_array(const scoped_array&); 264 void operator=(const scoped_array&); 269 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() 274 bool operator==(C* p1, const scoped_array<C>& p2) { [all …]
|
D | string_conversion.cc | 123 scoped_array<uint16_t> source_buffer; in UTF16ToUTF8() 140 scoped_array<UTF8> target_buffer(new UTF8[target_capacity]); in UTF16ToUTF8()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.h | 148 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<MessageGenerator> > message_generators… 149 google::protobuf::scoped_array<google::protobuf::scoped_ptr<EnumGenerator> > enum_generators_; 150 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<ServiceGenerator> > service_generators… 151 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<ExtensionGenerator> > extension_genera…
|
D | cpp_message.h | 193 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<MessageGenerator> > nested_generators_; 194 google::protobuf::scoped_array<google::protobuf::scoped_ptr<EnumGenerator> > enum_generators_; 195 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<ExtensionGenerator> > extension_genera…
|
D | cpp_field.h | 215 google::protobuf::scoped_array<google::protobuf::scoped_ptr<FieldGenerator> > field_generators_;
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 471 template <class C> struct scoped_array { struct 472 scoped_array(C* p = __null); 475 Foo() : a_(new scoped_array<int>[5]) { } in Foo() 476 scoped_array< scoped_array<int> > a_;
|
/external/google-breakpad/src/common/mac/ |
D | string_utilities.cc | 35 using google_breakpad::scoped_array; 46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_field.h | 85 scoped_array<scoped_ptr<FieldGenerator> > field_generators_; 86 scoped_array<scoped_ptr<FieldGenerator> > extension_generators_;
|
D | javamicro_message.cc | 231 scoped_array<const FieldDescriptor*> sorted_fields( in GenerateMessageSerializationMethods() 288 scoped_array<const FieldDescriptor*> sorted_fields( in GenerateMergeFromMethods()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.h | 103 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<MessageGenerator> > message_generators… 104 …google::protobuf::scoped_array<google::protobuf::scoped_ptr<ExtensionGenerator> > extension_genera…
|
/external/google-breakpad/src/processor/ |
D | static_contained_range_map_unittest.cc | 171 scoped_array<char> serialized_data_; 240 scoped_array<char> serialized_data; in TEST_F() 260 scoped_array<char> serialized_data; in TEST_F()
|
D | module_serializer.cc | 143 scoped_array<char> symbol_data(Serialize(*basic_module, &size)); in SerializeModuleAndLoadIntoFastResolver() 197 scoped_array<char> buffer(new char[symbol_data.size() + 1]); in SerializeSymbolFileData()
|
D | module_comparer.cc | 60 scoped_array<char> buffer(new char[symbol_data.size() + 1]); in Compare() 69 scoped_array<char> serialized_data( in Compare()
|
D | cfi_frame_info.cc | 128 scoped_array<char> working_copy(new char[rule_set_len + 1]); in Parse()
|
/external/eigen/Eigen/src/SparseCore/ |
D | CompressedStorage.h | 182 internal::scoped_array<Scalar> newValues(m_allocatedSize); 183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize); 234 internal::scoped_array<Scalar> newValues(size); in reallocate() 235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_field.h | 185 scoped_array<scoped_ptr<FieldGenerator> > field_generators_; 186 scoped_array<scoped_ptr<FieldGenerator> > extension_generators_;
|
D | objectivec_message.cc | 294 scoped_array<const FieldDescriptor*> sorted_fields( in GenerateMessageHeader() 396 scoped_array<const FieldDescriptor*> sorted_fields( in GenerateSource() 398 scoped_array<const FieldDescriptor*> size_order_fields( in GenerateSource()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.h | 267 google::protobuf::scoped_array<uint8> buffer_; 356 google::protobuf::scoped_array<uint8> buffer_;
|
/external/protobuf/conformance/ |
D | conformance_test_runner.cc | 71 using google::protobuf::internal::scoped_array; 186 scoped_array<char> executable(new char[executable_.size() + 1]); in SpawnTestProgram()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper_unittest_helper.cc | 85 google_breakpad::scoped_array<pthread_t> threads(new pthread_t[num_threads]); in main()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.h | 137 scoped_array<CustomInfoEntry> custom_info_entries_;
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 583 template<typename T> class scoped_array : noncopyable 587 explicit scoped_array(std::ptrdiff_t size) 591 ~scoped_array() 602 template<typename T> void swap(scoped_array<T> &a,scoped_array<T> &b)
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_field.h | 106 scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 111 scoped_array<char> buf(new char[kBufSize]); in TEST()
|