new                22 ash/display/display_pref_util.h   std::map<T, std::string>* map = new std::map<T, std::string>();
new                34 ash/display/display_pref_util.h   std::map<T, std::string>* map = new std::map<T, std::string>();
new                72 base/bind.h          new BindState(internal::MakeRunnable(functor)));
new               118 base/bind.h          new BindState(internal::MakeRunnable(functor), p1));
new               169 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2));
new               225 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2, p3));
new               286 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4));
new               354 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
new               427 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
new               505 base/bind.h          new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6,
new               111 base/callback_list.h         new Subscription(this, callbacks_.insert(callbacks_.end(), cb)));
new                41 base/event_recorder.h       current_ = new EventRecorder();
new               280 base/json/json_value_converter.h       scoped_ptr<Element> e(new Element);
new               314 base/json/json_value_converter.h       scoped_ptr<NestedType> nested(new NestedType);
new               351 base/json/json_value_converter.h       scoped_ptr<NestedType> nested(new NestedType);
new               379 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, int>(
new               380 base/json/json_value_converter.h         field_name, field, new internal::BasicValueConverter<int>));
new               385 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, std::string>(
new               386 base/json/json_value_converter.h         field_name, field, new internal::BasicValueConverter<std::string>));
new               391 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, string16>(
new               392 base/json/json_value_converter.h         field_name, field, new internal::BasicValueConverter<string16>));
new               397 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, bool>(
new               398 base/json/json_value_converter.h         field_name, field, new internal::BasicValueConverter<bool>));
new               403 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, double>(
new               404 base/json/json_value_converter.h         field_name, field, new internal::BasicValueConverter<double>));
new               410 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, NestedType>(
new               413 base/json/json_value_converter.h             new internal::NestedValueConverter<NestedType>));
new               421 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, FieldType>(
new               424 base/json/json_value_converter.h         new internal::CustomFieldConverter<FieldType>(convert_func)));
new               432 base/json/json_value_converter.h     fields_.push_back(new internal::FieldConverter<StructType, FieldType>(
new               435 base/json/json_value_converter.h         new internal::ValueFieldConverter<FieldType>(convert_func)));
new               441 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<int> >(
new               442 base/json/json_value_converter.h             field_name, field, new internal::RepeatedValueConverter<int>));
new               448 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<std::string> >(
new               451 base/json/json_value_converter.h             new internal::RepeatedValueConverter<std::string>));
new               457 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<string16> >(
new               460 base/json/json_value_converter.h             new internal::RepeatedValueConverter<string16>));
new               466 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<double> >(
new               467 base/json/json_value_converter.h             field_name, field, new internal::RepeatedValueConverter<double>));
new               473 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<bool> >(
new               474 base/json/json_value_converter.h             field_name, field, new internal::RepeatedValueConverter<bool>));
new               483 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<NestedType> >(
new               486 base/json/json_value_converter.h             new internal::RepeatedCustomValueConverter<NestedType>(
new               494 base/json/json_value_converter.h         new internal::FieldConverter<StructType, ScopedVector<NestedType> >(
new               497 base/json/json_value_converter.h             new internal::RepeatedMessageConverter<NestedType>));
new                71 base/lazy_instance.h     return new (instance) Type();
new               517 base/logging.h   std::string* msg = new std::string(ss.str());
new               309 base/macros.h    static type& name = *new type arguments
new                70 base/memory/aligned_memory.h       void* operator new(size_t); \
new                35 base/memory/manual_constructor.h   static void* operator new[](size_t size) {
new                61 base/memory/manual_constructor.h     new(space_.void_data()) Type;
new                66 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1);
new                71 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2);
new                76 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3);
new                81 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3, p4);
new                87 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3, p4, p5);
new                94 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
new               101 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7);
new               108 base/memory/manual_constructor.h     new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
new                54 base/memory/singleton.h     return new Type();
new               117 base/memory/singleton.h     return new(buffer_.void_data()) Type();
new               119 base/observer_list_threadsafe.h         observer_lists_[thread_id] = new ObserverListContext(type_);
new               275 base/prefs/pref_member.h   virtual void CreateInternal() const OVERRIDE { internal_ = new Internal(); }
new                60 base/task_runner_util.h   TaskReturnType* result = new TaskReturnType();
new               123 base/test/sequenced_task_runner_test_template.h       : task_tracker_(new internal::SequencedTaskTracker()) {}
new               104 base/test/task_runner_test_template.h   TaskRunnerTest() : task_tracker_(new internal::TaskTracker()) {}
new               148 base/threading/thread_collision_warner.h   explicit ThreadCollisionWarner(AsserterBase* asserter = new DCheckAsserter())
new                22 cc/animation/animation_registrar.h     return make_scoped_ptr(new AnimationRegistrar());
new                22 cc/layers/delegated_renderer_layer_impl.h     return make_scoped_ptr(new DelegatedRendererLayerImpl(tree_impl, id));
new                33 cc/layers/heads_up_display_layer_impl.h     return make_scoped_ptr(new HeadsUpDisplayLayerImpl(tree_impl, id));
new                20 cc/layers/io_surface_layer_impl.h     return make_scoped_ptr(new IOSurfaceLayerImpl(tree_impl, id));
new                74 cc/layers/layer_impl.h     return make_scoped_ptr(new LayerImpl(tree_impl, id));
new                28 cc/layers/nine_patch_layer_impl.h     return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
new                16 cc/layers/picture_image_layer_impl.h     return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
new                59 cc/layers/picture_layer_impl.h     return make_scoped_ptr(new PictureLayerImpl(tree_impl, id));
new                18 cc/layers/solid_color_layer_impl.h     return make_scoped_ptr(new SolidColorLayerImpl(tree_impl, id));
new                17 cc/layers/surface_layer_impl.h     return make_scoped_ptr(new SurfaceLayerImpl(tree_impl, id));
new                23 cc/layers/texture_layer_impl.h     return make_scoped_ptr(new TextureLayerImpl(tree_impl, id, uses_mailbox));
new                21 cc/layers/tiled_layer_impl.h     return make_scoped_ptr(new TiledLayerImpl(tree_impl, id));
new                27 cc/layers/ui_resource_layer_impl.h     return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id));
new                26 cc/output/copy_output_request.h     return make_scoped_ptr(new CopyOutputRequest);
new                30 cc/output/copy_output_request.h     return make_scoped_ptr(new CopyOutputRequest(false, result_callback));
new                34 cc/output/copy_output_request.h     return make_scoped_ptr(new CopyOutputRequest(true, result_callback));
new                22 cc/output/copy_output_result.h     return make_scoped_ptr(new CopyOutputResult);
new                26 cc/output/copy_output_result.h     return make_scoped_ptr(new CopyOutputResult(bitmap.Pass()));
new                33 cc/output/copy_output_result.h         new CopyOutputResult(size, texture_mailbox, release_callback.Pass()));
new                30 cc/resources/prioritized_resource.h     return make_scoped_ptr(new PrioritizedResource(manager, size, format));
new                35 cc/resources/prioritized_resource.h         new PrioritizedResource(manager, gfx::Size(), RGBA_8888));
new                40 cc/resources/prioritized_resource_manager.h     return make_scoped_ptr(new PrioritizedResourceManager(proxy));
new                44 cc/resources/prioritized_resource_manager.h     return make_scoped_ptr(new PrioritizedResource(this, size, format));
new                24 cc/resources/resource_pool.h     return make_scoped_ptr(new ResourcePool(resource_provider, target, format));
new                36 cc/resources/resource_update_controller.h     return make_scoped_ptr(new ResourceUpdateController(
new                24 cc/resources/scoped_resource.h     return make_scoped_ptr(new ScopedResource(resource_provider));
new                17 cc/resources/single_release_callback.h     return make_scoped_ptr(new SingleReleaseCallback(cb));
new                33 cc/resources/texture_uploader.h     return make_scoped_ptr(new TextureUploader(gl));
new                59 cc/resources/texture_uploader.h       return make_scoped_ptr(new Query(gl));
new                55 cc/scheduler/scheduler.h     return make_scoped_ptr(new Scheduler(
new                16 cc/test/fake_content_layer.h     return make_scoped_refptr(new FakeContentLayer(client));
new                17 cc/test/fake_content_layer_impl.h     return make_scoped_ptr(new FakeContentLayerImpl(tree_impl, id));
new                17 cc/test/fake_delegated_renderer_layer.h         new FakeDelegatedRendererLayer(frame_provider));
new                16 cc/test/fake_delegated_renderer_layer_impl.h     return make_scoped_ptr(new FakeDelegatedRendererLayerImpl(tree_impl, id));
new                26 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(
new                32 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(context_provider, false));
new                37 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(
new                43 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(software_device.Pass(),
new                48 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(
new                54 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(context_provider, true));
new                59 cc/test/fake_output_surface.h     return make_scoped_ptr(new FakeOutputSurface(
new                66 cc/test/fake_output_surface.h         new FakeOutputSurface(software_device.Pass(), true));
new                73 cc/test/fake_output_surface.h         new FakeOutputSurface(software_device.Pass(), false));
new                86 cc/test/fake_output_surface.h     scoped_ptr<FakeOutputSurface> surface(new FakeOutputSurface(
new                17 cc/test/fake_picture_layer.h     return make_scoped_refptr(new FakePictureLayer(client));
new                17 cc/test/fake_picture_layer_impl.h     return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id));
new                22 cc/test/fake_picture_layer_impl.h     return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id, pile));
new                19 cc/test/render_pass_test_common.h     return make_scoped_ptr(new TestRenderPass);
new                34 cc/test/scheduler_test_common.h     return make_scoped_refptr(new FakeDelayBasedTimeSource(interval,
new                57 cc/trees/layer_tree_impl.h     return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl));
new                37 chrome/browser/autofill/autofill_cc_infobar_delegate.h         new AutofillCCInfoBarDelegate(metric_logger, save_card_callback));
new                57 chrome/browser/chromeos/drive/test_util.h   scoped_refptr<net::IOBuffer> buffer(new net::IOBuffer(kBufferSize));
new                37 chrome/browser/download/download_request_infobar_delegate.h         new DownloadRequestInfoBarDelegate(host));
new                29 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h       new extensions::MenuItem::Id(is_off_the_record, key));
new               176 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h       new MenuItem(item_id, title, checked, enabled, type, contexts));
new               330 chrome/browser/extensions/api/declarative/declarative_rule.h   return make_scoped_ptr(new DeclarativeConditionSet(
new               373 chrome/browser/extensions/api/declarative/declarative_rule.h   return scoped_ptr<DeclarativeActionSet>(new DeclarativeActionSet(result));
new               472 chrome/browser/extensions/api/declarative/declarative_rule.h       new DeclarativeRule(rule_id, tags, extension_installation_time,
new               129 chrome/browser/extensions/crx_installer.h     expected_version_.reset(new Version(val));
new               135 chrome/browser/extensions/menu_manager.h           new base::FundamentalValue(static_cast<int>(value_)));
new                49 chrome/browser/extensions/updater/request_queue_impl.h       new net::BackoffEntry(backoff_policy_)));
new                27 chrome/browser/sync/test_profile_sync_service.h   return new browser_sync::DataTypeManagerImpl(arg0,
new                69 chrome/browser/sync_file_system/sync_file_system_test_util.h                     base::Owned(new bool(false)),
new                44 chrome/browser/thumbnails/thumbnailing_context.h     return new ThumbnailingContext();
new               157 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize)
new               162 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		if(old[i]!=new[i]) break;
new               168 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		u_char *new,off_t newsize,off_t st,off_t en,off_t *pos)
new               173 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		x=matchlen(old+I[st],oldsize-I[st],new,newsize);
new               174 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		y=matchlen(old+I[en],oldsize-I[en],new,newsize);
new               186 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0) {
new               187 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		return search(I,old,oldsize,new,newsize,x,en,pos);
new               189 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		return search(I,old,oldsize,new,newsize,st,x,pos);
new               335 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	u_char *old,*new;
new               371 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		((new=malloc(newsize+1))==NULL) ||
new               373 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		(read(fd,new,newsize)!=newsize) ||
new               413 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	SHA1(new, newsize, header + 68);
new               422 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 			len=search(I,old,oldsize,new+scan,newsize-scan,
new               427 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				(old[scsc+lastoffset] == new[scsc]))
new               434 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				(old[scan+lastoffset] == new[scan]))
new               441 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				if(old[lastpos+i]==new[lastscan+i]) s++;
new               450 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 					if(old[pos-i]==new[scan-i]) s++;
new               459 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 					if(new[lastscan+lenf-overlap+i]==
new               461 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 					if(new[scan-lenb+i]==
new               471 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				db[dblen+i]=new[lastscan+i]-old[lastpos+i];
new               473 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				eb[eblen+i]=new[lastscan+lenf+i];
new               522 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	free(new);
new               374 chrome/installer/mac/third_party/bsdiff/goobspatch.c 	u_char *old, *new;
new               462 chrome/installer/mac/third_party/bsdiff/goobspatch.c 	if((new=malloc(newsize+1))==NULL) err(1,NULL);
new               477 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		cfread(&df, new + newpos, ctrl[0]);
new               482 chrome/installer/mac/third_party/bsdiff/goobspatch.c 				new[newpos+i]+=old[oldpos+i];
new               493 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		cfread(&ef, new + newpos, ctrl[1]);
new               505 chrome/installer/mac/third_party/bsdiff/goobspatch.c 	SHA1(new, newsize, sha1);
new               515 chrome/installer/mac/third_party/bsdiff/goobspatch.c 		(write(fd,new,newsize)!=newsize) || (close(fd)==-1))
new               518 chrome/installer/mac/third_party/bsdiff/goobspatch.c 	free(new);
new                33 chrome/test/base/chrome_process_util.h     return new ChromeTestProcessMetrics(process);
new                49 chrome/test/data/webui/certificate_viewer_ui_test-inl.h       new CertificateViewerDialog(google_cert.get());
new                71 chrome/test/data/webui/certificate_viewer_ui_test-inl.h       new CertificateViewerModalDialog(google_cert.get());
new                57 chromeos/dbus/shill_client_unittest_base.h   return MakeMatcher(new ValueMatcher(expected_value));
new                39 components/autofill/core/browser/crypto/rc4_decryptor.h     scoped_ptr<wchar_t[]> buffer(new wchar_t[data.length() + 1]);
new                65 components/cloud_devices/description_items_inl.h     base::DictionaryValue* option_value = new base::DictionaryValue;
new               122 components/cloud_devices/description_items_inl.h   base::ListValue* options_list = new base::ListValue;
new               126 components/cloud_devices/description_items_inl.h     base::DictionaryValue* option_value = new base::DictionaryValue;
new               321 components/policy/core/common/cloud/cloud_policy_validator.h     return new CloudPolicyValidator(
new               323 components/policy/core/common/cloud/cloud_policy_validator.h         scoped_ptr<PayloadProto>(new PayloadProto()),
new                48 components/policy/core/common/cloud/policy_builder.h       policy_data_.reset(new enterprise_management::PolicyData());
new               129 components/policy/core/common/cloud/policy_builder.h       payload_.reset(new PayloadProto());
new                65 content/browser/accessibility/browser_accessibility_manager.h       BrowserAccessibilityFactory* factory = new BrowserAccessibilityFactory());
new                26 content/browser/accessibility/browser_accessibility_manager_android.h       BrowserAccessibilityFactory* factory = new BrowserAccessibilityFactory());
new                23 content/browser/accessibility/browser_accessibility_manager_gtk.h       BrowserAccessibilityFactory* factory = new BrowserAccessibilityFactory());
new                21 content/browser/accessibility/browser_accessibility_manager_mac.h       BrowserAccessibilityFactory* factory = new BrowserAccessibilityFactory());
new                28 content/browser/accessibility/browser_accessibility_manager_win.h       BrowserAccessibilityFactory* factory = new BrowserAccessibilityFactory());
new               120 content/browser/indexed_db/indexed_db_dispatcher_host.h       return map_.Add(new scoped_refptr<RefCountedType>(data));
new                41 content/browser/renderer_host/java/java_bridge_channel_host.h     return new JavaBridgeChannelHost();
new                37 content/common/gpu/client/gpu_context_tests.h             &RunOnlyOnce, run_loop.QuitClosure(), base::Owned(new int(0))));
new               106 content/common/sandbox_mac_unittest_helper.h     AddSandboxTestCase(test_name, new T);
new                77 content/plugin/plugin_channel.h   static NPChannelBase* ClassFactory() { return new PluginChannel(); }
new                38 content/public/browser/web_contents_user_data.h       contents->SetUserData(UserDataKey(), new T(contents));
new                27 content/public/renderer/navigation_state.h     return new NavigationState(transition_type,
new                35 content/public/renderer/navigation_state.h     return new NavigationState(
new                40 content/public/test/browser_test.h         new ::testing::internal::TestFactoryImpl<\
new                63 content/public/test/browser_test.h                   new ::testing::internal::TestMetaFactory< \
new                32 content/renderer/java/java_bridge_channel.h   static NPChannelBase* ClassFactory() { return new JavaBridgeChannel(); }
new                55 content/renderer/npapi/plugin_channel_host.h   static NPChannelBase* ClassFactory() { return new PluginChannelHost(); }
new                56 content/renderer/shared_memory_seqlock_reader.h       temp_buffer_.reset(new Data);
new               154 content/shell/tools/plugin/PluginTest.h       return new TestClassTy(npp, identifier);
new               231 content/shell/tools/plugin/PluginTest.h     static NPObject* NP_Allocate(NPP npp, NPClass* aClass) { return new T; }
new               196 courgette/memory_allocator.h       mem = new(std::nothrow) uint8[bytes];
new               202 courgette/memory_allocator.h       TempMapping* mapping = new(std::nothrow) TempMapping();
new               216 courgette/memory_allocator.h     ::new(ptr) T(value);
new               271 courgette/memory_allocator.h         new(std::nothrow) uint8[count * sizeof(T)]);
new               279 courgette/memory_allocator.h     ::new(ptr) T(value);
new                47 courgette/third_party/paged_array.h     pages_ = new(std::nothrow) T*[pages_needed];
new                52 courgette/third_party/paged_array.h       T* block = new(std::nothrow) T[kPageSize];
new                79 extensions/browser/api/api_resource_manager.h       : thread_id_(T::kThreadId), data_(new ApiResourceData(thread_id_)) {
new                92 extensions/browser/api/api_resource_manager.h     ApiResourceManager* manager = new ApiResourceManager<T>(context);
new                94 extensions/browser/api/api_resource_manager.h     manager->data_ = new ApiResourceData(thread_id);
new               107 extensions/browser/browser_context_keyed_api_factory.h     return new T(context);
new                22 extensions/browser/extension_function_registry.h   return new T();
new                52 extensions/browser/value_store/value_store.h       return make_scoped_ptr(new Error(code, message, key.Pass()));
new               151 extensions/browser/value_store/value_store.h     return ReadResult(new ReadResultType(arg.Pass()));
new               156 extensions/browser/value_store/value_store.h     return WriteResult(new WriteResultType(arg.Pass()));
new                69 extensions/common/permissions/set_disjunction_permission.h     SetDisjunctionPermission* result = new DerivedType(info());
new                78 extensions/common/permissions/set_disjunction_permission.h     scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info()));
new                92 extensions/common/permissions/set_disjunction_permission.h     scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info()));
new               106 extensions/common/permissions/set_disjunction_permission.h     scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info()));
new               156 extensions/common/permissions/set_disjunction_permission.h     base::ListValue* list = new base::ListValue();
new               495 gin/function_template.h   HolderT* holder = new HolderT(isolate, callback, callback_flags);
new               512 gin/function_template.h   HolderT* holder = new HolderT(isolate, callback, callback_flags);
new                56 google_apis/gaia/mock_url_fetcher_factory.h     return new T(success_, url, results_, request_type, d);
new                69 gpu/command_buffer/common/buffer.h       new SharedMemoryBufferBacking(shared_memory.Pass(), size));
new                75 gpu/command_buffer/common/buffer.h   return new Buffer(MakeBackingFromSharedMemory(shared_memory.Pass(), size));
new               237 gpu/command_buffer/service/program_manager.h     log_info_.reset(str ? new std::string(str) : NULL);
new                30 gpu/command_buffer/service/shader_manager.h     source_.reset(source ? new std::string(source) : NULL);
new                35 gpu/command_buffer/service/shader_manager.h         translated_source ? new std::string(translated_source) : NULL);
new                36 ios/public/provider/web/web_state_user_data.h       web_state->SetUserData(UserDataKey(), new T(web_state));
new               740 ipc/ipc_message_macros.h                        new IPC::ParamDeserializer<Schema::ReplyParam>(        \
new               760 ipc/ipc_message_macros.h                        new IPC::ParamDeserializer<Schema::ReplyParam>(        \
new               659 ipc/ipc_message_utils.h       (*r)[i] = new P();
new               809 ipc/ipc_message_utils.h     LogData* data = new LogData;
new                34 media/cdm/ppapi/cdm_helpers.h     return new PpbBuffer(buffer, buffer_id);
new               147 media/cdm/ppapi/cdm_wrapper.h     return new CdmWrapperImpl<CdmInterface>(
new                23 mojo/bindings/js/handle.h     return gin::CreateHandle(isolate, new HandleWrapper(handle));
new                38 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new                75 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               118 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               166 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               219 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               277 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               341 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               410 mojo/public/cpp/bindings/callback.h   Callback(const Sink& sink) : sink_(new Adapter<Sink>(sink)) {}
new               202 mojo/public/cpp/bindings/lib/array_internal.h     return new (buf->Allocate(num_bytes)) Array_Data<T>(num_bytes,
new                19 mojo/public/cpp/bindings/lib/shared_data.h   SharedData() : holder_(new Holder()) {
new                22 mojo/public/cpp/bindings/lib/shared_data.h   explicit SharedData(const T& value) : holder_(new Holder(value)) {
new                39 mojo/public/cpp/bindings/lib/shared_data.h     holder_ = new Holder();
new                44 mojo/public/cpp/bindings/lib/shared_data.h     holder_ = new Holder(value);
new                82 mojo/public/cpp/bindings/remote_ptr.h       : state_(new State(ScopedMessagePipeHandle(interface_handle.Pass()), peer,
new               120 mojo/public/cpp/bindings/remote_ptr.h     state_ = new State(ScopedMessagePipeHandle(interface_handle.Pass()), peer,
new               109 mojo/public/cpp/shell/service.h     ServiceImpl* service = new ServiceImpl();
new                50 mojo/shell/dynamic_service_runner.h         new DynamicServiceRunnerImpl(context));
new                18 native_client_sdk/src/libraries/nacl_io/typed_fs_factory.h     sdk_util::ScopedRef<T> fs(new T());
new                79 net/cookies/cookie_store_unittest.h       message_loop_.reset(new base::MessageLoop);
new                80 net/cookies/cookie_store_unittest.h     weak_factory_.reset(new base::WeakPtrFactory<base::MessageLoop>(
new               179 net/disk_cache/blockfile/storage_block-inl.h     data_ = new T;
new               181 net/disk_cache/blockfile/storage_block-inl.h     void* buffer = new char[address_.num_blocks() * sizeof(*data_)];
new               182 net/disk_cache/blockfile/storage_block-inl.h     data_ = new(buffer) T;
new                68 net/quic/crypto/crypto_server_config_protobuf.h     keys_.push_back(new PrivateKey);
new               886 net/quic/quic_protocol.h     return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
new               897 net/quic/quic_protocol.h     return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
new               714 net/socket/client_socket_pool_base.h                 new ConnectJobFactoryAdaptor(connect_job_factory)) {}
new               740 net/socket/client_socket_pool_base.h         new Request(handle, callback, priority,
new              1085 net/socket/socket_test_util.h         new TestSocketRequest(&request_order_, &completion_count_);
new                75 net/spdy/spdy_frame_builder.h     SpdyFrame* rv = new SpdyFrame(buffer_.release(), length_, true);
new               558 net/spdy/spdy_protocol.h     data_store_.reset(new std::string(data.data(), data.length()));
new                58 net/ssl/client_cert_store_unittest-inl.h   scoped_refptr<SSLCertRequestInfo> request(new SSLCertRequestInfo());
new                76 net/ssl/client_cert_store_unittest-inl.h   scoped_refptr<SSLCertRequestInfo> request(new SSLCertRequestInfo());
new               110 net/ssl/client_cert_store_unittest-inl.h   scoped_refptr<SSLCertRequestInfo> request(new SSLCertRequestInfo());
new               755 net/tools/epoll_server/epoll_server.h       FDMaskOutput* fdmo = new FDMaskOutput(fd, mask, function);
new               762 net/tools/epoll_server/epoll_server.h       EpollWaitOutput* ewo = new EpollWaitOutput(timeout_in_ms,
new               187 ppapi/cpp/dev/array_dev.h       wrappers_.push_back(new T(&storage_->elements[i], NOT_OWNED));
new                27 ppapi/cpp/dev/may_own_ptr_dev.h   MayOwnPtr() : value_(new T()), owned_(true) {}
new                19 ppapi/cpp/extensions/optional.h   Optional(const T& value) : value_(new T(value)) {
new                22 ppapi/cpp/extensions/optional.h       : value_(other.value_ ? new T(*other.value_) : NULL) {
new                34 ppapi/cpp/extensions/optional.h     value_ = new T(other);
new                45 ppapi/cpp/extensions/optional.h       value_ = new T(*other.value_);
new               125 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       new WeakRefAutoAbandonWrapper<R>(raw_callback_fn, raw_data);
new               216 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       new WeakRefMemberFuncBinder<R, E>(object,
new               176 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h   void *operator new(size_t size) { return g_void_result; }
new               206 ppapi/proxy/plugin_resource.h       new PluginResourceCallback<ReplyMsgClass, CallbackType>(callback));
new               171 ppapi/shared_impl/proxy_lock.h       : callback_(new CallbackType(callback)) {
new               234 ppapi/shared_impl/proxy_lock.h       : callback_(new CallbackType(callback)) {
new               264 ppapi/shared_impl/proxy_lock.h       : callback_(new CallbackType(callback)) {
new               294 ppapi/shared_impl/proxy_lock.h       : callback_(new CallbackType(callback)) {
new               353 ppapi/shared_impl/proxy_lock.h       new internal::RunWhileLockedHelper<FunctionType>(callback);
new                64 ppapi/shared_impl/thread_aware_callback.h     return new ThreadAwareCallback(func);
new               607 ppapi/tests/test_case.h     return new Test##name(instance);                                        \
new               263 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher0<Method>(method));
new               306 ppapi/utility/completion_callback_factory.h         new DispatcherType(method));
new               324 ppapi/utility/completion_callback_factory.h         new DispatcherType(method));
new               341 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher1<Method, A>(method, a));
new               393 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a));
new               413 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a));
new               433 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher2<Method, A, B>(method, a, b));
new               494 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b));
new               516 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b));
new               542 ppapi/utility/completion_callback_factory.h     return NewCallbackHelper(new Dispatcher3<Method, A, B, C>(method, a, b, c));
new               612 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b, c));
new               636 ppapi/utility/completion_callback_factory.h         new DispatcherType(method, a, b, c));
new               952 ppapi/utility/completion_callback_factory.h     back_pointer_ = new BackPointer(this);
new               972 ppapi/utility/completion_callback_factory.h         new CallbackData<Dispatcher>(back_pointer_, dispatcher));
new               982 ppapi/utility/completion_callback_factory.h         new CallbackData<Dispatcher>(back_pointer_, dispatcher);
new                32 remoting/base/typed_buffer.h       buffer_ = reinterpret_cast<T*>(new uint8[length_]);
new                97 remoting/protocol/message_reader.h     message_reader_.reset(new MessageReader());
new               106 remoting/protocol/message_reader.h     scoped_ptr<T> message(new T());
new               300 sandbox/win/src/crosscall_client.h   ActualParams* params = new(raw_mem) ActualParams(tag);
new               211 sandbox/win/src/policy_engine_opcodes.h   void* operator new(size_t, void* location) {
new                15 sandbox/win/src/sandbox_nt_util.h void* __cdecl operator new(size_t size, sandbox::AllocationType type,
new                26 sandbox/win/src/sandbox_nt_util.h void* __cdecl operator new(size_t size, void* buffer,
new                50 sandbox/win/src/win_utils.h       instance = new Derived();
new               252 sync/internal_api/public/base_node.h   void* operator new(size_t size);  // Node is meant for stack use only.
new                53 sync/internal_api/public/read_node.h   void* operator new(size_t size);  // Node is meant for stack use only.
new                41 sync/internal_api/public/read_transaction.h   void* operator new(size_t size);  // Transaction is meant for stack use only.
new               236 sync/internal_api/public/util/immutable.h   Immutable() : core_(new internal::ImmutableCore<T, Traits>()) {}
new               242 sync/internal_api/public/util/immutable.h       : core_(new internal::ImmutableCore<T, Traits>(t)) {}
new               282 sync/internal_api/public/util/weak_handle.h       : core_(new internal::WeakHandleCore<T>(ptr)) {}
new               292 sync/internal_api/public/util/weak_handle.h           new internal::WeakHandleCore<T>(other.Get()) :
new               186 sync/internal_api/public/write_node.h   void* operator new(size_t size);  // Node is meant for stack use only.
new                57 sync/internal_api/public/write_transaction.h   void* operator new(size_t size);  // Transaction is meant for stack use only.
new               250 sync/syncable/entry.h   void* operator new(size_t size) { return (::operator new)(size); }
new               103 sync/syncable/model_neutral_mutable_entry.h   void* operator new(size_t size) { return (::operator new)(size); }
new                25 sync/syncable/syncable_read_transaction.h   void* operator new(size_t size) { return (::operator new)(size); }
new              1023 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(),
new              1033 testing/gmock_mutant.h       new MutantFunction<R, R (*)(),
new              1044 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(),
new              1056 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(),
new              1066 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(),
new              1076 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(),
new              1089 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1),
new              1099 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1),
new              1110 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1),
new              1122 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1),
new              1132 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1),
new              1142 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1),
new              1155 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2),
new              1165 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1, A2),
new              1176 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2),
new              1188 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2),
new              1198 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1, A2),
new              1208 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2),
new              1222 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3),
new              1232 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1, A2, A3),
new              1244 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3),
new              1257 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3),
new              1267 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1, A2, A3),
new              1278 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3),
new              1292 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4),
new              1302 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1, A2, A3, A4),
new              1314 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4),
new              1327 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4),
new              1337 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4),
new              1348 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4),
new              1362 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5),
new              1373 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1, A2, A3, A4, A5),
new              1385 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5),
new              1398 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5),
new              1409 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4, A5),
new              1420 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5),
new              1434 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5, A6),
new              1445 testing/gmock_mutant.h       new MutantFunction<R, R (*)(A1, A2, A3, A4, A5, A6),
new              1457 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5, A6),
new              1470 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6),
new              1481 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4, A5, A6),
new              1492 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6),
new              1505 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1),
new              1515 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1),
new              1526 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1),
new              1538 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1),
new              1548 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1),
new              1558 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1),
new              1572 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1),
new              1582 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1),
new              1594 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1),
new              1607 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1),
new              1617 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1),
new              1628 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1),
new              1642 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2),
new              1652 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1, A2),
new              1664 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2),
new              1677 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2),
new              1687 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1, A2),
new              1698 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2),
new              1712 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3),
new              1723 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1, A2, A3),
new              1735 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3),
new              1748 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3),
new              1759 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3),
new              1770 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3),
new              1784 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4),
new              1795 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1, A2, A3, A4),
new              1807 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4),
new              1821 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4),
new              1832 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4),
new              1844 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4),
new              1858 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5),
new              1869 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1, A2, A3, A4, A5),
new              1881 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5),
new              1895 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5),
new              1906 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4, A5),
new              1918 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5),
new              1934 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6),
new              1945 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, A1, A2, A3, A4, A5, A6),
new              1959 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6),
new              1974 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6),
new              1986 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4, A5, A6),
new              1999 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6),
new              2013 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2),
new              2023 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2),
new              2035 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2),
new              2049 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2),
new              2059 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2),
new              2071 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2),
new              2085 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1),
new              2096 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1),
new              2108 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1),
new              2122 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1),
new              2134 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1),
new              2146 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1),
new              2161 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2),
new              2172 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1, A2),
new              2185 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2),
new              2199 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2),
new              2211 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2),
new              2223 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2),
new              2238 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3),
new              2249 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1, A2, A3),
new              2262 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3),
new              2276 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3),
new              2288 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3),
new              2300 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3),
new              2316 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4),
new              2328 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4),
new              2342 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4),
new              2357 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4),
new              2369 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4),
new              2382 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4),
new              2398 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5),
new              2410 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4, A5),
new              2424 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5),
new              2439 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5),
new              2451 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4, A5),
new              2464 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5),
new              2480 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2493 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2507 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2522 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2535 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2548 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
new              2563 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3),
new              2575 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3),
new              2588 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3),
new              2602 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3),
new              2614 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3),
new              2626 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3),
new              2641 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1),
new              2653 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1),
new              2666 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1),
new              2680 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1),
new              2692 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1),
new              2704 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1),
new              2720 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2),
new              2732 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1, A2),
new              2746 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2),
new              2761 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2),
new              2773 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2),
new              2786 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2),
new              2802 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3),
new              2814 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3),
new              2828 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3),
new              2843 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3),
new              2855 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3),
new              2868 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3),
new              2884 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4),
new              2897 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4),
new              2911 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4),
new              2926 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4),
new              2939 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4),
new              2952 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4),
new              2968 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
new              2981 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4, A5),
new              2995 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
new              3010 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
new              3023 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4, A5),
new              3036 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
new              3052 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3065 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3079 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3094 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3107 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3120 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
new              3136 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4),
new              3148 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4),
new              3162 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4),
new              3177 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4),
new              3189 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4),
new              3202 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4),
new              3218 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1),
new              3230 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1),
new              3244 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1),
new              3259 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1),
new              3271 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1),
new              3284 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1),
new              3300 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2),
new              3313 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2),
new              3327 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2),
new              3342 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2),
new              3355 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2),
new              3368 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2),
new              3384 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3),
new              3397 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3),
new              3411 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3),
new              3426 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3),
new              3439 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3),
new              3452 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3),
new              3468 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3481 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3495 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3510 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3523 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3536 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
new              3553 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3566 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3581 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3597 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3610 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3624 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
new              3641 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3654 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3669 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3685 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3698 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3712 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
new              3728 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5),
new              3741 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5),
new              3755 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5),
new              3770 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5),
new              3783 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5),
new              3796 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5),
new              3812 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1),
new              3825 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1),
new              3839 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1),
new              3854 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1),
new              3867 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1),
new              3880 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1),
new              3896 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2),
new              3909 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2),
new              3923 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2),
new              3938 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2),
new              3951 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2),
new              3964 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2),
new              3981 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
new              3994 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3),
new              4009 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
new              4025 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
new              4038 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3),
new              4052 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
new              4069 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4082 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4097 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4114 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4127 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4142 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
new              4159 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4173 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4188 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4205 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4219 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4234 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
new              4252 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4266 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4282 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4299 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4314 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4329 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
new              4345 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6),
new              4358 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6),
new              4372 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6),
new              4388 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6),
new              4401 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6),
new              4415 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6),
new              4432 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1),
new              4445 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1),
new              4460 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1),
new              4477 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1),
new              4490 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1),
new              4505 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1),
new              4523 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4536 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4552 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4569 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4583 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4598 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
new              4616 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4630 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4646 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4663 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4678 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4693 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
new              4711 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4726 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4742 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4759 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4774 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4789 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
new              4807 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4822 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4838 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4855 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4870 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4885 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
new              4904 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new              4919 testing/gmock_mutant.h       new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new              4936 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new              4954 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new              4969 testing/gmock_mutant.h       new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new              4985 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
new                47 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(fn));
new                53 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(method, base::Unretained(object)));
new                59 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Callback<void(Arg1)>(
new                68 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(method, base::Unretained(object),
new                77 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(fn, arg1, arg2));
new                86 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(method, base::Unretained(object),
new                95 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Callback<void(Arg2)>(
new               106 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(method, base::Unretained(object),
new               119 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(method, base::Unretained(object),
new               129 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/callback.h   return new ::base::Closure(::base::Bind(
new                29 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/gmock.h     Proto* proto = new Proto;
new               433 third_party/cld/base/commandlineflags.h     const string* const FLAGS_no##name = new (s_##name[0].s) string(val); \
new               436 third_party/cld/base/commandlineflags.h       s_##name[0].s, new (s_##name[1].s) string(*FLAGS_no##name));        \
new               457 third_party/cld/base/logging.h   return new string(ss.str(), ss.pcount());
new              1085 third_party/cld/base/logging.h     LogMessageFatal(file, line, new string(names));
new                38 third_party/leveldatabase/chromium_logger.h         base = new char[bufsize];
new               154 third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h       new CallbackImpl<BaseType, ReturnType, RequestType, ResponseType>(
new               167 third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h       new ScopedPtrCallbackImpl<BaseType, ReturnType, RequestType,
new               452 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     parameter_ = new ::std::string;
new               459 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     parameter_ = new ::std::string;
new               466 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     parameter_ = new ::std::string;
new               473 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     parameter_ = new ::std::string;
new               551 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     name_ = new ::std::string;
new               558 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     name_ = new ::std::string;
new               565 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     name_ = new ::std::string;
new               572 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     name_ = new ::std::string;
new               621 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     insertion_point_ = new ::std::string;
new               628 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     insertion_point_ = new ::std::string;
new               635 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     insertion_point_ = new ::std::string;
new               642 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     insertion_point_ = new ::std::string;
new               691 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     content_ = new ::std::string;
new               698 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     content_ = new ::std::string;
new               705 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     content_ = new ::std::string;
new               712 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     content_ = new ::std::string;
new               765 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     error_ = new ::std::string;
new               772 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     error_ = new ::std::string;
new               779 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     error_ = new ::std::string;
new               786 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     error_ = new ::std::string;
new              2829 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              2836 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              2843 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              2850 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              2899 third_party/protobuf/src/google/protobuf/descriptor.pb.h     package_ = new ::std::string;
new              2906 third_party/protobuf/src/google/protobuf/descriptor.pb.h     package_ = new ::std::string;
new              2913 third_party/protobuf/src/google/protobuf/descriptor.pb.h     package_ = new ::std::string;
new              2920 third_party/protobuf/src/google/protobuf/descriptor.pb.h     package_ = new ::std::string;
new              3160 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::FileOptions;
new              3198 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (source_code_info_ == NULL) source_code_info_ = new ::google::protobuf::SourceCodeInfo;
new              3291 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3298 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3305 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3312 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3483 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::MessageOptions;
new              3528 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3535 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3542 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3549 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3666 third_party/protobuf/src/google/protobuf/descriptor.pb.h     type_name_ = new ::std::string;
new              3673 third_party/protobuf/src/google/protobuf/descriptor.pb.h     type_name_ = new ::std::string;
new              3680 third_party/protobuf/src/google/protobuf/descriptor.pb.h     type_name_ = new ::std::string;
new              3687 third_party/protobuf/src/google/protobuf/descriptor.pb.h     type_name_ = new ::std::string;
new              3736 third_party/protobuf/src/google/protobuf/descriptor.pb.h     extendee_ = new ::std::string;
new              3743 third_party/protobuf/src/google/protobuf/descriptor.pb.h     extendee_ = new ::std::string;
new              3750 third_party/protobuf/src/google/protobuf/descriptor.pb.h     extendee_ = new ::std::string;
new              3757 third_party/protobuf/src/google/protobuf/descriptor.pb.h     extendee_ = new ::std::string;
new              3806 third_party/protobuf/src/google/protobuf/descriptor.pb.h     default_value_ = new ::std::string;
new              3813 third_party/protobuf/src/google/protobuf/descriptor.pb.h     default_value_ = new ::std::string;
new              3820 third_party/protobuf/src/google/protobuf/descriptor.pb.h     default_value_ = new ::std::string;
new              3827 third_party/protobuf/src/google/protobuf/descriptor.pb.h     default_value_ = new ::std::string;
new              3873 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::FieldOptions;
new              3918 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3925 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3932 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              3939 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4010 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::EnumOptions;
new              4055 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4062 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4069 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4076 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4144 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::EnumValueOptions;
new              4189 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4196 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4203 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4210 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4281 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::ServiceOptions;
new              4326 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4333 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4340 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4347 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_ = new ::std::string;
new              4396 third_party/protobuf/src/google/protobuf/descriptor.pb.h     input_type_ = new ::std::string;
new              4403 third_party/protobuf/src/google/protobuf/descriptor.pb.h     input_type_ = new ::std::string;
new              4410 third_party/protobuf/src/google/protobuf/descriptor.pb.h     input_type_ = new ::std::string;
new              4417 third_party/protobuf/src/google/protobuf/descriptor.pb.h     input_type_ = new ::std::string;
new              4466 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
new              4473 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
new              4480 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
new              4487 third_party/protobuf/src/google/protobuf/descriptor.pb.h     output_type_ = new ::std::string;
new              4533 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::MethodOptions;
new              4578 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_package_ = new ::std::string;
new              4585 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_package_ = new ::std::string;
new              4592 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_package_ = new ::std::string;
new              4599 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_package_ = new ::std::string;
new              4648 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_outer_classname_ = new ::std::string;
new              4655 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_outer_classname_ = new ::std::string;
new              4662 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_outer_classname_ = new ::std::string;
new              4669 third_party/protobuf/src/google/protobuf/descriptor.pb.h     java_outer_classname_ = new ::std::string;
new              4807 third_party/protobuf/src/google/protobuf/descriptor.pb.h     go_package_ = new ::std::string;
new              4814 third_party/protobuf/src/google/protobuf/descriptor.pb.h     go_package_ = new ::std::string;
new              4821 third_party/protobuf/src/google/protobuf/descriptor.pb.h     go_package_ = new ::std::string;
new              4828 third_party/protobuf/src/google/protobuf/descriptor.pb.h     go_package_ = new ::std::string;
new              5134 third_party/protobuf/src/google/protobuf/descriptor.pb.h     experimental_map_key_ = new ::std::string;
new              5141 third_party/protobuf/src/google/protobuf/descriptor.pb.h     experimental_map_key_ = new ::std::string;
new              5148 third_party/protobuf/src/google/protobuf/descriptor.pb.h     experimental_map_key_ = new ::std::string;
new              5155 third_party/protobuf/src/google/protobuf/descriptor.pb.h     experimental_map_key_ = new ::std::string;
new              5393 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_part_ = new ::std::string;
new              5400 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_part_ = new ::std::string;
new              5407 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_part_ = new ::std::string;
new              5414 third_party/protobuf/src/google/protobuf/descriptor.pb.h     name_part_ = new ::std::string;
new              5514 third_party/protobuf/src/google/protobuf/descriptor.pb.h     identifier_value_ = new ::std::string;
new              5521 third_party/protobuf/src/google/protobuf/descriptor.pb.h     identifier_value_ = new ::std::string;
new              5528 third_party/protobuf/src/google/protobuf/descriptor.pb.h     identifier_value_ = new ::std::string;
new              5535 third_party/protobuf/src/google/protobuf/descriptor.pb.h     identifier_value_ = new ::std::string;
new              5650 third_party/protobuf/src/google/protobuf/descriptor.pb.h     string_value_ = new ::std::string;
new              5657 third_party/protobuf/src/google/protobuf/descriptor.pb.h     string_value_ = new ::std::string;
new              5664 third_party/protobuf/src/google/protobuf/descriptor.pb.h     string_value_ = new ::std::string;
new              5671 third_party/protobuf/src/google/protobuf/descriptor.pb.h     string_value_ = new ::std::string;
new              5720 third_party/protobuf/src/google/protobuf/descriptor.pb.h     aggregate_value_ = new ::std::string;
new              5727 third_party/protobuf/src/google/protobuf/descriptor.pb.h     aggregate_value_ = new ::std::string;
new              5734 third_party/protobuf/src/google/protobuf/descriptor.pb.h     aggregate_value_ = new ::std::string;
new              5741 third_party/protobuf/src/google/protobuf/descriptor.pb.h     aggregate_value_ = new ::std::string;
new              5844 third_party/protobuf/src/google/protobuf/descriptor.pb.h     leading_comments_ = new ::std::string;
new              5851 third_party/protobuf/src/google/protobuf/descriptor.pb.h     leading_comments_ = new ::std::string;
new              5858 third_party/protobuf/src/google/protobuf/descriptor.pb.h     leading_comments_ = new ::std::string;
new              5865 third_party/protobuf/src/google/protobuf/descriptor.pb.h     leading_comments_ = new ::std::string;
new              5914 third_party/protobuf/src/google/protobuf/descriptor.pb.h     trailing_comments_ = new ::std::string;
new              5921 third_party/protobuf/src/google/protobuf/descriptor.pb.h     trailing_comments_ = new ::std::string;
new              5928 third_party/protobuf/src/google/protobuf/descriptor.pb.h     trailing_comments_ = new ::std::string;
new              5935 third_party/protobuf/src/google/protobuf/descriptor.pb.h     trailing_comments_ = new ::std::string;
new               335 third_party/protobuf/src/google/protobuf/repeated_field.h   static GenericType* New() { return new GenericType; }
new               755 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_ = new Element[total_size_];
new              1018 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure0(function, true);
new              1023 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure0(function, false);
new              1029 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure0<Class>(object, method, true);
new              1035 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure0<Class>(object, method, false);
new              1042 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure1<Arg1>(function, true, arg1);
new              1049 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure1<Arg1>(function, false, arg1);
new              1056 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure1<Class, Arg1>(object, method, true, arg1);
new              1063 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure1<Class, Arg1>(object, method, false, arg1);
new              1070 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure2<Arg1, Arg2>(
new              1078 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::FunctionClosure2<Arg1, Arg2>(
new              1086 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure2<Class, Arg1, Arg2>(
new              1095 third_party/protobuf/src/google/protobuf/stubs/common.h   return new internal::MethodClosure2<Class, Arg1, Arg2>(
new               494 third_party/re2/re2/regexp.h       submany_ = new Regexp*[n];
new               133 third_party/re2/re2/walker-inl.h   stack_ = new stack<WalkState<T> >;
new               189 third_party/re2/re2/walker-inl.h           s->child_args = new T[re->nsub_];
new                35 third_party/re2/util/benchmark.h 	::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))
new                39 third_party/re2/util/benchmark.h 	(new ::testing::Benchmark(#f, f, lo, hi))
new               273 third_party/re2/util/sparse_array.h     int* a = new int[new_max_size];
new               421 third_party/re2/util/sparse_array.h   sparse_to_dense_ = new int[max_size];
new                62 third_party/re2/util/sparse_set.h     sparse_to_dense_ = new int[max_size];
new                63 third_party/re2/util/sparse_set.h     dense_ = new int[max_size];
new                96 third_party/re2/util/sparse_set.h       int* a = new int[new_max_size];
new               107 third_party/re2/util/sparse_set.h       a = new int[new_max_size];
new              3630 third_party/sqlite/src/ext/fts2/fts2.c   DataBuffer left, right, new;
new              3651 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferInit(&new, 0);
new              3653 third_party/sqlite/src/ext/fts2/fts2.c                             i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS, &new);
new              3657 third_party/sqlite/src/ext/fts2/fts2.c       dataBufferDestroy(&new);
new              3660 third_party/sqlite/src/ext/fts2/fts2.c     left = new;
new              3853 third_party/sqlite/src/ext/fts2/fts2.c   DataBuffer left, right, or, new;
new              3907 third_party/sqlite/src/ext/fts2/fts2.c       dataBufferInit(&new, 0);
new              3908 third_party/sqlite/src/ext/fts2/fts2.c       rc = docListOrMerge(right.pData, right.nData, or.pData, or.nData, &new);
new              3914 third_party/sqlite/src/ext/fts2/fts2.c         dataBufferDestroy(&new);
new              3917 third_party/sqlite/src/ext/fts2/fts2.c       right = new;
new              3922 third_party/sqlite/src/ext/fts2/fts2.c       dataBufferInit(&new, 0);
new              3924 third_party/sqlite/src/ext/fts2/fts2.c                            right.pData, right.nData, &new);
new              3929 third_party/sqlite/src/ext/fts2/fts2.c         dataBufferDestroy(&new);
new              3932 third_party/sqlite/src/ext/fts2/fts2.c       left = new;
new              3950 third_party/sqlite/src/ext/fts2/fts2.c     dataBufferInit(&new, 0);
new              3952 third_party/sqlite/src/ext/fts2/fts2.c                             right.pData, right.nData, &new);
new              3957 third_party/sqlite/src/ext/fts2/fts2.c       dataBufferDestroy(&new);
new              3960 third_party/sqlite/src/ext/fts2/fts2.c     left = new;
new                91 third_party/talloc/libreplace/inet_pton.c 			unsigned int new = *tp * 10 + (pch - digits);
new                93 third_party/talloc/libreplace/inet_pton.c 			if (new > 255)
new                95 third_party/talloc/libreplace/inet_pton.c 			*tp = new;
new                89 third_party/tcmalloc/chromium/src/base/stl_allocator.h   void construct(pointer p, const T& val) { ::new(p) T(val); }
new                90 third_party/tcmalloc/chromium/src/base/stl_allocator.h   void construct(pointer p) { ::new(p) T(); }
new                67 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h void* operator new[](size_t size) throw (STD_BAD_ALLOC)
new                71 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h void* operator new(size_t size, const std::nothrow_t& nt) __THROW
new                73 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h void* operator new[](size_t size, const std::nothrow_t& nt) __THROW
new               160 third_party/tcmalloc/chromium/src/libc_override_osx.h   char* buffer = new char[bufsize];
new                54 third_party/tcmalloc/chromium/src/libc_override_redefine.h void* operator new[](size_t size)                { return tc_newarray(size);  }
new                59 third_party/tcmalloc/chromium/src/libc_override_redefine.h void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
new                97 third_party/tcmalloc/chromium/src/windows/auto_testing_hook.h     return new AutoTestingHookImpl<T>(target_function,
new                89 third_party/tcmalloc/vendor/src/base/stl_allocator.h   void construct(pointer p, const T& val) { ::new(p) T(val); }
new                90 third_party/tcmalloc/vendor/src/base/stl_allocator.h   void construct(pointer p) { ::new(p) T(); }
new                60 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h void* operator new[](size_t size) throw (std::bad_alloc)
new                64 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h void* operator new(size_t size, const std::nothrow_t& nt) __THROW
new                66 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h void* operator new[](size_t size, const std::nothrow_t& nt) __THROW
new               160 third_party/tcmalloc/vendor/src/libc_override_osx.h   char* buffer = new char[bufsize];
new                54 third_party/tcmalloc/vendor/src/libc_override_redefine.h void* operator new[](size_t size)                { return tc_newarray(size);  }
new                59 third_party/tcmalloc/vendor/src/libc_override_redefine.h void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
new                97 third_party/tcmalloc/vendor/src/windows/auto_testing_hook.h     return new AutoTestingHookImpl<T>(target_function,
new              1210 third_party/wtl/include/atlapp.h 		ATLTRY(m_pMsgLoopMap = new _mapClass);
new              1295 third_party/wtl/include/atlapp.h 			ATLTRY(m_pSettingChangeNotify = new _notifyClass);
new              2910 third_party/wtl/include/atlctrls.h 			ATLTRY(lpstrText = new TCHAR[nLen]);
new              4054 third_party/wtl/include/atlctrls.h 			ATLTRY(lpstrText = new TCHAR[nLen]);
new              8845 third_party/wtl/include/atlctrls.h 			ATLTRY(lpstrText = new TCHAR[nLen]);
new               996 third_party/wtl/include/atlctrlw.h 			ATLTRY(s_pmapMsgHook = new CMsgHookMap);
new              1006 third_party/wtl/include/atlctrlw.h 				ATLTRY(pData = new _MsgHookData);
new              1306 third_party/wtl/include/atlctrlw.h 					ATLTRY(pMI = new _MenuItemData);
new              1324 third_party/wtl/include/atlctrlw.h 						ATLTRY(pMI->lpstrText = new TCHAR[cchLen]);
new               200 third_party/wtl/include/atlctrlx.h 		ATLTRY(m_lpstrToolTipText = new TCHAR[cchLen]);
new               856 third_party/wtl/include/atlctrlx.h 		ATLTRY(m_lpstrLabel = new TCHAR[cchLen]);
new               888 third_party/wtl/include/atlctrlx.h 		ATLTRY(m_lpstrHyperLink = new TCHAR[cchLen]);
new              1923 third_party/wtl/include/atlctrlx.h 		ATLTRY(m_pPane = new int[nPanes]);
new              2975 third_party/wtl/include/atlctrlx.h 		ATLTRY(pParam = new LVCompareParam[nCount]);
new              2996 third_party/wtl/include/atlctrlx.h 					pParam[i].pszValue = new TCHAR[pT->m_cchCmpTextMax];
new              3843 third_party/wtl/include/atlctrlx.h 		ATLTRY(m_lpstrTitleBarBase = new TCHAR[cchLen]);
new              3887 third_party/wtl/include/atlctrlx.h 		ATLTRY(lpstrBuff = new TCHAR[cchBuff]);
new              3989 third_party/wtl/include/atlctrlx.h 		ATLTRY(lpstrBuff = new TCHAR[cchBuff]);
new               724 third_party/wtl/include/atldlgs.h 			ATLTRY(lpstrBuff = new TCHAR[dwLength]);
new               211 third_party/wtl/include/atlfind.h 		TFindReplaceDialog* findReplaceDialog = new TFindReplaceDialog();
new               747 third_party/wtl/include/atlfind.h 					pThisNoConst->m_pShadowBuffer = new TCHAR[nSize];
new              2400 third_party/wtl/include/atlframe.h 					ATLTRY(pUIData->m_lpstrText = new TCHAR[nStrLen + 1]);
new              2775 third_party/wtl/include/atlframe.h 		ATLTRY(m_pUIData = new _AtlUpdateUIData[nCount]);
new              3451 third_party/wtl/include/atlgdi.h 		ATLTRY(m_pBits = new BYTE[nBytes]);
new              3463 third_party/wtl/include/atlgdi.h 		ATLTRY(m_pDesc = new TCHAR[nLen]);
new              2274 third_party/wtl/include/atlmisc.h 			ATLTRY(pData = (CStringData*)new BYTE[sizeof(CStringData) + (nLen + 1) * sizeof(TCHAR)]);
new              3831 third_party/wtl/include/atlmisc.h 		ATLTRY(lpstrText = new TCHAR[nLen]);
new               117 third_party/wtl/include/atlprint.h 			ATLTRY(pb = new BYTE[dw]);
new               576 third_party/wtl/include/atltheme.h 		ATLTRY(m_lpstrThemeClassList = new WCHAR[cchLen]);
new                52 third_party/wtl/include/atluser.h 			ATLTRY(lpstrMessage = new TCHAR[nLen]);
new                73 third_party/wtl/include/atluser.h 			ATLTRY(lpstrTitle = new TCHAR[nLen]);
new                14 tools/clang/blink_gc_plugin/JsonWriter.h     return os ? new JsonWriter(os) : 0;
new                75 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t) = delete;        \
new                76 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t, void*) = delete;
new                81 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t) = delete;                    \
new                82 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t, void*) = delete;
new                86 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t, void*);    \
new                88 tools/clang/blink_gc_plugin/tests/heap/stubs.h     void* operator new(size_t) = delete;
new                40 tools/json_schema_compiler/util.h   scoped_ptr<T> obj(new T());
new                84 tools/json_schema_compiler/util.h   out->reset(new std::vector<T>());
new               163 tools/json_schema_compiler/util.h   base::ListValue* list = new base::ListValue();
new               154 tools/memory_watcher/call_stack.h   void* operator new(size_t s);
new                49 tools/memory_watcher/memory_hook.h     new (reinterpret_cast<T*>(p))T(val);
new               372 ui/accessibility/ax_tree_serializer.h     client_root_ = new ClientTreeNode();
new               446 ui/accessibility/ax_tree_serializer.h       ClientTreeNode* new_child = new ClientTreeNode();
new               197 url/third_party/mozilla/url_parse.h       inner_parsed_ = new Parsed(inner_parsed);
new               158 url/url_canon.h     T* new_buf = new T[sz];
new               278 webkit/browser/appcache/appcache_storage.h     return new DelegateReference(delegate, this);
new               287 webkit/browser/appcache/appcache_storage.h     return new ResponseInfoLoadTask(manifest_url, group_id, response_id, this);
new                22 webkit/browser/appcache/mock_appcache_service.h     storage_.reset(new MockAppCacheStorage(this));
new               117 webkit/browser/appcache/mock_appcache_storage.h       disk_cache_.reset(new AppCacheDiskCache);