pool              115 base/i18n/streaming_utf8_validator_unittest.cc   scoped_refptr<base::SequencedWorkerPool> pool =
pool              120 base/i18n/streaming_utf8_validator_unittest.cc     pool->PostWorkerTask(
pool               92 base/lazy_instance_unittest.cc     base::DelegateSimpleThreadPool pool("lazy_instance_cons", 5);
pool               93 base/lazy_instance_unittest.cc     pool.AddWork(&delegate, 20);
pool               96 base/lazy_instance_unittest.cc     pool.Start();
pool               97 base/lazy_instance_unittest.cc     pool.JoinAll();
pool               60 base/memory/shared_memory_unittest.cc     mac::ScopedNSAutoreleasePool pool;
pool              624 base/memory/shared_memory_unittest.cc     mac::ScopedNSAutoreleasePool pool;
pool               68 base/sequence_checker_unittest.cc     pool()->Shutdown();
pool               75 base/sequence_checker_unittest.cc     return pool_owner_->pool();
pool               80 base/sequence_checker_unittest.cc     pool()->PostNamedSequencedWorkerTask(
pool              161 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              174 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              179 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              249 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              277 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              305 base/sequence_checker_unittest.cc   pool()->FlushForTesting();
pool              308 base/sequence_checker_unittest.cc   second_pool_owner.pool()->PostNamedSequencedWorkerTask(
pool              313 base/sequence_checker_unittest.cc   second_pool_owner.pool()->FlushForTesting();
pool              314 base/sequence_checker_unittest.cc   second_pool_owner.pool()->Shutdown();
pool              341 base/test/launcher/test_launcher.cc     worker_pool_owner_->pool()->Shutdown();
pool              408 base/test/launcher/test_launcher.cc   worker_pool_owner_->pool()->PostWorkerTask(
pool               36 base/test/sequenced_worker_pool_owner.h   const scoped_refptr<SequencedWorkerPool>& pool();
pool             4672 base/third_party/valgrind/valgrind.h #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed)             \
pool             4676 base/third_party/valgrind/valgrind.h                                pool, rzB, is_zeroed, 0, 0);       \
pool             4680 base/third_party/valgrind/valgrind.h #define VALGRIND_DESTROY_MEMPOOL(pool)                            \
pool             4684 base/third_party/valgrind/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool             4688 base/third_party/valgrind/valgrind.h #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size)                  \
pool             4692 base/third_party/valgrind/valgrind.h                                pool, addr, size, 0, 0);           \
pool             4696 base/third_party/valgrind/valgrind.h #define VALGRIND_MEMPOOL_FREE(pool, addr)                         \
pool             4700 base/third_party/valgrind/valgrind.h                                pool, addr, 0, 0, 0);              \
pool             4704 base/third_party/valgrind/valgrind.h #define VALGRIND_MEMPOOL_TRIM(pool, addr, size)                   \
pool             4708 base/third_party/valgrind/valgrind.h                                pool, addr, size, 0, 0);           \
pool             4720 base/third_party/valgrind/valgrind.h #define VALGRIND_MEMPOOL_CHANGE(pool, addrA, addrB, size)         \
pool             4724 base/third_party/valgrind/valgrind.h                                pool, addrA, addrB, size, 0);      \
pool             4728 base/third_party/valgrind/valgrind.h #define VALGRIND_MEMPOOL_EXISTS(pool)                             \
pool             4733 base/third_party/valgrind/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool               95 base/threading/sequenced_worker_pool.cc       const scoped_refptr<SequencedWorkerPool>& pool,
pool              115 base/threading/sequenced_worker_pool.cc     const scoped_refptr<SequencedWorkerPool>& pool,
pool              117 base/threading/sequenced_worker_pool.cc     : pool_(pool),
pool              147 base/threading/sequenced_worker_pool.cc       const scoped_refptr<SequencedWorkerPool>& pool,
pool              176 base/threading/sequenced_worker_pool.cc     const scoped_refptr<SequencedWorkerPool>& pool,
pool              179 base/threading/sequenced_worker_pool.cc     : pool_(pool),
pool              216 base/threading/sequenced_worker_pool.cc                       void* pool) {
pool              218 base/threading/sequenced_worker_pool.cc          static_cast<uint64>(reinterpret_cast<intptr_t>(pool));
pool              103 base/threading/sequenced_worker_pool_unittest.cc         int id, SequencedWorkerPool* pool,
pool              107 base/threading/sequenced_worker_pool_unittest.cc               pool->PostWorkerTaskWithShutdownBehavior(
pool              111 base/threading/sequenced_worker_pool_unittest.cc               pool->PostWorkerTaskWithShutdownBehavior(
pool              114 base/threading/sequenced_worker_pool_unittest.cc     pool->PostWorkerTaskWithShutdownBehavior(
pool              191 base/threading/sequenced_worker_pool_unittest.cc     pool()->Shutdown();
pool              195 base/threading/sequenced_worker_pool_unittest.cc     return pool_owner_->pool();
pool              228 base/threading/sequenced_worker_pool_unittest.cc       pool()->PostWorkerTask(FROM_HERE,
pool              282 base/threading/sequenced_worker_pool_unittest.cc void HoldPoolReference(const scoped_refptr<base::SequencedWorkerPool>& pool,
pool              290 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_TRUE(pool()->PostTask(
pool              298 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_TRUE(pool()->PostDelayedTask(
pool              301 base/threading/sequenced_worker_pool_unittest.cc                  pool(),
pool              309 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              326 base/threading/sequenced_worker_pool_unittest.cc       pool()->GetNamedSequenceToken(name1);
pool              328 base/threading/sequenced_worker_pool_unittest.cc   SequencedWorkerPool::SequenceToken token2 = pool()->GetSequenceToken();
pool              332 base/threading/sequenced_worker_pool_unittest.cc       pool()->GetNamedSequenceToken(name3);
pool              341 base/threading/sequenced_worker_pool_unittest.cc       pool()->GetNamedSequenceToken(name1);
pool              345 base/threading/sequenced_worker_pool_unittest.cc       pool()->GetNamedSequenceToken(name3);
pool              352 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTask(FROM_HERE,
pool              357 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTask(FROM_HERE,
pool              374 base/threading/sequenced_worker_pool_unittest.cc   pool1.pool()->PostWorkerTask(FROM_HERE, slow_task);
pool              375 base/threading/sequenced_worker_pool_unittest.cc   pool2.pool()->PostWorkerTask(FROM_HERE, slow_task);
pool              381 base/threading/sequenced_worker_pool_unittest.cc     pool1.pool()->PostWorkerTask(FROM_HERE, fast_task);
pool              382 base/threading/sequenced_worker_pool_unittest.cc     pool2.pool()->PostWorkerTask(FROM_HERE, fast_task);
pool              389 base/threading/sequenced_worker_pool_unittest.cc   pool2.pool()->Shutdown();
pool              390 base/threading/sequenced_worker_pool_unittest.cc   pool1.pool()->Shutdown();
pool              400 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTask(FROM_HERE,
pool              411 base/threading/sequenced_worker_pool_unittest.cc   SequencedWorkerPool::SequenceToken token1 = pool()->GetSequenceToken();
pool              412 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              415 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              422 base/threading/sequenced_worker_pool_unittest.cc   SequencedWorkerPool::SequenceToken token2 = pool()->GetSequenceToken();
pool              423 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              426 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              461 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTask(FROM_HERE,
pool              474 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown(kMaxNewBlockingTasksAfterShutdown);
pool              489 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->PostWorkerTaskWithShutdownBehavior(
pool              493 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->PostWorkerTaskWithShutdownBehavior(
pool              497 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->PostWorkerTaskWithShutdownBehavior(
pool              514 base/threading/sequenced_worker_pool_unittest.cc     EXPECT_TRUE(pool()->PostWorkerTask(
pool              525 base/threading/sequenced_worker_pool_unittest.cc     EXPECT_TRUE(pool()->PostWorkerTaskWithShutdownBehavior(
pool              527 base/threading/sequenced_worker_pool_unittest.cc         base::Bind(&TestTracker::PostAdditionalTasks, tracker(), i, pool(),
pool              540 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown(kNumNewBlockingTasksToAllow);
pool              557 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTask(FROM_HERE,
pool              564 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTaskWithShutdownBehavior(
pool              568 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTaskWithShutdownBehavior(
pool              572 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTaskWithShutdownBehavior(
pool              582 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              599 base/threading/sequenced_worker_pool_unittest.cc   scoped_refptr<TaskRunner> runner(pool()->GetTaskRunnerWithShutdownBehavior(
pool              602 base/threading/sequenced_worker_pool_unittest.cc       pool()->GetSequencedTaskRunnerWithShutdownBehavior(
pool              603 base/threading/sequenced_worker_pool_unittest.cc           pool()->GetSequenceToken(),
pool              607 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTaskWithShutdownBehavior(
pool              624 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              630 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->PostWorkerTaskWithShutdownBehavior(
pool              654 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTaskWithShutdownBehavior(
pool              663 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTaskWithShutdownBehavior(
pool              680 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              702 base/threading/sequenced_worker_pool_unittest.cc   pool()->SignalHasWorkForTesting();
pool              711 base/threading/sequenced_worker_pool_unittest.cc     SequencedWorkerPool* pool,
pool              713 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_TRUE(pool->RunsTasksOnCurrentThread());
pool              714 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_TRUE(pool->IsRunningSequenceOnCurrentThread(test_positive_token));
pool              715 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool->IsRunningSequenceOnCurrentThread(test_negative_token));
pool              725 base/threading/sequenced_worker_pool_unittest.cc   SequencedWorkerPool::SequenceToken token1 = pool()->GetSequenceToken();
pool              726 base/threading/sequenced_worker_pool_unittest.cc   SequencedWorkerPool::SequenceToken token2 = pool()->GetSequenceToken();
pool              732 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->RunsTasksOnCurrentThread());
pool              733 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->IsRunningSequenceOnCurrentThread(token1));
pool              734 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->IsRunningSequenceOnCurrentThread(token2));
pool              735 base/threading/sequenced_worker_pool_unittest.cc   EXPECT_FALSE(pool()->IsRunningSequenceOnCurrentThread(unsequenced_token));
pool              742 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              745 base/threading/sequenced_worker_pool_unittest.cc                  token1, token2, pool(), unused_pool));
pool              746 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostSequencedWorkerTask(
pool              749 base/threading/sequenced_worker_pool_unittest.cc                  token2, unsequenced_token, pool(), unused_pool));
pool              750 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTask(
pool              753 base/threading/sequenced_worker_pool_unittest.cc                  unsequenced_token, token1, pool(), unused_pool));
pool              754 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              761 base/threading/sequenced_worker_pool_unittest.cc   pool()->FlushForTesting();
pool              765 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostDelayedWorkerTask(
pool              769 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTask(FROM_HERE,
pool              773 base/threading/sequenced_worker_pool_unittest.cc     pool()->PostWorkerTask(FROM_HERE,
pool              776 base/threading/sequenced_worker_pool_unittest.cc   pool()->PostWorkerTask(
pool              778 base/threading/sequenced_worker_pool_unittest.cc       base::Bind(&TestTracker::PostAdditionalTasks, tracker(), 0, pool(),
pool              785 base/threading/sequenced_worker_pool_unittest.cc   pool()->FlushForTesting();
pool              791 base/threading/sequenced_worker_pool_unittest.cc   pool()->FlushForTesting();
pool              792 base/threading/sequenced_worker_pool_unittest.cc   pool()->FlushForTesting();
pool              795 base/threading/sequenced_worker_pool_unittest.cc   pool()->Shutdown();
pool              796 base/threading/sequenced_worker_pool_unittest.cc   pool()->FlushForTesting();
pool              801 base/threading/sequenced_worker_pool_unittest.cc   scoped_refptr<SequencedWorkerPool> pool(new SequencedWorkerPool(3, "Pool"));
pool              803 base/threading/sequenced_worker_pool_unittest.cc       pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool              804 base/threading/sequenced_worker_pool_unittest.cc           pool->GetSequenceToken(),
pool              808 base/threading/sequenced_worker_pool_unittest.cc   pool->Shutdown();
pool              823 base/threading/sequenced_worker_pool_unittest.cc     return pool_owner_->pool();
pool              829 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->FlushForTesting();
pool              830 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->Shutdown();
pool              854 base/threading/sequenced_worker_pool_unittest.cc     task_runner_ = pool_owner_->pool()->GetTaskRunnerWithShutdownBehavior(
pool              865 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->FlushForTesting();
pool              866 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->Shutdown();
pool              891 base/threading/sequenced_worker_pool_unittest.cc     task_runner_ = pool_owner_->pool()->GetSequencedTaskRunner(
pool              892 base/threading/sequenced_worker_pool_unittest.cc         pool_owner_->pool()->GetSequenceToken());
pool              902 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->FlushForTesting();
pool              903 base/threading/sequenced_worker_pool_unittest.cc     pool_owner_->pool()->Shutdown();
pool              141 base/threading/simple_thread_unittest.cc   DelegateSimpleThreadPool pool("seq_runner", 10);
pool              144 base/threading/simple_thread_unittest.cc   pool.AddWork(&runner, 300);
pool              147 base/threading/simple_thread_unittest.cc   pool.Start();
pool              150 base/threading/simple_thread_unittest.cc   pool.AddWork(&runner, 300);
pool              152 base/threading/simple_thread_unittest.cc   pool.JoinAll();
pool              162 base/threading/simple_thread_unittest.cc   pool.Start();
pool              164 base/threading/simple_thread_unittest.cc   pool.AddWork(&verifier, 10);
pool              166 base/threading/simple_thread_unittest.cc   pool.JoinAll();
pool               70 base/threading/worker_pool_posix.cc                base::PosixDynamicThreadPool* pool)
pool               72 base/threading/worker_pool_posix.cc         pool_(pool) {}
pool               22 base/threading/worker_pool_posix_unittest.cc   explicit PosixDynamicThreadPoolPeer(PosixDynamicThreadPool* pool)
pool               23 base/threading/worker_pool_posix_unittest.cc       : pool_(pool) {}
pool             2581 chrome/browser/chrome_content_browser_client.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool             2584 chrome/browser/chrome_content_browser_client.cc       pool->GetSequencedTaskRunner(pool->GetNamedSequenceToken(
pool              103 chrome/browser/chromeos/app_mode/kiosk_app_data.cc     base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool              104 chrome/browser/chromeos/app_mode/kiosk_app_data.cc     base::SequencedWorkerPool::SequenceToken token = pool->GetSequenceToken();
pool              105 chrome/browser/chromeos/app_mode/kiosk_app_data.cc     task_runner_ = pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool               56 chrome/browser/chromeos/drive/file_system/operation_test_base.cc   scoped_refptr<base::SequencedWorkerPool> pool =
pool               59 chrome/browser/chromeos/drive/file_system/operation_test_base.cc       pool->GetSequencedTaskRunner(pool->GetSequenceToken());
pool               67 chrome/browser/chromeos/extensions/external_cache_unittest.cc     background_task_runner_ = pool_owner_->pool()->GetSequencedTaskRunner(
pool               68 chrome/browser/chromeos/extensions/external_cache_unittest.cc         pool_owner_->pool()->GetNamedSequenceToken("background"));
pool               72 chrome/browser/chromeos/extensions/external_cache_unittest.cc     pool_owner_->pool()->Shutdown();
pool              132 chrome/browser/chromeos/extensions/external_cache_unittest.cc     pool_owner_->pool()->FlushForTesting();
pool               55 chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool               56 chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc   CHECK(pool);
pool               57 chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc   return pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool               58 chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc       pool->GetSequenceToken(), base::SequencedWorkerPool::SKIP_ON_SHUTDOWN);
pool              154 chrome/browser/chromeos/settings/session_manager_operation.cc   base::SequencedWorkerPool* pool =
pool              157 chrome/browser/chromeos/settings/session_manager_operation.cc       pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool              158 chrome/browser/chromeos/settings/session_manager_operation.cc           pool->GetSequenceToken(),
pool               78 chrome/browser/chromeos/system/input_device_settings.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool               80 chrome/browser/chromeos/system/input_device_settings.cc       pool->GetTaskRunnerWithShutdownBehavior(
pool              132 chrome/browser/chromeos/system/input_device_settings.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              134 chrome/browser/chromeos/system/input_device_settings.cc       pool->GetTaskRunnerWithShutdownBehavior(
pool               14 chrome/browser/extensions/api/system_info/system_info_provider.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool               15 chrome/browser/extensions/api/system_info/system_info_provider.cc   worker_pool_ = pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool               16 chrome/browser/extensions/api/system_info/system_info_provider.cc       pool->GetSequenceToken(),
pool               43 chrome/browser/extensions/updater/local_extension_cache_unittest.cc     background_task_runner_ = pool_owner_->pool()->GetSequencedTaskRunner(
pool               44 chrome/browser/extensions/updater/local_extension_cache_unittest.cc         pool_owner_->pool()->GetNamedSequenceToken("background"));
pool               48 chrome/browser/extensions/updater/local_extension_cache_unittest.cc     pool_owner_->pool()->Shutdown();
pool               97 chrome/browser/extensions/updater/local_extension_cache_unittest.cc       pool_owner_->pool()->FlushForTesting();
pool               34 chrome/browser/feedback/feedback_uploader.cc                                    base::SequencedWorkerPool* pool)
pool               38 chrome/browser/feedback/feedback_uploader.cc       pool_(pool) {
pool               30 chrome/browser/feedback/feedback_uploader.h                             base::SequencedWorkerPool* pool);
pool              148 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              150 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc       pool->GetNamedSequenceToken(kMediaTaskRunnerName);
pool              151 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   return pool->IsRunningSequenceOnCurrentThread(media_sequence_token);
pool              157 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              159 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc       pool->GetNamedSequenceToken(kMediaTaskRunnerName);
pool              160 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   return pool->GetSequencedTaskRunner(media_sequence_token);
pool              324 chrome/browser/media_galleries/media_folder_finder.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool              325 chrome/browser/media_galleries/media_folder_finder.cc   worker_task_runner_ = pool->GetSequencedTaskRunner(pool->GetSequenceToken());
pool               22 chrome/browser/performance_monitor/performance_monitor_util.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool               24 chrome/browser/performance_monitor/performance_monitor_util.cc       pool->GetNamedSequenceToken(Database::kDatabaseSequenceToken);
pool               25 chrome/browser/performance_monitor/performance_monitor_util.cc   return pool->GetSequencedTaskRunner(token)->PostTaskAndReply(
pool              442 chrome/browser/profiles/profile_io_data.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool              444 chrome/browser/profiles/profile_io_data.cc       pool->GetSequencedTaskRunner(pool->GetSequenceToken());
pool              301 chrome/browser/sessions/base_session_service.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              302 chrome/browser/sessions/base_session_service.cc   if (!pool->IsShutdownInProgress()) {
pool              303 chrome/browser/sessions/base_session_service.cc     return pool->PostSequencedWorkerTask(sequence_token_,
pool               28 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool               29 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc   file_task_runner_ = pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool               30 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc       pool->GetNamedSequenceToken(token),
pool               18 components/autofill/core/browser/test_autofill_driver.cc   blocking_pool_owner_->pool()->Shutdown();
pool               30 components/autofill/core/browser/test_autofill_driver.cc   return blocking_pool_owner_->pool().get();
pool              494 components/storage_monitor/portable_device_watcher_win.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              495 components/storage_monitor/portable_device_watcher_win.cc   media_task_runner_ = pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool              496 components/storage_monitor/portable_device_watcher_win.cc       pool->GetNamedSequenceToken(kMediaTaskRunnerName),
pool               57 content/browser/fileapi/browser_file_system_helper.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool               59 content/browser/fileapi/browser_file_system_helper.cc       pool->GetSequencedTaskRunnerWithShutdownBehavior(
pool               60 content/browser/fileapi/browser_file_system_helper.cc           pool->GetNamedSequenceToken("FileAPI"),
pool              273 content/browser/media/android/media_resource_getter_impl.cc   base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
pool              274 content/browser/media/android/media_resource_getter_impl.cc   pool->PostWorkerTask(
pool              371 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     PoolBuffer(const scoped_refptr<VideoCaptureBufferPool>& pool,
pool              375 content/browser/media/capture/web_contents_video_capture_device_unittest.cc         : Buffer(buffer_id, data, size), pool_(pool) {}
pool               47 content/browser/media/webrtc_identity_store_unittest.cc     webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool());
pool               51 content/browser/media/webrtc_identity_store_unittest.cc     pool_owner_->pool()->Shutdown();
pool               61 content/browser/media/webrtc_identity_store_unittest.cc     pool_owner_->pool()->FlushForTesting();
pool               83 content/browser/media/webrtc_identity_store_unittest.cc     webrtc_identity_store_->SetTaskRunnerForTesting(pool_owner_->pool());
pool               55 content/browser/net/sqlite_persistent_cookie_store_perftest.cc     return pool_owner_->pool()->GetSequencedTaskRunner(
pool               56 content/browser/net/sqlite_persistent_cookie_store_perftest.cc         pool_owner_->pool()->GetNamedSequenceToken("background"));
pool               60 content/browser/net/sqlite_persistent_cookie_store_perftest.cc     return pool_owner_->pool()->GetSequencedTaskRunner(
pool               61 content/browser/net/sqlite_persistent_cookie_store_perftest.cc         pool_owner_->pool()->GetNamedSequenceToken("client"));
pool               93 content/browser/net/sqlite_persistent_cookie_store_perftest.cc     pool_owner_->pool()->Shutdown();
pool              106 content/browser/net/sqlite_persistent_cookie_store_perftest.cc     pool_owner_->pool()->Shutdown();
pool              109 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     return pool_owner_->pool()->GetSequencedTaskRunner(
pool              110 content/browser/net/sqlite_persistent_cookie_store_unittest.cc         pool_owner_->pool()->GetNamedSequenceToken("background"));
pool              114 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     return pool_owner_->pool()->GetSequencedTaskRunner(
pool              115 content/browser/net/sqlite_persistent_cookie_store_unittest.cc         pool_owner_->pool()->GetNamedSequenceToken("client"));
pool              122 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     pool_owner_->pool()->Shutdown();
pool              182 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     pool_owner_->pool()->Shutdown();
pool               23 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc     Buffer(const scoped_refptr<VideoCaptureBufferPool> pool,
pool               27 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc         : pool_(pool), id_(id), data_(data), size_(size) {}
pool               45 content/browser/renderer_host/media/video_capture_controller.cc   PoolBuffer(const scoped_refptr<VideoCaptureBufferPool>& pool,
pool               49 content/browser/renderer_host/media/video_capture_controller.cc       : Buffer(buffer_id, data, size), pool_(pool) {
pool               52 content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool               53 content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc   return pool->GetSequencedTaskRunner(
pool               54 content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc       pool->GetNamedSequenceToken(kFontListSequenceToken));
pool               58 content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc   base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
pool               59 content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc   return pool->GetSequencedTaskRunner(
pool               60 content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc       pool->GetNamedSequenceToken(kFontListSequenceToken));
pool              318 content/common/gpu/client/gl_helper_benchmark.cc   base::mac::ScopedNSAutoreleasePool pool;
pool             1672 content/common/gpu/client/gl_helper_unittest.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               63 content/common/gpu/gpu_command_buffer_stub.cc       gpu::gles2::MemoryTracker::Pool pool) OVERRIDE {
pool               65 content/common/gpu/gpu_command_buffer_stub.cc         old_size, new_size, pool);
pool              130 content/public/test/content_browser_test.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              137 content/public/test/content_browser_test.cc   pool.Recycle();
pool              146 content/public/test/content_browser_test.cc   pool.Recycle();
pool              126 content/renderer/renderer_main.cc   base::mac::ScopedNSAutoreleasePool* pool = parameters.autorelease_pool;
pool              248 content/renderer/renderer_main.cc       if (pool)
pool              249 content/renderer/renderer_main.cc         pool->Recycle();
pool              111 gpu/command_buffer/service/buffer_manager_unittest.cc #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool)   \
pool              113 gpu/command_buffer/service/buffer_manager_unittest.cc               TrackMemoryAllocatedChange(old_size, new_size, pool)) \
pool             7975 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->pool() == GL_TEXTURE_POOL_UNMANAGED_CHROMIUM);
pool             7993 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->pool() == GL_TEXTURE_POOL_MANAGED_CHROMIUM);
pool             8314 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       size_t old_size, size_t new_size, Pool pool) {
pool             8315 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     PoolInfo& info = pool_infos_[pool];
pool             8319 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   size_t GetPoolSize(Pool pool) {
pool             8320 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     const PoolInfo& info = pool_infos_[pool];
pool               28 gpu/command_buffer/service/memory_tracking.h                                            Pool pool) = 0;
pool               47 gpu/command_buffer/service/memory_tracking.h   MemoryTypeTracker(MemoryTracker* memory_tracker, MemoryTracker::Pool pool)
pool               49 gpu/command_buffer/service/memory_tracking.h       pool_(pool),
pool              132 gpu/command_buffer/service/mocks.h       size_t old_size, size_t new_size, Pool pool));
pool               64 gpu/command_buffer/service/renderbuffer_manager_unittest.cc #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool)   \
pool               66 gpu/command_buffer/service/renderbuffer_manager_unittest.cc               TrackMemoryAllocatedChange(old_size, new_size, pool)) \
pool               64 gpu/command_buffer/service/texture_manager.h   GLenum pool() const {
pool              424 gpu/command_buffer/service/texture_manager_unittest.cc #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool)   \
pool              426 gpu/command_buffer/service/texture_manager_unittest.cc               TrackMemoryAllocatedChange(old_size, new_size, pool)) \
pool             2106 gpu/command_buffer/service/texture_manager_unittest.cc                                           Pool pool)  OVERRIDE {
pool             2107 gpu/command_buffer/service/texture_manager_unittest.cc     DCHECK_LT(static_cast<size_t>(pool), arraysize(current_size_));
pool             2108 gpu/command_buffer/service/texture_manager_unittest.cc     current_size_[pool] += new_size - old_size;
pool             2115 gpu/command_buffer/service/texture_manager_unittest.cc   size_t GetSize(Pool pool) {
pool             2116 gpu/command_buffer/service/texture_manager_unittest.cc     DCHECK_LT(static_cast<size_t>(pool), arraysize(current_size_));
pool             2117 gpu/command_buffer/service/texture_manager_unittest.cc     return current_size_[pool];
pool               33 gpu/command_buffer/tests/gl_tests_main.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               86 gpu/gles2_conform_support/gles2_conform_test.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               31 gpu/gles2_conform_support/native/main.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               36 mojo/services/gles2/command_buffer_impl.cc                                           gpu::gles2::MemoryTracker::Pool pool)
pool               42 native_client_sdk/src/libraries/xray/stringpool.c static int XRayStringPoolCurrentNodeSpaceAvail(struct XRayStringPool* pool) {
pool               43 native_client_sdk/src/libraries/xray/stringpool.c   int i = pool->index;
pool               49 native_client_sdk/src/libraries/xray/stringpool.c char* XRayStringPoolAppend(struct XRayStringPool* pool, const char* src) {
pool               53 native_client_sdk/src/libraries/xray/stringpool.c   int a = XRayStringPoolCurrentNodeSpaceAvail(pool);
pool               60 native_client_sdk/src/libraries/xray/stringpool.c     pool->current->next = XRayStringPoolAllocNode();
pool               61 native_client_sdk/src/libraries/xray/stringpool.c     pool->current = pool->current->next;
pool               62 native_client_sdk/src/libraries/xray/stringpool.c     pool->index = 0;
pool               65 native_client_sdk/src/libraries/xray/stringpool.c   dst = &pool->current->strings[pool->index];
pool               67 native_client_sdk/src/libraries/xray/stringpool.c   pool->index += n;
pool               74 native_client_sdk/src/libraries/xray/stringpool.c   struct XRayStringPool* pool;
pool               75 native_client_sdk/src/libraries/xray/stringpool.c   pool = (struct XRayStringPool*)XRayMalloc(sizeof(*pool));
pool               76 native_client_sdk/src/libraries/xray/stringpool.c   pool->head = XRayStringPoolAllocNode();
pool               77 native_client_sdk/src/libraries/xray/stringpool.c   pool->current = pool->head;
pool               78 native_client_sdk/src/libraries/xray/stringpool.c   return pool;
pool               83 native_client_sdk/src/libraries/xray/stringpool.c void XRayStringPoolFree(struct XRayStringPool* pool) {
pool               84 native_client_sdk/src/libraries/xray/stringpool.c   struct XRayStringPoolNode* n = pool->head;
pool               90 native_client_sdk/src/libraries/xray/stringpool.c   XRayFree(pool);
pool               99 native_client_sdk/src/libraries/xray/symtable.c void XRaySymbolPoolFree(struct XRaySymbolPool* pool) {
pool              100 native_client_sdk/src/libraries/xray/symtable.c   struct XRaySymbolPoolNode* n = pool->head;
pool              106 native_client_sdk/src/libraries/xray/symtable.c   XRayFree(pool);
pool               71 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT char* XRayStringPoolAppend(struct XRayStringPool* pool,
pool               74 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT void XRayStringPoolFree(struct XRayStringPool* pool);
pool               66 net/cert/ev_root_ca_metadata_unittest.cc   crypto::ScopedPLArenaPool pool(PORT_NewArena(DER_DEFAULT_CHUNKSIZE));
pool               67 net/cert/ev_root_ca_metadata_unittest.cc   if (!pool.get())
pool               70 net/cert/ev_root_ca_metadata_unittest.cc   verisign_policy = RegisterOID(pool.get(), kVerisignPolicy);
pool               71 net/cert/ev_root_ca_metadata_unittest.cc   thawte_policy = RegisterOID(pool.get(), kThawtePolicy);
pool               72 net/cert/ev_root_ca_metadata_unittest.cc   fake_policy = RegisterOID(pool.get(), kFakePolicy);
pool              174 net/dns/dns_socket_pool.cc     SocketVector& pool = pools_[server_index];
pool              175 net/dns/dns_socket_pool.cc     STLDeleteElements(&pool);
pool              182 net/dns/dns_socket_pool.cc   SocketVector& pool = pools_[server_index];
pool              185 net/dns/dns_socket_pool.cc   if (pool.size() == 0) {
pool              190 net/dns/dns_socket_pool.cc   if (pool.size() < kAllocateMinSize) {
pool              192 net/dns/dns_socket_pool.cc                  << " sockets to choose from, but only have " << pool.size()
pool              196 net/dns/dns_socket_pool.cc   unsigned socket_index = base::RandInt(0, pool.size() - 1);
pool              197 net/dns/dns_socket_pool.cc   DatagramClientSocket* socket = pool[socket_index];
pool              198 net/dns/dns_socket_pool.cc   pool[socket_index] = pool.back();
pool              199 net/dns/dns_socket_pool.cc   pool.pop_back();
pool              211 net/dns/dns_socket_pool.cc   SocketVector& pool = pools_[server_index];
pool              213 net/dns/dns_socket_pool.cc   for (unsigned pool_index = pool.size(); pool_index < size; ++pool_index) {
pool              218 net/dns/dns_socket_pool.cc     pool.push_back(socket);
pool              689 net/http/http_stream_factory_impl_unittest.cc int GetSocketPoolGroupCount(ClientSocketPool* pool) {
pool              691 net/http/http_stream_factory_impl_unittest.cc   scoped_ptr<base::DictionaryValue> dict(pool->GetInfoAsValue("", "", false));
pool               78 net/socket/client_socket_handle.h            PoolType* pool,
pool              221 net/socket/client_socket_handle.h     PoolType* pool,
pool              228 net/socket/client_socket_handle.h   pool_ = pool;
pool              196 net/socket/client_socket_pool.h     PoolType* pool,
pool              201 net/socket/client_socket_pool.h   pool->RequestSockets(group_name, &params, num_sockets, net_log);
pool              150 net/socket/client_socket_pool_base.cc     HigherLayeredPool* pool,
pool              167 net/socket/client_socket_pool_base.cc       pool_(pool),
pool             1156 net/socket/client_socket_pool_base.cc     ClientSocketPoolBaseHelper* pool) {
pool             1164 net/socket/client_socket_pool_base.cc       FROM_HERE, pool->ConnectRetryInterval(),
pool             1166 net/socket/client_socket_pool_base.cc                  group_name, pool));
pool             1213 net/socket/client_socket_pool_base.cc     ClientSocketPoolBaseHelper* pool) {
pool             1223 net/socket/client_socket_pool_base.cc   if (pool->ReachedMaxSocketsLimit() ||
pool             1224 net/socket/client_socket_pool_base.cc       !HasAvailableSocketSlot(pool->max_sockets_per_group_) ||
pool             1226 net/socket/client_socket_pool_base.cc     StartBackupJobTimer(group_name, pool);
pool             1234 net/socket/client_socket_pool_base.cc       pool->connect_job_factory_->NewConnectJob(
pool             1235 net/socket/client_socket_pool_base.cc           group_name, *pending_requests_.FirstMax().value(), pool);
pool             1239 net/socket/client_socket_pool_base.cc   pool->connecting_socket_count_++;
pool             1243 net/socket/client_socket_pool_base.cc     pool->OnConnectJobComplete(rv, raw_backup_job);
pool              215 net/socket/client_socket_pool_base.h       HigherLayeredPool* pool,
pool              404 net/socket/client_socket_pool_base.h                              ClientSocketPoolBaseHelper* pool);
pool              465 net/socket/client_socket_pool_base.h         ClientSocketPoolBaseHelper* pool);
pool             1464 net/socket/client_socket_pool_base_unittest.cc                         TestClientSocketPool* pool,
pool             1468 net/socket/client_socket_pool_base_unittest.cc         pool_(pool),
pool             2584 net/socket/client_socket_pool_base_unittest.cc   TestReleasingSocketRequest(TestClientSocketPool* pool,
pool             2587 net/socket/client_socket_pool_base_unittest.cc       : pool_(pool),
pool             2711 net/socket/client_socket_pool_base_unittest.cc       TestClientSocketPool* pool)
pool             2714 net/socket/client_socket_pool_base_unittest.cc         pool_(pool),
pool             3787 net/socket/client_socket_pool_base_unittest.cc   MockLayeredPool(TestClientSocketPool* pool,
pool             3789 net/socket/client_socket_pool_base_unittest.cc       : pool_(pool),
pool             3799 net/socket/client_socket_pool_base_unittest.cc   int RequestSocket(TestClientSocketPool* pool) {
pool             3803 net/socket/client_socket_pool_base_unittest.cc                         callback_.callback(), pool, BoundNetLog());
pool             3806 net/socket/client_socket_pool_base_unittest.cc   int RequestSocketWithoutLimits(TestClientSocketPool* pool) {
pool             3810 net/socket/client_socket_pool_base_unittest.cc                         callback_.callback(), pool, BoundNetLog());
pool              255 net/socket/client_socket_pool_manager.cc     HttpProxyClientSocketPool* pool =
pool              258 net/socket/client_socket_pool_manager.cc       RequestSocketsForPool(pool, connection_group, http_proxy_params,
pool              265 net/socket/client_socket_pool_manager.cc                                pool, net_log);
pool              269 net/socket/client_socket_pool_manager.cc     SOCKSClientSocketPool* pool =
pool              272 net/socket/client_socket_pool_manager.cc       RequestSocketsForPool(pool, connection_group, socks_params,
pool              278 net/socket/client_socket_pool_manager.cc                                request_priority, callback, pool,
pool              284 net/socket/client_socket_pool_manager.cc   TransportClientSocketPool* pool =
pool              287 net/socket/client_socket_pool_manager.cc     RequestSocketsForPool(pool, connection_group, tcp_params,
pool              294 net/socket/client_socket_pool_manager.cc                              pool, net_log);
pool               18 net/socket/mock_client_socket_pool_manager.cc     TransportClientSocketPool* pool) {
pool               19 net/socket/mock_client_socket_pool_manager.cc   transport_socket_pool_.reset(pool);
pool               23 net/socket/mock_client_socket_pool_manager.cc     SSLClientSocketPool* pool) {
pool               24 net/socket/mock_client_socket_pool_manager.cc   ssl_socket_pool_.reset(pool);
pool               29 net/socket/mock_client_socket_pool_manager.cc     SOCKSClientSocketPool* pool) {
pool               30 net/socket/mock_client_socket_pool_manager.cc   socks_socket_pools_[socks_proxy] = pool;
pool               35 net/socket/mock_client_socket_pool_manager.cc     HttpProxyClientSocketPool* pool) {
pool               36 net/socket/mock_client_socket_pool_manager.cc   http_proxy_socket_pools_[http_proxy] = pool;
pool               41 net/socket/mock_client_socket_pool_manager.cc     SSLClientSocketPool* pool) {
pool               42 net/socket/mock_client_socket_pool_manager.cc   ssl_socket_pools_for_proxies_[proxy_server] = pool;
pool               20 net/socket/mock_client_socket_pool_manager.h   void SetTransportSocketPool(TransportClientSocketPool* pool);
pool               21 net/socket/mock_client_socket_pool_manager.h   void SetSSLSocketPool(SSLClientSocketPool* pool);
pool               23 net/socket/mock_client_socket_pool_manager.h                                   SOCKSClientSocketPool* pool);
pool               25 net/socket/mock_client_socket_pool_manager.h                                  HttpProxyClientSocketPool* pool);
pool               27 net/socket/mock_client_socket_pool_manager.h                                     SSLClientSocketPool* pool);
pool              856 net/socket/transport_client_socket_pool_unittest.cc                         TransportClientSocketPool* pool)
pool              858 net/socket/transport_client_socket_pool_unittest.cc         pool_(pool),
pool             1224 net/socket/transport_client_socket_pool_unittest.cc   TransportClientSocketPool pool(kMaxSockets,
pool             1246 net/socket/transport_client_socket_pool_unittest.cc   int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
pool             1267 net/socket/transport_client_socket_pool_unittest.cc   TransportClientSocketPool pool(kMaxSockets,
pool             1291 net/socket/transport_client_socket_pool_unittest.cc   int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
pool             1309 net/socket/transport_client_socket_pool_unittest.cc   TransportClientSocketPool pool(kMaxSockets,
pool             1325 net/socket/transport_client_socket_pool_unittest.cc   int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
pool             1343 net/socket/transport_client_socket_pool_unittest.cc   TransportClientSocketPool pool(kMaxSockets,
pool             1358 net/socket/transport_client_socket_pool_unittest.cc   int rv = handle.Init("a", params_, LOW, callback.callback(), &pool,
pool              537 net/spdy/spdy_session.cc     SpdySessionPool* pool,
pool              600 net/spdy/spdy_session.cc   pool_ = pool;
pool             1578 net/spdy/spdy_session.cc   SpdySessionPool* pool = pool_;
pool             1580 net/spdy/spdy_session.cc   pool->RemoveUnavailableSession(GetWeakPtr());
pool              263 net/spdy/spdy_session.h                             SpdySessionPool* pool,
pool             2716 net/spdy/spdy_session_unittest.cc   TransportClientSocketPool* pool =
pool             2725 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2737 net/spdy/spdy_session_unittest.cc                               callback2.callback(), pool, BoundNetLog()));
pool             2738 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(pool->IsStalled());
pool             2743 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2776 net/spdy/spdy_session_unittest.cc   TransportClientSocketPool* pool =
pool             2785 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2804 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2816 net/spdy/spdy_session_unittest.cc                               callback3.callback(), pool, BoundNetLog()));
pool             2817 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(pool->IsStalled());
pool             2822 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2863 net/spdy/spdy_session_unittest.cc   TransportClientSocketPool* pool =
pool             2873 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(pool->IsStalled());
pool             2905 net/spdy/spdy_session_unittest.cc                               callback2.callback(), pool, BoundNetLog()));
pool             2906 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(pool->IsStalled());
pool             2912 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(pool->IsStalled());
pool             2920 net/spdy/spdy_session_unittest.cc   ASSERT_FALSE(pool->IsStalled());
pool              486 net/spdy/spdy_test_util_common.cc bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) {
pool              487 net/spdy/spdy_test_util_common.cc   return pool->FindAvailableSession(key, BoundNetLog()) != NULL;
pool              638 net/spdy/spdy_test_util_common.cc     SpdySessionPool* pool,
pool              642 net/spdy/spdy_test_util_common.cc   EXPECT_FALSE(HasSpdySession(pool, key));
pool              647 net/spdy/spdy_test_util_common.cc       pool->CreateAvailableSessionFromSocket(
pool              651 net/spdy/spdy_test_util_common.cc   EXPECT_TRUE(HasSpdySession(pool, key));
pool              657 net/spdy/spdy_test_util_common.cc base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool,
pool              659 net/spdy/spdy_test_util_common.cc   return CreateFakeSpdySessionHelper(pool, key, OK);
pool              663 net/spdy/spdy_test_util_common.cc     SpdySessionPool* pool,
pool              667 net/spdy/spdy_test_util_common.cc   return CreateFakeSpdySessionHelper(pool, key, expected_error);
pool              670 net/spdy/spdy_test_util_common.cc SpdySessionPoolPeer::SpdySessionPoolPeer(SpdySessionPool* pool) : pool_(pool) {
pool              238 net/spdy/spdy_test_util_common.h bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key);
pool              267 net/spdy/spdy_test_util_common.h base::WeakPtr<SpdySession> CreateFakeSpdySession(SpdySessionPool* pool,
pool              276 net/spdy/spdy_test_util_common.h     SpdySessionPool* pool,
pool              282 net/spdy/spdy_test_util_common.h   explicit SpdySessionPoolPeer(SpdySessionPool* pool);
pool              219 net/tools/get_server_time/get_server_time.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              132 net/tools/net_watcher/net_watcher.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              157 remoting/host/host_main.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               39 remoting/host/it2me/it2me_native_messaging_host_main.cc   base::mac::ScopedNSAutoreleasePool pool;
pool               65 remoting/host/setup/me2me_native_messaging_host_main.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              437 rlz/lib/rlz_lib_test.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              490 rlz/lib/rlz_lib_test.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              133 rlz/test/rlz_test_helpers.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              163 sandbox/win/src/handle_closer_test.cc   HANDLE pool = NULL;
pool              167 sandbox/win/src/handle_closer_test.cc     CHECK(::RegisterWaitForSingleObject(&pool, event, ThreadPoolTask, event,
pool              228 sync/tools/sync_client.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              143 sync/tools/sync_listen_notifications.cc   base::mac::ScopedNSAutoreleasePool pool;
pool              267 third_party/expat/files/lib/xmlparse.c   STRING_POOL pool;
pool              416 third_party/expat/files/lib/xmlparse.c poolAppend(STRING_POOL *pool, const ENCODING *enc,
pool              419 third_party/expat/files/lib/xmlparse.c poolStoreString(STRING_POOL *pool, const ENCODING *enc,
pool              421 third_party/expat/files/lib/xmlparse.c static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
pool              423 third_party/expat/files/lib/xmlparse.c poolCopyString(STRING_POOL *pool, const XML_Char *s);
pool              425 third_party/expat/files/lib/xmlparse.c poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n);
pool              427 third_party/expat/files/lib/xmlparse.c poolAppendString(STRING_POOL *pool, const XML_Char *s);
pool              447 third_party/expat/files/lib/xmlparse.c #define poolStart(pool) ((pool)->start)
pool              448 third_party/expat/files/lib/xmlparse.c #define poolEnd(pool) ((pool)->ptr)
pool              449 third_party/expat/files/lib/xmlparse.c #define poolLength(pool) ((pool)->ptr - (pool)->start)
pool              450 third_party/expat/files/lib/xmlparse.c #define poolChop(pool) ((void)--(pool->ptr))
pool              451 third_party/expat/files/lib/xmlparse.c #define poolLastChar(pool) (((pool)->ptr)[-1])
pool              452 third_party/expat/files/lib/xmlparse.c #define poolDiscard(pool) ((pool)->ptr = (pool)->start)
pool              453 third_party/expat/files/lib/xmlparse.c #define poolFinish(pool) ((pool)->start = (pool)->ptr)
pool              454 third_party/expat/files/lib/xmlparse.c #define poolAppendChar(pool, c) \
pool              455 third_party/expat/files/lib/xmlparse.c   (((pool)->ptr == (pool)->end && !poolGrow(pool)) \
pool              457 third_party/expat/files/lib/xmlparse.c    : ((*((pool)->ptr)++ = c), 1))
pool             1236 third_party/expat/files/lib/xmlparse.c     p = poolCopyString(&_dtd->pool, p);
pool             2321 third_party/expat/files/lib/xmlparse.c         name = poolStoreString(&dtd->pool, enc,
pool             2327 third_party/expat/files/lib/xmlparse.c         poolDiscard(&dtd->pool);
pool             2718 third_party/expat/files/lib/xmlparse.c     const XML_Char *name = poolCopyString(&dtd->pool, tagNamePtr->str);
pool             3913 third_party/expat/files/lib/xmlparse.c         XML_Char *tem = poolStoreString(&dtd->pool,
pool             3921 third_party/expat/files/lib/xmlparse.c         poolFinish(&dtd->pool);
pool             4114 third_party/expat/files/lib/xmlparse.c                               &dtd->pool);
pool             4117 third_party/expat/files/lib/xmlparse.c         attVal = poolStart(&dtd->pool);
pool             4118 third_party/expat/files/lib/xmlparse.c         poolFinish(&dtd->pool);
pool             4213 third_party/expat/files/lib/xmlparse.c         declEntity->systemId = poolStoreString(&dtd->pool, enc,
pool             4219 third_party/expat/files/lib/xmlparse.c         poolFinish(&dtd->pool);
pool             4240 third_party/expat/files/lib/xmlparse.c         declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
pool             4243 third_party/expat/files/lib/xmlparse.c         poolFinish(&dtd->pool);
pool             4274 third_party/expat/files/lib/xmlparse.c           const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next);
pool             4282 third_party/expat/files/lib/xmlparse.c             poolDiscard(&dtd->pool);
pool             4286 third_party/expat/files/lib/xmlparse.c             poolFinish(&dtd->pool);
pool             4298 third_party/expat/files/lib/xmlparse.c           poolDiscard(&dtd->pool);
pool             4306 third_party/expat/files/lib/xmlparse.c         const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next);
pool             4314 third_party/expat/files/lib/xmlparse.c           poolDiscard(&dtd->pool);
pool             4318 third_party/expat/files/lib/xmlparse.c           poolFinish(&dtd->pool);
pool             4330 third_party/expat/files/lib/xmlparse.c         poolDiscard(&dtd->pool);
pool             4486 third_party/expat/files/lib/xmlparse.c         name = poolStoreString(&dtd->pool, enc,
pool             4492 third_party/expat/files/lib/xmlparse.c         poolDiscard(&dtd->pool);
pool             4924 third_party/expat/files/lib/xmlparse.c                     STRING_POOL *pool)
pool             4927 third_party/expat/files/lib/xmlparse.c                                                end, pool);
pool             4930 third_party/expat/files/lib/xmlparse.c   if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
pool             4931 third_party/expat/files/lib/xmlparse.c     poolChop(pool);
pool             4932 third_party/expat/files/lib/xmlparse.c   if (!poolAppendChar(pool, XML_T('\0')))
pool             4940 third_party/expat/files/lib/xmlparse.c                      STRING_POOL *pool)
pool             4969 third_party/expat/files/lib/xmlparse.c             && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
pool             4978 third_party/expat/files/lib/xmlparse.c           if (!poolAppendChar(pool, buf[i]))
pool             4984 third_party/expat/files/lib/xmlparse.c       if (!poolAppend(pool, enc, ptr, next))
pool             4992 third_party/expat/files/lib/xmlparse.c       if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
pool             4994 third_party/expat/files/lib/xmlparse.c       if (!poolAppendChar(pool, 0x20))
pool             5006 third_party/expat/files/lib/xmlparse.c           if (!poolAppendChar(pool, ch))
pool             5020 third_party/expat/files/lib/xmlparse.c         if (pool == &dtd->pool)  /* are we called from prolog? */
pool             5070 third_party/expat/files/lib/xmlparse.c                                         (char *)textEnd, pool);
pool             5094 third_party/expat/files/lib/xmlparse.c   STRING_POOL *pool = &(dtd->entityValuePool);
pool             5103 third_party/expat/files/lib/xmlparse.c   if (!pool->blocks) {
pool             5104 third_party/expat/files/lib/xmlparse.c     if (!poolGrow(pool))
pool             5186 third_party/expat/files/lib/xmlparse.c       if (!poolAppend(pool, enc, entityTextPtr, next)) {
pool             5195 third_party/expat/files/lib/xmlparse.c       if (pool->end == pool->ptr && !poolGrow(pool)) {
pool             5199 third_party/expat/files/lib/xmlparse.c       *(pool->ptr)++ = 0xA;
pool             5220 third_party/expat/files/lib/xmlparse.c           if (pool->end == pool->ptr && !poolGrow(pool)) {
pool             5224 third_party/expat/files/lib/xmlparse.c           *(pool->ptr)++ = buf[i];
pool             5409 third_party/expat/files/lib/xmlparse.c         if (!poolAppendChar(&dtd->pool, *s))
pool             5412 third_party/expat/files/lib/xmlparse.c       if (!poolAppendChar(&dtd->pool, XML_T('\0')))
pool             5414 third_party/expat/files/lib/xmlparse.c       prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
pool             5418 third_party/expat/files/lib/xmlparse.c       if (prefix->name == poolStart(&dtd->pool))
pool             5419 third_party/expat/files/lib/xmlparse.c         poolFinish(&dtd->pool);
pool             5421 third_party/expat/files/lib/xmlparse.c         poolDiscard(&dtd->pool);
pool             5436 third_party/expat/files/lib/xmlparse.c   if (!poolAppendChar(&dtd->pool, XML_T('\0')))
pool             5438 third_party/expat/files/lib/xmlparse.c   name = poolStoreString(&dtd->pool, enc, start, end);
pool             5447 third_party/expat/files/lib/xmlparse.c     poolDiscard(&dtd->pool);
pool             5449 third_party/expat/files/lib/xmlparse.c     poolFinish(&dtd->pool);
pool             5471 third_party/expat/files/lib/xmlparse.c             if (!poolAppendChar(&dtd->pool, name[j]))
pool             5474 third_party/expat/files/lib/xmlparse.c           if (!poolAppendChar(&dtd->pool, XML_T('\0')))
pool             5476 third_party/expat/files/lib/xmlparse.c           id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
pool             5478 third_party/expat/files/lib/xmlparse.c           if (id->prefix->name == poolStart(&dtd->pool))
pool             5479 third_party/expat/files/lib/xmlparse.c             poolFinish(&dtd->pool);
pool             5481 third_party/expat/files/lib/xmlparse.c             poolDiscard(&dtd->pool);
pool             5592 third_party/expat/files/lib/xmlparse.c           prefix->name = poolCopyString(&dtd->pool, prefix->name);
pool             5650 third_party/expat/files/lib/xmlparse.c   poolInit(&(p->pool), ms);
pool             5697 third_party/expat/files/lib/xmlparse.c   poolClear(&(p->pool));
pool             5738 third_party/expat/files/lib/xmlparse.c   poolDestroy(&(p->pool));
pool             5763 third_party/expat/files/lib/xmlparse.c     name = poolCopyString(&(newDtd->pool), oldP->name);
pool             5782 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(&(newDtd->pool), XML_T('\0')))
pool             5784 third_party/expat/files/lib/xmlparse.c     name = poolCopyString(&(newDtd->pool), oldA->name);
pool             5814 third_party/expat/files/lib/xmlparse.c     name = poolCopyString(&(newDtd->pool), oldE->name);
pool             5842 third_party/expat/files/lib/xmlparse.c             = poolCopyString(&(newDtd->pool), oldE->defaultAtts[i].value);
pool             5854 third_party/expat/files/lib/xmlparse.c                        &(newDtd->pool),
pool             5861 third_party/expat/files/lib/xmlparse.c                        &(newDtd->pool),
pool             6097 third_party/expat/files/lib/xmlparse.c poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms)
pool             6099 third_party/expat/files/lib/xmlparse.c   pool->blocks = NULL;
pool             6100 third_party/expat/files/lib/xmlparse.c   pool->freeBlocks = NULL;
pool             6101 third_party/expat/files/lib/xmlparse.c   pool->start = NULL;
pool             6102 third_party/expat/files/lib/xmlparse.c   pool->ptr = NULL;
pool             6103 third_party/expat/files/lib/xmlparse.c   pool->end = NULL;
pool             6104 third_party/expat/files/lib/xmlparse.c   pool->mem = ms;
pool             6108 third_party/expat/files/lib/xmlparse.c poolClear(STRING_POOL *pool)
pool             6110 third_party/expat/files/lib/xmlparse.c   if (!pool->freeBlocks)
pool             6111 third_party/expat/files/lib/xmlparse.c     pool->freeBlocks = pool->blocks;
pool             6113 third_party/expat/files/lib/xmlparse.c     BLOCK *p = pool->blocks;
pool             6116 third_party/expat/files/lib/xmlparse.c       p->next = pool->freeBlocks;
pool             6117 third_party/expat/files/lib/xmlparse.c       pool->freeBlocks = p;
pool             6121 third_party/expat/files/lib/xmlparse.c   pool->blocks = NULL;
pool             6122 third_party/expat/files/lib/xmlparse.c   pool->start = NULL;
pool             6123 third_party/expat/files/lib/xmlparse.c   pool->ptr = NULL;
pool             6124 third_party/expat/files/lib/xmlparse.c   pool->end = NULL;
pool             6128 third_party/expat/files/lib/xmlparse.c poolDestroy(STRING_POOL *pool)
pool             6130 third_party/expat/files/lib/xmlparse.c   BLOCK *p = pool->blocks;
pool             6133 third_party/expat/files/lib/xmlparse.c     pool->mem->free_fcn(p);
pool             6136 third_party/expat/files/lib/xmlparse.c   p = pool->freeBlocks;
pool             6139 third_party/expat/files/lib/xmlparse.c     pool->mem->free_fcn(p);
pool             6145 third_party/expat/files/lib/xmlparse.c poolAppend(STRING_POOL *pool, const ENCODING *enc,
pool             6148 third_party/expat/files/lib/xmlparse.c   if (!pool->ptr && !poolGrow(pool))
pool             6151 third_party/expat/files/lib/xmlparse.c     XmlConvert(enc, &ptr, end, (ICHAR **)&(pool->ptr), (ICHAR *)pool->end);
pool             6154 third_party/expat/files/lib/xmlparse.c     if (!poolGrow(pool))
pool             6157 third_party/expat/files/lib/xmlparse.c   return pool->start;
pool             6161 third_party/expat/files/lib/xmlparse.c poolCopyString(STRING_POOL *pool, const XML_Char *s)
pool             6164 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(pool, *s))
pool             6167 third_party/expat/files/lib/xmlparse.c   s = pool->start;
pool             6168 third_party/expat/files/lib/xmlparse.c   poolFinish(pool);
pool             6173 third_party/expat/files/lib/xmlparse.c poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n)
pool             6175 third_party/expat/files/lib/xmlparse.c   if (!pool->ptr && !poolGrow(pool))
pool             6178 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(pool, *s))
pool             6181 third_party/expat/files/lib/xmlparse.c   s = pool->start;
pool             6182 third_party/expat/files/lib/xmlparse.c   poolFinish(pool);
pool             6187 third_party/expat/files/lib/xmlparse.c poolAppendString(STRING_POOL *pool, const XML_Char *s)
pool             6190 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(pool, *s))
pool             6194 third_party/expat/files/lib/xmlparse.c   return pool->start;
pool             6198 third_party/expat/files/lib/xmlparse.c poolStoreString(STRING_POOL *pool, const ENCODING *enc,
pool             6201 third_party/expat/files/lib/xmlparse.c   if (!poolAppend(pool, enc, ptr, end))
pool             6203 third_party/expat/files/lib/xmlparse.c   if (pool->ptr == pool->end && !poolGrow(pool))
pool             6205 third_party/expat/files/lib/xmlparse.c   *(pool->ptr)++ = 0;
pool             6206 third_party/expat/files/lib/xmlparse.c   return pool->start;
pool             6210 third_party/expat/files/lib/xmlparse.c poolGrow(STRING_POOL *pool)
pool             6212 third_party/expat/files/lib/xmlparse.c   if (pool->freeBlocks) {
pool             6213 third_party/expat/files/lib/xmlparse.c     if (pool->start == 0) {
pool             6214 third_party/expat/files/lib/xmlparse.c       pool->blocks = pool->freeBlocks;
pool             6215 third_party/expat/files/lib/xmlparse.c       pool->freeBlocks = pool->freeBlocks->next;
pool             6216 third_party/expat/files/lib/xmlparse.c       pool->blocks->next = NULL;
pool             6217 third_party/expat/files/lib/xmlparse.c       pool->start = pool->blocks->s;
pool             6218 third_party/expat/files/lib/xmlparse.c       pool->end = pool->start + pool->blocks->size;
pool             6219 third_party/expat/files/lib/xmlparse.c       pool->ptr = pool->start;
pool             6222 third_party/expat/files/lib/xmlparse.c     if (pool->end - pool->start < pool->freeBlocks->size) {
pool             6223 third_party/expat/files/lib/xmlparse.c       BLOCK *tem = pool->freeBlocks->next;
pool             6224 third_party/expat/files/lib/xmlparse.c       pool->freeBlocks->next = pool->blocks;
pool             6225 third_party/expat/files/lib/xmlparse.c       pool->blocks = pool->freeBlocks;
pool             6226 third_party/expat/files/lib/xmlparse.c       pool->freeBlocks = tem;
pool             6227 third_party/expat/files/lib/xmlparse.c       memcpy(pool->blocks->s, pool->start,
pool             6228 third_party/expat/files/lib/xmlparse.c              (pool->end - pool->start) * sizeof(XML_Char));
pool             6229 third_party/expat/files/lib/xmlparse.c       pool->ptr = pool->blocks->s + (pool->ptr - pool->start);
pool             6230 third_party/expat/files/lib/xmlparse.c       pool->start = pool->blocks->s;
pool             6231 third_party/expat/files/lib/xmlparse.c       pool->end = pool->start + pool->blocks->size;
pool             6235 third_party/expat/files/lib/xmlparse.c   if (pool->blocks && pool->start == pool->blocks->s) {
pool             6236 third_party/expat/files/lib/xmlparse.c     int blockSize = (int)(pool->end - pool->start)*2;
pool             6238 third_party/expat/files/lib/xmlparse.c       pool->mem->realloc_fcn(pool->blocks,
pool             6243 third_party/expat/files/lib/xmlparse.c     pool->blocks = temp;
pool             6244 third_party/expat/files/lib/xmlparse.c     pool->blocks->size = blockSize;
pool             6245 third_party/expat/files/lib/xmlparse.c     pool->ptr = pool->blocks->s + (pool->ptr - pool->start);
pool             6246 third_party/expat/files/lib/xmlparse.c     pool->start = pool->blocks->s;
pool             6247 third_party/expat/files/lib/xmlparse.c     pool->end = pool->start + blockSize;
pool             6251 third_party/expat/files/lib/xmlparse.c     int blockSize = (int)(pool->end - pool->start);
pool             6256 third_party/expat/files/lib/xmlparse.c     tem = (BLOCK *)pool->mem->malloc_fcn(offsetof(BLOCK, s)
pool             6261 third_party/expat/files/lib/xmlparse.c     tem->next = pool->blocks;
pool             6262 third_party/expat/files/lib/xmlparse.c     pool->blocks = tem;
pool             6263 third_party/expat/files/lib/xmlparse.c     if (pool->ptr != pool->start)
pool             6264 third_party/expat/files/lib/xmlparse.c       memcpy(tem->s, pool->start,
pool             6265 third_party/expat/files/lib/xmlparse.c              (pool->ptr - pool->start) * sizeof(XML_Char));
pool             6266 third_party/expat/files/lib/xmlparse.c     pool->ptr = tem->s + (pool->ptr - pool->start);
pool             6267 third_party/expat/files/lib/xmlparse.c     pool->start = tem->s;
pool             6268 third_party/expat/files/lib/xmlparse.c     pool->end = tem->s + blockSize;
pool             6387 third_party/expat/files/lib/xmlparse.c   const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end);
pool             6396 third_party/expat/files/lib/xmlparse.c     poolDiscard(&dtd->pool);
pool             6398 third_party/expat/files/lib/xmlparse.c     poolFinish(&dtd->pool);
pool              180 third_party/libevent/evrpc.c static void evrpc_pool_schedule(struct evrpc_pool *pool);
pool              385 third_party/libevent/evrpc.c 	struct evrpc_pool *pool = calloc(1, sizeof(struct evrpc_pool));
pool              386 third_party/libevent/evrpc.c 	if (pool == NULL)
pool              389 third_party/libevent/evrpc.c 	TAILQ_INIT(&pool->connections);
pool              390 third_party/libevent/evrpc.c 	TAILQ_INIT(&pool->requests);
pool              392 third_party/libevent/evrpc.c 	TAILQ_INIT(&pool->input_hooks);
pool              393 third_party/libevent/evrpc.c 	TAILQ_INIT(&pool->output_hooks);
pool              395 third_party/libevent/evrpc.c 	pool->base = base;
pool              396 third_party/libevent/evrpc.c 	pool->timeout = -1;
pool              398 third_party/libevent/evrpc.c 	return (pool);
pool              409 third_party/libevent/evrpc.c evrpc_pool_free(struct evrpc_pool *pool)
pool              415 third_party/libevent/evrpc.c 	while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
pool              416 third_party/libevent/evrpc.c 		TAILQ_REMOVE(&pool->requests, request, next);
pool              421 third_party/libevent/evrpc.c 	while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
pool              422 third_party/libevent/evrpc.c 		TAILQ_REMOVE(&pool->connections, connection, next);
pool              426 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) {
pool              427 third_party/libevent/evrpc.c 		assert(evrpc_remove_hook(pool, EVRPC_INPUT, hook));
pool              430 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&pool->output_hooks)) != NULL) {
pool              431 third_party/libevent/evrpc.c 		assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook));
pool              434 third_party/libevent/evrpc.c 	free(pool);
pool              443 third_party/libevent/evrpc.c evrpc_pool_add_connection(struct evrpc_pool *pool,
pool              446 third_party/libevent/evrpc.c 	TAILQ_INSERT_TAIL(&pool->connections, connection, next);
pool              451 third_party/libevent/evrpc.c 	if (pool->base != NULL)
pool              452 third_party/libevent/evrpc.c 		evhttp_connection_set_base(connection, pool->base);
pool              459 third_party/libevent/evrpc.c 		connection->timeout = pool->timeout;
pool              466 third_party/libevent/evrpc.c 	if (TAILQ_FIRST(&pool->requests) != NULL) {
pool              468 third_party/libevent/evrpc.c 		    TAILQ_FIRST(&pool->requests);
pool              469 third_party/libevent/evrpc.c 		TAILQ_REMOVE(&pool->requests, request, next);
pool              475 third_party/libevent/evrpc.c evrpc_pool_set_timeout(struct evrpc_pool *pool, int timeout_in_secs)
pool              478 third_party/libevent/evrpc.c 	TAILQ_FOREACH(evcon, &pool->connections, next) {
pool              481 third_party/libevent/evrpc.c 	pool->timeout = timeout_in_secs;
pool              493 third_party/libevent/evrpc.c evrpc_pool_find_connection(struct evrpc_pool *pool)
pool              496 third_party/libevent/evrpc.c 	TAILQ_FOREACH(connection, &pool->connections, next) {
pool              512 third_party/libevent/evrpc.c 	struct evrpc_pool *pool = ctx->pool;
pool              531 third_party/libevent/evrpc.c 	if (evrpc_process_hooks(&pool->output_hooks,
pool              535 third_party/libevent/evrpc.c 	if (pool->timeout > 0) {
pool              541 third_party/libevent/evrpc.c 		tv.tv_sec = pool->timeout;
pool              565 third_party/libevent/evrpc.c 	struct evrpc_pool *pool = ctx->pool;
pool              569 third_party/libevent/evrpc.c 	if (pool->base != NULL)
pool              570 third_party/libevent/evrpc.c 		event_base_set(pool->base, &ctx->ev_timeout);
pool              573 third_party/libevent/evrpc.c 	assert(TAILQ_FIRST(&pool->connections) != NULL);
pool              579 third_party/libevent/evrpc.c 	TAILQ_INSERT_TAIL(&pool->requests, ctx, next);
pool              581 third_party/libevent/evrpc.c 	evrpc_pool_schedule(pool);
pool              590 third_party/libevent/evrpc.c 	struct evrpc_pool *pool = ctx->pool;
pool              603 third_party/libevent/evrpc.c 		if (evrpc_process_hooks(&pool->input_hooks,
pool              630 third_party/libevent/evrpc.c 	evrpc_pool_schedule(pool);
pool              634 third_party/libevent/evrpc.c evrpc_pool_schedule(struct evrpc_pool *pool)
pool              636 third_party/libevent/evrpc.c 	struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);
pool              643 third_party/libevent/evrpc.c 	if ((evcon = evrpc_pool_find_connection(pool)) != NULL) {
pool              644 third_party/libevent/evrpc.c 		TAILQ_REMOVE(&pool->requests, ctx, next);
pool              180 third_party/libevent/evrpc.h int evrpc_send_request_##rpcname(struct evrpc_pool *pool, \
pool              191 third_party/libevent/evrpc.h 	ctx->pool = pool;					    \
pool              344 third_party/libevent/evrpc.h         struct evrpc_pool *pool;
pool              387 third_party/libevent/evrpc.h #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg)	\
pool              388 third_party/libevent/evrpc.h 	evrpc_send_request_##name(pool, request, reply, cb, cbarg)
pool              408 third_party/libevent/evrpc.h void evrpc_pool_free(struct evrpc_pool *pool);
pool              431 third_party/libevent/evrpc.h void evrpc_pool_set_timeout(struct evrpc_pool *pool, int timeout_in_secs);
pool              328 third_party/libevent/test/regress_rpc.c 	struct evrpc_pool *pool;
pool              330 third_party/libevent/test/regress_rpc.c 	pool = evrpc_pool_new(NULL);
pool              331 third_party/libevent/test/regress_rpc.c 	assert(pool != NULL);
pool              336 third_party/libevent/test/regress_rpc.c 	evrpc_pool_add_connection(pool, evcon);
pool              338 third_party/libevent/test/regress_rpc.c 	return (pool);
pool              442 third_party/libevent/test/regress_rpc.c 	struct evrpc_pool *pool = NULL;
pool              458 third_party/libevent/test/regress_rpc.c 	pool = rpc_pool_with_connection(port);
pool              460 third_party/libevent/test/regress_rpc.c 	assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output"));
pool              469 third_party/libevent/test/regress_rpc.c 	EVRPC_MAKE_REQUEST(Message, pool, msg, kill,  GotKillCb, NULL);
pool              483 third_party/libevent/test/regress_rpc.c 	EVRPC_MAKE_REQUEST(Message, pool, msg, kill,  GotKillCb, NULL);
pool              499 third_party/libevent/test/regress_rpc.c 	evrpc_pool_free(pool);
pool              513 third_party/libevent/test/regress_rpc.c 	struct evrpc_pool *pool = NULL;
pool              521 third_party/libevent/test/regress_rpc.c 	pool = rpc_pool_with_connection(port);
pool              531 third_party/libevent/test/regress_rpc.c 	EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one,  GotKillCbTwo, NULL);
pool              532 third_party/libevent/test/regress_rpc.c 	EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two,  GotKillCb, NULL);
pool              551 third_party/libevent/test/regress_rpc.c 	evrpc_pool_free(pool);
pool              578 third_party/libevent/test/regress_rpc.c 	struct evrpc_pool *pool = NULL;
pool              586 third_party/libevent/test/regress_rpc.c 	pool = rpc_pool_with_connection(port);
pool              589 third_party/libevent/test/regress_rpc.c 	evrpc_pool_set_timeout(pool, 5);
pool              598 third_party/libevent/test/regress_rpc.c 	EVRPC_MAKE_REQUEST(NeverReply, pool, msg, kill, GotErrorCb, NULL);
pool              619 third_party/libevent/test/regress_rpc.c 	evrpc_pool_free(pool);
pool               31 third_party/libjpeg/jcomapi.c   int pool;
pool               40 third_party/libjpeg/jcomapi.c   for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
pool               41 third_party/libjpeg/jcomapi.c     (*cinfo->mem->free_pool) (cinfo, pool);
pool             1004 third_party/libjpeg/jmemmgr.c   int pool;
pool             1010 third_party/libjpeg/jmemmgr.c   for (pool = JPOOL_NUMPOOLS-1; pool >= JPOOL_PERMANENT; pool--) {
pool             1011 third_party/libjpeg/jmemmgr.c     free_pool(cinfo, pool);
pool             1032 third_party/libjpeg/jmemmgr.c   int pool;
pool             1085 third_party/libjpeg/jmemmgr.c   for (pool = JPOOL_NUMPOOLS-1; pool >= JPOOL_PERMANENT; pool--) {
pool             1086 third_party/libjpeg/jmemmgr.c     mem->small_list[pool] = NULL;
pool             1087 third_party/libjpeg/jmemmgr.c     mem->large_list[pool] = NULL;
pool              149 third_party/libwebp/utils/huffman_encode.c                          const HuffmanTree* const pool,
pool              152 third_party/libwebp/utils/huffman_encode.c     SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1);
pool              153 third_party/libwebp/utils/huffman_encode.c     SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1);
pool              159 third_party/libxml/src/dict.c     xmlDictStringsPtr pool;
pool              166 third_party/libxml/src/dict.c     pool = dict->strings;
pool              167 third_party/libxml/src/dict.c     while (pool != NULL) {
pool              168 third_party/libxml/src/dict.c 	if (pool->end - pool->free > namelen)
pool              170 third_party/libxml/src/dict.c 	if (pool->size > size) size = pool->size;
pool              171 third_party/libxml/src/dict.c 	pool = pool->next;
pool              176 third_party/libxml/src/dict.c     if (pool == NULL) {
pool              181 third_party/libxml/src/dict.c 	pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
pool              182 third_party/libxml/src/dict.c 	if (pool == NULL)
pool              184 third_party/libxml/src/dict.c 	pool->size = size;
pool              185 third_party/libxml/src/dict.c 	pool->nbStrings = 0;
pool              186 third_party/libxml/src/dict.c 	pool->free = &pool->array[0];
pool              187 third_party/libxml/src/dict.c 	pool->end = &pool->array[size];
pool              188 third_party/libxml/src/dict.c 	pool->next = dict->strings;
pool              189 third_party/libxml/src/dict.c 	dict->strings = pool;
pool              195 third_party/libxml/src/dict.c     ret = pool->free;
pool              196 third_party/libxml/src/dict.c     memcpy(pool->free, name, namelen);
pool              197 third_party/libxml/src/dict.c     pool->free += namelen;
pool              198 third_party/libxml/src/dict.c     *(pool->free++) = 0;
pool              199 third_party/libxml/src/dict.c     pool->nbStrings++;
pool              219 third_party/libxml/src/dict.c     xmlDictStringsPtr pool;
pool              228 third_party/libxml/src/dict.c     pool = dict->strings;
pool              229 third_party/libxml/src/dict.c     while (pool != NULL) {
pool              230 third_party/libxml/src/dict.c 	if (pool->end - pool->free > namelen + plen + 1)
pool              232 third_party/libxml/src/dict.c 	if (pool->size > size) size = pool->size;
pool              233 third_party/libxml/src/dict.c 	pool = pool->next;
pool              238 third_party/libxml/src/dict.c     if (pool == NULL) {
pool              243 third_party/libxml/src/dict.c 	pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
pool              244 third_party/libxml/src/dict.c 	if (pool == NULL)
pool              246 third_party/libxml/src/dict.c 	pool->size = size;
pool              247 third_party/libxml/src/dict.c 	pool->nbStrings = 0;
pool              248 third_party/libxml/src/dict.c 	pool->free = &pool->array[0];
pool              249 third_party/libxml/src/dict.c 	pool->end = &pool->array[size];
pool              250 third_party/libxml/src/dict.c 	pool->next = dict->strings;
pool              251 third_party/libxml/src/dict.c 	dict->strings = pool;
pool              257 third_party/libxml/src/dict.c     ret = pool->free;
pool              258 third_party/libxml/src/dict.c     memcpy(pool->free, prefix, plen);
pool              259 third_party/libxml/src/dict.c     pool->free += plen;
pool              260 third_party/libxml/src/dict.c     *(pool->free++) = ':';
pool              261 third_party/libxml/src/dict.c     memcpy(pool->free, name, namelen);
pool              262 third_party/libxml/src/dict.c     pool->free += namelen;
pool              263 third_party/libxml/src/dict.c     *(pool->free++) = 0;
pool              264 third_party/libxml/src/dict.c     pool->nbStrings++;
pool              664 third_party/libxml/src/dict.c     xmlDictStringsPtr pool, nextp;
pool              704 third_party/libxml/src/dict.c     pool = dict->strings;
pool              705 third_party/libxml/src/dict.c     while (pool != NULL) {
pool              706 third_party/libxml/src/dict.c         nextp = pool->next;
pool              707 third_party/libxml/src/dict.c 	xmlFree(pool);
pool              708 third_party/libxml/src/dict.c 	pool = nextp;
pool             1065 third_party/libxml/src/dict.c     xmlDictStringsPtr pool;
pool             1069 third_party/libxml/src/dict.c     pool = dict->strings;
pool             1070 third_party/libxml/src/dict.c     while (pool != NULL) {
pool             1071 third_party/libxml/src/dict.c         if ((str >= &pool->array[0]) && (str <= pool->free))
pool             1073 third_party/libxml/src/dict.c 	pool = pool->next;
pool             7616 third_party/libxml/src/tree.c     xmlNsMapItemPtr pool;
pool             7628 third_party/libxml/src/tree.c     (i)->next = (m)->pool; \
pool             7629 third_party/libxml/src/tree.c     (m)->pool = i;
pool             7644 third_party/libxml/src/tree.c     cur = nsmap->pool;
pool             7694 third_party/libxml/src/tree.c     if (map->pool != NULL) {
pool             7698 third_party/libxml/src/tree.c 	ret = map->pool;
pool             7699 third_party/libxml/src/tree.c 	map->pool = ret->next;
pool             9106 third_party/libxml/src/tree.c 		if (nsMap->pool)
pool             9107 third_party/libxml/src/tree.c 		    nsMap->last->next = nsMap->pool;
pool             9108 third_party/libxml/src/tree.c 		nsMap->pool = nsMap->first;
pool             9638 third_party/libxml/src/tree.c 		if (nsMap->pool)
pool             9639 third_party/libxml/src/tree.c 		    nsMap->last->next = nsMap->pool;
pool             9640 third_party/libxml/src/tree.c 		nsMap->pool = nsMap->first;
pool               99 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
pool              102 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_INIT_ARENA_POOL(pool, name, size) \
pool              103 third_party/npapi/npspy/extern/nspr/plarena.h         PL_InitArenaPool(pool, name, size, PL_ARENA_CONST_ALIGN_MASK + 1)
pool              105 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
pool              108 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_ALLOCATE(p, pool, nb) \
pool              110 third_party/npapi/npspy/extern/nspr/plarena.h         PLArena *_a = (pool)->current; \
pool              111 third_party/npapi/npspy/extern/nspr/plarena.h         PRUint32 _nb = PL_ARENA_ALIGN(pool, nb); \
pool              115 third_party/npapi/npspy/extern/nspr/plarena.h             _p = (PRUword)PL_ArenaAllocate(pool, _nb); \
pool              119 third_party/npapi/npspy/extern/nspr/plarena.h         PL_ArenaCountAllocation(pool, nb); \
pool              122 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_GROW(p, pool, size, incr) \
pool              124 third_party/npapi/npspy/extern/nspr/plarena.h         PLArena *_a = (pool)->current; \
pool              125 third_party/npapi/npspy/extern/nspr/plarena.h         PRUint32 _incr = PL_ARENA_ALIGN(pool, incr); \
pool              128 third_party/npapi/npspy/extern/nspr/plarena.h         if (_p == (PRUword)(p) + PL_ARENA_ALIGN(pool, size) && \
pool              131 third_party/npapi/npspy/extern/nspr/plarena.h             PL_ArenaCountInplaceGrowth(pool, size, incr); \
pool              133 third_party/npapi/npspy/extern/nspr/plarena.h             p = PL_ArenaGrow(pool, p, size, incr); \
pool              135 third_party/npapi/npspy/extern/nspr/plarena.h         PL_ArenaCountGrowth(pool, size, incr); \
pool              138 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_MARK(pool) ((void *) (pool)->current->avail)
pool              153 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_RELEASE(pool, mark) \
pool              156 third_party/npapi/npspy/extern/nspr/plarena.h         PLArena *_a = (pool)->current; \
pool              158 third_party/npapi/npspy/extern/nspr/plarena.h             _a->avail = (PRUword)PL_ARENA_ALIGN(pool, _m); \
pool              160 third_party/npapi/npspy/extern/nspr/plarena.h             PL_ArenaCountRetract(pool, _m); \
pool              162 third_party/npapi/npspy/extern/nspr/plarena.h             PL_ArenaRelease(pool, _m); \
pool              164 third_party/npapi/npspy/extern/nspr/plarena.h         PL_ArenaCountRelease(pool, _m); \
pool              168 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_COUNT_ARENA(pool,op) ((pool)->stats.narenas op)
pool              170 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_COUNT_ARENA(pool,op)
pool              173 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_DESTROY(pool, a, pnext) \
pool              175 third_party/npapi/npspy/extern/nspr/plarena.h         PL_COUNT_ARENA(pool,--); \
pool              176 third_party/npapi/npspy/extern/nspr/plarena.h         if ((pool)->current == (a)) (pool)->current = &(pool)->first; \
pool              187 third_party/npapi/npspy/extern/nspr/plarena.h PR_EXTERN(void) PL_ArenaCountAllocation(PLArenaPool *pool, PRUint32 nb);
pool              190 third_party/npapi/npspy/extern/nspr/plarena.h     PLArenaPool *pool, PRUint32 size, PRUint32 incr);
pool              193 third_party/npapi/npspy/extern/nspr/plarena.h     PLArenaPool *pool, PRUint32 size, PRUint32 incr);
pool              195 third_party/npapi/npspy/extern/nspr/plarena.h PR_EXTERN(void) PL_ArenaCountRelease(PLArenaPool *pool, char *mark);
pool              197 third_party/npapi/npspy/extern/nspr/plarena.h PR_EXTERN(void) PL_ArenaCountRetract(PLArenaPool *pool, char *mark);
pool               65 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(PRStatus) PL_DestroyArenaPool(PLArenaPool *pool, PRBool checkEmpty);
pool               74 third_party/npapi/npspy/extern/nspr/plarenas.h     PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
pool               86 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(void) PL_FreeArenaPool(PLArenaPool *pool);
pool               91 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(void) PL_FinishArenaPool(PLArenaPool *pool);
pool               96 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(void) PL_CompactArenaPool(PLArenaPool *pool);
pool              101 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
pool              104 third_party/npapi/npspy/extern/nspr/plarenas.h     PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
pool              106 third_party/npapi/npspy/extern/nspr/plarenas.h PR_EXTERN(void) PL_ArenaRelease(PLArenaPool *pool, char *mark);
pool               68 third_party/npapi/npspy/extern/nspr/plhash.h     void *              (PR_CALLBACK *allocTable)(void *pool, PRSize size);
pool               69 third_party/npapi/npspy/extern/nspr/plhash.h     void                (PR_CALLBACK *freeTable)(void *pool, void *item);
pool               70 third_party/npapi/npspy/extern/nspr/plhash.h     PLHashEntry *       (PR_CALLBACK *allocEntry)(void *pool, const void *key);
pool               71 third_party/npapi/npspy/extern/nspr/plhash.h     void                (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag);
pool              131 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final GenericDescriptor result = pool.findSymbol(name);
pool              155 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final GenericDescriptor result = pool.findSymbol(name);
pool              179 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final GenericDescriptor result = pool.findSymbol(name);
pool              202 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final GenericDescriptor result = pool.findSymbol(name);
pool              235 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final DescriptorPool pool = new DescriptorPool(dependencies);
pool              237 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           new FileDescriptor(proto, dependencies, pool);
pool              345 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private final DescriptorPool pool;
pool              349 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java                            final DescriptorPool pool)
pool              351 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       this.pool = pool;
pool              366 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       pool.addPackage(getPackage(), this);
pool              522 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.findSymbol(fullName + '.' + name);
pool              536 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       return file.pool.fieldsByNumber.get(
pool              547 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.findSymbol(fullName + '.' + name);
pool              562 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.findSymbol(fullName + '.' + name);
pool              615 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool              958 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool              965 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.lookupSymbol(proto.getExtendee(), this,
pool              983 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.lookupSymbol(proto.getTypeName(), this,
pool             1132 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         file.pool.addFieldByNumber(this);
pool             1210 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.findSymbol(fullName + '.' + name);
pool             1225 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       return file.pool.enumValuesByNumber.get(
pool             1260 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool             1333 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool             1334 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addEnumValueByNumber(this);
pool             1383 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           file.pool.findSymbol(fullName + '.' + name);
pool             1412 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool             1494 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       file.pool.addSymbol(this);
pool             1499 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         file.pool.lookupSymbol(proto.getInputType(), this,
pool             1508 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         file.pool.lookupSymbol(proto.getOutputType(), this,
pool             1681 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         result = dependency.pool.descriptorsByName.get(fullName);
pool              152 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   const google::protobuf::DescriptorPool* pool;
pool              185 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   field_descriptor = self->pool->FindFieldByName(full_field_name);
pool              205 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc       self->pool->FindExtensionByName(full_field_name);
pool              290 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   cdescriptor_pool->pool = GetDescriptorPool();
pool              708 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       DescriptorPool pool;
pool              712 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       GOOGLE_CHECK(pool.BuildFile(file) != NULL);
pool              714 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       if (!EncodeOrDecode(&pool)) {
pool              718 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       if (!EncodeOrDecode(importer.pool())) {
pool             1302 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool CommandLineInterface::EncodeOrDecode(const DescriptorPool* pool) {
pool             1304 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   const Descriptor* type = pool->FindMessageTypeByName(codec_type_);
pool             1310 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   DynamicMessageFactory dynamic_factory(pool);
pool              244 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h   bool EncodeOrDecode(const DescriptorPool* pool);
pool              165 third_party/protobuf/src/google/protobuf/compiler/importer.h   inline const DescriptorPool* pool() const {
pool              372 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc   CollectExtensions(file_proto, *file_->pool(), &extensions, file_data);
pool              113 third_party/protobuf/src/google/protobuf/compiler/plugin.cc   DescriptorPool pool;
pool              115 third_party/protobuf/src/google/protobuf/compiler/plugin.cc     const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
pool              124 third_party/protobuf/src/google/protobuf/compiler/plugin.cc     parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i)));
pool              391 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) const;
pool              666 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) const {
pool              667 third_party/protobuf/src/google/protobuf/descriptor.cc   MutexLockMaybe lock(pool->mutex_);
pool              670 third_party/protobuf/src/google/protobuf/descriptor.cc   if (result.IsNull() && pool->underlay_ != NULL) {
pool              673 third_party/protobuf/src/google/protobuf/descriptor.cc       pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name);
pool              678 third_party/protobuf/src/google/protobuf/descriptor.cc     if (pool->TryFindSymbolInFallbackDatabase(name)) {
pool             2132 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorBuilder(const DescriptorPool* pool,
pool             2200 third_party/protobuf/src/google/protobuf/descriptor.cc   Symbol FindSymbolNotEnforcingDepsHelper(const DescriptorPool* pool,
pool             2459 third_party/protobuf/src/google/protobuf/descriptor.cc   static inline bool get_allow_unknown(const DescriptorPool* pool) {
pool             2460 third_party/protobuf/src/google/protobuf/descriptor.cc     return pool->allow_unknown_;
pool             2465 third_party/protobuf/src/google/protobuf/descriptor.cc   static inline void assert_mutex_held(const DescriptorPool* pool) {
pool             2466 third_party/protobuf/src/google/protobuf/descriptor.cc     if (pool->mutex_ != NULL) {
pool             2467 third_party/protobuf/src/google/protobuf/descriptor.cc       pool->mutex_->AssertHeld();
pool             2527 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool,
pool             2530 third_party/protobuf/src/google/protobuf/descriptor.cc   : pool_(pool),
pool             2589 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) {
pool             2592 third_party/protobuf/src/google/protobuf/descriptor.cc   MutexLockMaybe lock((pool == pool_) ? NULL : pool->mutex_);
pool             2594 third_party/protobuf/src/google/protobuf/descriptor.cc   Symbol result = pool->tables_->FindSymbol(name);
pool             2595 third_party/protobuf/src/google/protobuf/descriptor.cc   if (result.IsNull() && pool->underlay_ != NULL) {
pool             2597 third_party/protobuf/src/google/protobuf/descriptor.cc     result = FindSymbolNotEnforcingDepsHelper(pool->underlay_, name);
pool             2606 third_party/protobuf/src/google/protobuf/descriptor.cc     if (pool->TryFindSymbolInFallbackDatabase(name)) {
pool             2607 third_party/protobuf/src/google/protobuf/descriptor.cc       result = pool->tables_->FindSymbol(name);
pool             4701 third_party/protobuf/src/google/protobuf/descriptor.cc       if (enum_type->file()->pool() != DescriptorPool::generated_pool()) {
pool              899 third_party/protobuf/src/google/protobuf/descriptor.h   const DescriptorPool* pool() const;
pool             1402 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, pool, const DescriptorPool*)
pool              392 third_party/protobuf/src/google/protobuf/descriptor_database.cc DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool)
pool              393 third_party/protobuf/src/google/protobuf/descriptor_database.cc   : pool_(pool) {}
pool              314 third_party/protobuf/src/google/protobuf/descriptor_database.h   DescriptorPoolDatabase(const DescriptorPool& pool);
pool             1706 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
pool             1707 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.BuildFile(file_proto);
pool             1790 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
pool             1791 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.BuildFile(file_proto);
pool             2262 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
pool             2266 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
pool             2270 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
pool             2306 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.BuildFile(file_proto);
pool             2321 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
pool             2325 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
pool             2329 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(pool.BuildFile(file_proto) != NULL);
pool             2384 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.BuildFile(file_proto);
pool             4149 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4151 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
pool             4157 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(foo, pool.FindFileByName("foo.proto"));
pool             4159 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileByName("no_such_file.proto") == NULL);
pool             4163 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4165 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
pool             4171 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* bar = pool.FindFileByName("bar.proto");
pool             4182 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4184 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* bar = pool.FindFileByName("bar.proto");
pool             4190 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
pool             4201 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4203 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.FindFileContainingSymbol("Foo");
pool             4206 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(file, pool.FindFileByName("foo.proto"));
pool             4208 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileContainingSymbol("NoSuchSymbol") == NULL);
pool             4212 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4214 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* type = pool.FindMessageTypeByName("Foo");
pool             4217 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(type->file(), pool.FindFileByName("foo.proto"));
pool             4219 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("NoSuchType") == NULL);
pool             4223 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4225 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
pool             4228 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FieldDescriptor* extension = pool.FindExtensionByNumber(foo, 5);
pool             4231 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(extension->file(), pool.FindFileByName("bar.proto"));
pool             4233 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByNumber(foo, 12) == NULL);
pool             4237 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4239 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
pool             4245 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     pool.FindAllExtensions(foo, &extensions);
pool             4253 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database);
pool             4259 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     EXPECT_TRUE(pool.FindFileByName("error.proto") == NULL);
pool             4269 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database, &error_collector);
pool             4271 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileByName("error.proto") == NULL);
pool             4286 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_, &error_collector);
pool             4287 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("Baz") == NULL);
pool             4302 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
pool             4303 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("Baz") == NULL);
pool             4305 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileByName("baz.proto") == NULL);
pool             4306 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("Baz") == NULL);
pool             4317 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database);
pool             4319 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     pool.FindFileByName(original_file->name());
pool             4338 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&call_counter);
pool             4340 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.FindFileByName("foo.proto");
pool             4342 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
pool             4344 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum");
pool             4346 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const ServiceDescriptor* test_service = pool.FindServiceByName("TestService");
pool             4366 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileContainingSymbol("Foo.no.such.field") == NULL);
pool             4367 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileContainingSymbol("Foo.no_such_field") == NULL);
pool             4368 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("Foo.NoSuchMessageType") == NULL);
pool             4369 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFieldByName("Foo.no_such_field") == NULL);
pool             4370 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByName("Foo.no_such_extension") == NULL);
pool             4371 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindEnumTypeByName("Foo.NoSuchEnumType") == NULL);
pool             4372 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindEnumValueByName("Foo.NO_SUCH_VALUE") == NULL);
pool             4373 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMethodByName("TestService.NoSuchMethod") == NULL);
pool             4384 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&false_positive_database, &error_collector);
pool             4387 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
pool             4391 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("NoSuchSymbol") == NULL);
pool             4392 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByNumber(foo, 22) == NULL);
pool             4402 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database, &error_collector);
pool             4404 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileByName("error.proto") == NULL);
pool             4406 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFileByName("error.proto") == NULL);
pool             4415 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&call_counter);
pool             4417 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* file = pool.FindFileByName("foo.proto");
pool             4419 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
pool             4421 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const EnumDescriptor* test_enum = pool.FindEnumTypeByName("TestEnum");
pool             4427 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMessageTypeByName("TestEnum") == NULL);
pool             4428 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindFieldByName("Foo") == NULL);
pool             4429 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByName("Foo") == NULL);
pool             4430 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindEnumTypeByName("Foo") == NULL);
pool             4431 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindEnumValueByName("Foo") == NULL);
pool             4432 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindServiceByName("Foo") == NULL);
pool             4433 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindMethodByName("Foo") == NULL);
pool              176 third_party/protobuf/src/google/protobuf/dynamic_message.cc     const DescriptorPool* pool;      // The factory's DescriptorPool.
pool              454 third_party/protobuf/src/google/protobuf/dynamic_message.cc DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool)
pool              455 third_party/protobuf/src/google/protobuf/dynamic_message.cc   : pool_(pool), delegate_to_generated_factory_(false),
pool              474 third_party/protobuf/src/google/protobuf/dynamic_message.cc       type->file()->pool() == DescriptorPool::generated_pool()) {
pool              488 third_party/protobuf/src/google/protobuf/dynamic_message.cc   type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
pool              560 third_party/protobuf/src/google/protobuf/dynamic_message.cc       type_info->pool,
pool               81 third_party/protobuf/src/google/protobuf/dynamic_message.h   DynamicMessageFactory(const DescriptorPool* pool);
pool              182 third_party/protobuf/src/google/protobuf/extension_set.h                     const DescriptorPool* pool,
pool               57 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   DescriptorPoolExtensionFinder(const DescriptorPool* pool,
pool               60 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc       : pool_(pool), factory_(factory), containing_type_(containing_type) {}
pool               72 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc                                 const DescriptorPool* pool,
pool               90 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc         output->push_back(pool->FindExtensionByNumber(
pool              134 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                              const DescriptorPool* pool,
pool              444 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void SetExtensionRegistry(const DescriptorPool* pool,
pool             1063 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedInputStream::SetExtensionRegistry(const DescriptorPool* pool,
pool             1065 third_party/protobuf/src/google/protobuf/io/coded_stream.h   extension_pool_ = pool;
pool              286 third_party/protobuf/src/google/protobuf/message.cc   GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool())
pool              309 third_party/protobuf/src/google/protobuf/message.cc   if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL;
pool              341 third_party/protobuf/src/google/protobuf/message_unittest.cc   DescriptorPool pool;
pool              345 third_party/protobuf/src/google/protobuf/message_unittest.cc   const Descriptor* descriptor = pool.BuildFile(file)->message_type(0);
pool             2128 third_party/protobuf/src/google/protobuf/test_util.cc   const DescriptorPool* pool = base_descriptor->file()->pool();
pool             2131 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindFieldByName("protobuf_unittest.TestAllTypes.NestedMessage.bb");
pool             2133 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindFieldByName("protobuf_unittest.ForeignMessage.c");
pool             2135 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindFieldByName("protobuf_unittest_import.ImportMessage.d");
pool             2137 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindFieldByName("protobuf_unittest_import.PublicImportMessage.e");
pool             2139 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.TestAllTypes.FOO");
pool             2141 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.TestAllTypes.BAR");
pool             2143 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.TestAllTypes.BAZ");
pool             2145 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.FOREIGN_FOO");
pool             2147 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.FOREIGN_BAR");
pool             2149 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest.FOREIGN_BAZ");
pool             2151 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest_import.IMPORT_FOO");
pool             2153 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest_import.IMPORT_BAR");
pool             2155 third_party/protobuf/src/google/protobuf/test_util.cc     pool->FindEnumValueByName("protobuf_unittest_import.IMPORT_BAZ");
pool             2159 third_party/protobuf/src/google/protobuf/test_util.cc       pool->FindFieldByName("protobuf_unittest.OptionalGroup_extension.a");
pool             2161 third_party/protobuf/src/google/protobuf/test_util.cc       pool->FindFieldByName("protobuf_unittest.RepeatedGroup_extension.a");
pool             2164 third_party/protobuf/src/google/protobuf/test_util.cc       pool->FindFieldByName("protobuf_unittest.TestAllTypes.OptionalGroup.a");
pool             2166 third_party/protobuf/src/google/protobuf/test_util.cc       pool->FindFieldByName("protobuf_unittest.TestAllTypes.RepeatedGroup.a");
pool             4409 third_party/re2/util/valgrind.h #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed)             \
pool             4413 third_party/re2/util/valgrind.h                                pool, rzB, is_zeroed, 0, 0);       \
pool             4417 third_party/re2/util/valgrind.h #define VALGRIND_DESTROY_MEMPOOL(pool)                            \
pool             4421 third_party/re2/util/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool             4425 third_party/re2/util/valgrind.h #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size)                  \
pool             4429 third_party/re2/util/valgrind.h                                pool, addr, size, 0, 0);           \
pool             4433 third_party/re2/util/valgrind.h #define VALGRIND_MEMPOOL_FREE(pool, addr)                         \
pool             4437 third_party/re2/util/valgrind.h                                pool, addr, 0, 0, 0);              \
pool             4441 third_party/re2/util/valgrind.h #define VALGRIND_MEMPOOL_TRIM(pool, addr, size)                   \
pool             4445 third_party/re2/util/valgrind.h                                pool, addr, size, 0, 0);           \
pool             4457 third_party/re2/util/valgrind.h #define VALGRIND_MEMPOOL_CHANGE(pool, addrA, addrB, size)         \
pool             4461 third_party/re2/util/valgrind.h                                pool, addrA, addrB, size, 0);      \
pool             4465 third_party/re2/util/valgrind.h #define VALGRIND_MEMPOOL_EXISTS(pool)                             \
pool             4470 third_party/re2/util/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool              143 third_party/talloc/talloc.c 	void *pool;
pool              357 third_party/talloc/talloc.c 		pool_ctx = (struct talloc_chunk *)parent->pool;
pool              365 third_party/talloc/talloc.c 		- ((char *)pool_ctx->pool);
pool              376 third_party/talloc/talloc.c 	result = (struct talloc_chunk *)pool_ctx->pool;
pool              382 third_party/talloc/talloc.c 	pool_ctx->pool = (void *)((char *)result + chunk_size);
pool              385 third_party/talloc/talloc.c 	result->pool = pool_ctx;
pool              416 third_party/talloc/talloc.c 		tc->pool  = NULL;
pool              461 third_party/talloc/talloc.c 	tc->pool = (char *)result + TALLOC_POOL_HDR_SIZE;
pool              466 third_party/talloc/talloc.c 	VALGRIND_MAKE_MEM_NOACCESS(tc->pool, size);
pool              657 third_party/talloc/talloc.c 		struct talloc_chunk *pool;
pool              660 third_party/talloc/talloc.c 		pool = (tc->flags & TALLOC_FLAG_POOL)
pool              661 third_party/talloc/talloc.c 			? tc : (struct talloc_chunk *)tc->pool;
pool              663 third_party/talloc/talloc.c 		pool_object_count = talloc_pool_objectcount(pool);
pool              673 third_party/talloc/talloc.c 			free(pool);
pool             1076 third_party/talloc/talloc.c 		tc->pool = ((char *)tc + TC_HDR_SIZE + TALLOC_POOL_HDR_SIZE);
pool             1079 third_party/talloc/talloc.c 			tc->pool, tc->size - TALLOC_POOL_HDR_SIZE);
pool             1207 third_party/talloc/talloc.c 					 (tc->pool)) -= 1;
pool             1120 third_party/talloc/testsuite.c 	void *pool;
pool             1123 third_party/talloc/testsuite.c 	pool = talloc_pool(NULL, 1024);
pool             1125 third_party/talloc/testsuite.c 	p1 = talloc_size(pool, 80);
pool             1126 third_party/talloc/testsuite.c 	p2 = talloc_size(pool, 20);
pool             1130 third_party/talloc/testsuite.c 	talloc_free(pool);
pool             3826 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed)             \
pool             3830 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, rzB, is_zeroed, 0, 0);       \
pool             3834 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_DESTROY_MEMPOOL(pool)                            \
pool             3838 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool             3842 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size)                  \
pool             3846 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, addr, size, 0, 0);           \
pool             3850 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_MEMPOOL_FREE(pool, addr)                         \
pool             3854 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, addr, 0, 0, 0);              \
pool             3858 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_MEMPOOL_TRIM(pool, addr, size)                   \
pool             3862 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, addr, size, 0, 0);           \
pool             3874 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_MEMPOOL_CHANGE(pool, addrA, addrB, size)         \
pool             3878 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, addrA, addrB, size, 0);      \
pool             3882 third_party/tcmalloc/vendor/src/third_party/valgrind.h #define VALGRIND_MEMPOOL_EXISTS(pool)                             \
pool             3886 third_party/tcmalloc/vendor/src/third_party/valgrind.h                                pool, 0, 0, 0, 0);                 \
pool              220 tools/gn/function_toolchain.cc       !ReadString(block_scope, "pool", &t.pool, err) ||
pool               94 tools/gn/input_file_manager.cc   g_scheduler->pool()->PostWorkerTaskWithShutdownBehavior(
pool               86 tools/gn/ninja_toolchain_writer.cc     WRITE_ARG(pool);
pool               28 tools/gn/scheduler.h   base::SequencedWorkerPool* pool() { return pool_; }
pool               67 tools/gn/toolchain.h     std::string pool;