value_type         52 apps/app_shim/app_shim_handler_mac.cc         handlers_.insert(HandlerMap::value_type(app_mode_id, handler)).second :
value_type         39 base/command_line.h   typedef StringType::value_type CharType;
value_type         51 base/containers/mru_cache.h   typedef std::list<value_type> PayloadList;
value_type        103 base/containers/mru_cache.h     ordering_.push_front(value_type(key, payload));
value_type         29 base/containers/scoped_ptr_hash_map.h   typedef typename Container::value_type value_type;
value_type        196 base/containers/small_map.h   typedef typename NormalMap::value_type value_type;
value_type        227 base/containers/small_map.h     typedef typename NormalMap::iterator::value_type value_type;
value_type        260 base/containers/small_map.h     inline value_type* operator->() const {
value_type        268 base/containers/small_map.h     inline value_type& operator*() const {
value_type        294 base/containers/small_map.h     inline explicit iterator(ManualConstructor<value_type>* init)
value_type        299 base/containers/small_map.h     ManualConstructor<value_type>* array_iter_;
value_type        307 base/containers/small_map.h     typedef typename NormalMap::const_iterator::value_type value_type;
value_type        345 base/containers/small_map.h     inline const value_type* operator->() const {
value_type        353 base/containers/small_map.h     inline const value_type& operator*() const {
value_type        376 base/containers/small_map.h         const ManualConstructor<value_type>* init)
value_type        382 base/containers/small_map.h     const ManualConstructor<value_type>* array_iter_;
value_type        439 base/containers/small_map.h   std::pair<iterator, bool> insert(const value_type& x) {
value_type        586 base/containers/small_map.h     ManualConstructor<value_type> dummy_;
value_type        587 base/containers/small_map.h     ManualConstructor<value_type> array_[kArraySize];
value_type        593 base/containers/small_map.h     ManualConstructor<value_type> temp_array[kArraySize];
value_type        134 base/containers/stack_container.h   typedef typename ContainerType::value_type ContainedType;
value_type        106 base/environment.cc size_t ParseEnvLine(const NativeEnvironmentString::value_type* input,
value_type        145 base/files/file_path.h   typedef StringType::value_type CharType;
value_type        138 base/json/string_escape.cc     ToUnsigned<StringPiece::value_type>::Unsigned c = *it;
value_type         29 base/memory/scoped_vector.h   typedef typename std::vector<T*>::value_type value_type;
value_type         26 base/posix/file_descriptor_shuffle.cc     InjectiveMultimap::value_type* i = &(*m)[i_index];
value_type         31 base/posix/file_descriptor_shuffle.cc       InjectiveMultimap::value_type* j = &(*m)[j_index];
value_type         39 base/posix/file_descriptor_shuffle.cc       InjectiveMultimap::value_type* j = &(*m)[j_index];
value_type        411 base/process/launch_posix.cc         const FileHandleMappingVector::value_type& value =
value_type        207 base/stl_util.h                             std::less<typename Container::value_type>())
value_type         85 base/strings/string_number_conversions.cc       *it = static_cast<typename STR::value_type>((res % 10) + '0');
value_type         91 base/strings/string_number_conversions.cc       *it = static_cast<typename STR::value_type>('-');
value_type        170 base/strings/string_number_conversions.cc   typedef typename traits::value_type value_type;
value_type        176 base/strings/string_number_conversions.cc                      value_type* output) {
value_type        185 base/strings/string_number_conversions.cc       if (!std::numeric_limits<value_type>::is_signed) {
value_type        212 base/strings/string_number_conversions.cc                        typename traits::value_type* output) {
value_type        248 base/strings/string_number_conversions.cc     static bool CheckBounds(value_type* output, uint8 new_digit) {
value_type        249 base/strings/string_number_conversions.cc       if (*output > static_cast<value_type>(traits::max() / traits::kBase) ||
value_type        250 base/strings/string_number_conversions.cc           (*output == static_cast<value_type>(traits::max() / traits::kBase) &&
value_type        257 base/strings/string_number_conversions.cc     static void Increment(uint8 increment, value_type* output) {
value_type        264 base/strings/string_number_conversions.cc     static bool CheckBounds(value_type* output, uint8 new_digit) {
value_type        273 base/strings/string_number_conversions.cc     static void Increment(uint8 increment, value_type* output) {
value_type        284 base/strings/string_number_conversions.cc   static value_type min() {
value_type        285 base/strings/string_number_conversions.cc     return std::numeric_limits<value_type>::min();
value_type        287 base/strings/string_number_conversions.cc   static value_type max() {
value_type        288 base/strings/string_number_conversions.cc     return std::numeric_limits<value_type>::max();
value_type         85 base/strings/string_piece.cc              typename STR::value_type* buf,
value_type         89 base/strings/string_piece.cc   memcpy(buf, self.data() + pos, ret * sizeof(typename STR::value_type));
value_type        125 base/strings/string_piece.cc              typename STR::value_type c,
value_type        172 base/strings/string_piece.cc               typename STR::value_type c,
value_type        274 base/strings/string_piece.cc                           typename STR::value_type c,
value_type        389 base/strings/string_piece.cc                          typename STR::value_type c,
value_type        161 base/strings/string_piece.h   typedef typename STRING_TYPE::value_type value_type;
value_type        162 base/strings/string_piece.h   typedef const value_type* pointer;
value_type        163 base/strings/string_piece.h   typedef const value_type& reference;
value_type        164 base/strings/string_piece.h   typedef const value_type& const_reference;
value_type        166 base/strings/string_piece.h   typedef const value_type* const_iterator;
value_type        176 base/strings/string_piece.h   BasicStringPiece(const value_type* str)
value_type        181 base/strings/string_piece.h   BasicStringPiece(const value_type* offset, size_type len)
value_type        192 base/strings/string_piece.h   const value_type* data() const { return ptr_; }
value_type        201 base/strings/string_piece.h   void set(const value_type* data, size_type len) {
value_type        205 base/strings/string_piece.h   void set(const value_type* str) {
value_type        210 base/strings/string_piece.h   value_type operator[](size_type i) const { return ptr_[i]; }
value_type        248 base/strings/string_piece.h   static int wordmemcmp(const value_type* p,
value_type        249 base/strings/string_piece.h                         const value_type* p2,
value_type        264 base/strings/string_piece.h   size_type copy(value_type* buf, size_type n, size_type pos = 0) const {
value_type        286 base/strings/string_piece.h   size_type find(value_type c, size_type pos = 0) const {
value_type        295 base/strings/string_piece.h   size_type rfind(value_type c, size_type pos = BasicStringPiece::npos) const {
value_type        304 base/strings/string_piece.h   size_type find_first_of(value_type c, size_type pos = 0) const {
value_type        313 base/strings/string_piece.h   size_type find_first_not_of(value_type c, size_type pos = 0) const {
value_type        322 base/strings/string_piece.h   size_type find_last_of(value_type c,
value_type        332 base/strings/string_piece.h   size_type find_last_not_of(value_type c,
value_type        344 base/strings/string_piece.h   const value_type* ptr_;
value_type        147 base/strings/string_piece_unittest.cc   temp += static_cast<typename TypeParam::value_type>(0);
value_type        151 base/strings/string_piece_unittest.cc   ASSERT_EQ(a[6], static_cast<typename TypeParam::value_type>('g'));
value_type        152 base/strings/string_piece_unittest.cc   ASSERT_EQ(b[0], static_cast<typename TypeParam::value_type>('a'));
value_type        153 base/strings/string_piece_unittest.cc   ASSERT_EQ(c[2], static_cast<typename TypeParam::value_type>('z'));
value_type        154 base/strings/string_piece_unittest.cc   ASSERT_EQ(f[3], static_cast<typename TypeParam::value_type>('\0'));
value_type        155 base/strings/string_piece_unittest.cc   ASSERT_EQ(f[5], static_cast<typename TypeParam::value_type>('5'));
value_type        157 base/strings/string_piece_unittest.cc   ASSERT_EQ(*d.data(), static_cast<typename TypeParam::value_type>('f'));
value_type        158 base/strings/string_piece_unittest.cc   ASSERT_EQ(d.data()[5], static_cast<typename TypeParam::value_type>('r'));
value_type        161 base/strings/string_piece_unittest.cc   ASSERT_EQ(*a.begin(), static_cast<typename TypeParam::value_type>('a'));
value_type        162 base/strings/string_piece_unittest.cc   ASSERT_EQ(*(b.begin() + 2), static_cast<typename TypeParam::value_type>('c'));
value_type        163 base/strings/string_piece_unittest.cc   ASSERT_EQ(*(c.end() - 1), static_cast<typename TypeParam::value_type>('z'));
value_type        165 base/strings/string_piece_unittest.cc   ASSERT_EQ(*a.rbegin(), static_cast<typename TypeParam::value_type>('z'));
value_type        167 base/strings/string_piece_unittest.cc             static_cast<typename TypeParam::value_type>('a'));
value_type        168 base/strings/string_piece_unittest.cc   ASSERT_EQ(*(c.rend() - 1), static_cast<typename TypeParam::value_type>('x'));
value_type        215 base/strings/string_piece_unittest.cc   typename TypeParam::value_type buf[4] = { '%', '%', '%', '%' };
value_type        478 base/strings/string_piece_unittest.cc   s1 += static_cast<typename TypeParam::value_type>('\0');
value_type        585 base/strings/string_piece_unittest.cc   ASSERT_EQ(s.data(), (const typename TypeParam::value_type*)NULL);
value_type        589 base/strings/string_piece_unittest.cc   ASSERT_EQ(s.data(), (const typename TypeParam::value_type*)NULL);
value_type         18 base/strings/string_split.cc                   const typename STR::value_type s,
value_type         94 base/strings/string_tokenizer.h   typedef typename str::value_type char_type;
value_type        121 base/strings/string_util.cc                    const typename STR::value_type replace_chars[],
value_type        167 base/strings/string_util.cc                           const typename STR::value_type trim_chars[],
value_type        332 base/strings/string_util.cc     typename ToUnsigned<typename STR::value_type>::Unsigned c = str[i];
value_type        432 base/strings/string_util.cc                       base::CaseInsensitiveCompare<typename STR::value_type>());
value_type        452 base/strings/string_util.cc                       base::CaseInsensitiveCompare<typename STR::value_type>());
value_type        428 base/strings/string_util.h inline typename string_type::value_type* WriteInto(string_type* str,
value_type         43 base/strings/stringprintf.cc                            const typename StringType::value_type* format,
value_type         48 base/strings/stringprintf.cc   typename StringType::value_type stack_buf[1024];
value_type         93 base/strings/stringprintf.cc     std::vector<typename StringType::value_type> mem_buf(mem_length);
value_type         29 chrome/browser/chrome_page_zoom.cc std::vector<double> PresetZoomValues(PageZoomValueType value_type,
value_type         38 chrome/browser/chrome_page_zoom.cc     if (value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL)
value_type         46 chrome/browser/chrome_page_zoom.cc   double min = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
value_type         49 chrome/browser/chrome_page_zoom.cc   double max = value_type == PAGE_ZOOM_VALUE_TYPE_LEVEL ?
value_type        188 chrome/browser/chromeos/extensions/file_manager/file_browser_private_apitest.cc       mount_points_.insert(DiskMountManager::MountPointMap::value_type(
value_type        201 chrome/browser/chromeos/extensions/file_manager/file_browser_private_apitest.cc         volumes_.insert(DiskMountManager::DiskMap::value_type(
value_type        150 chrome/browser/chromeos/mobile/mobile_activator.cc     error_map.insert(ErrorMap::value_type(it.key(), value));
value_type        581 chrome/browser/devtools/devtools_adb_bridge.cc           DescriptorMultimap::value_type(descriptor->socket, descriptor));
value_type        424 chrome/browser/extensions/api/alarms/alarm_manager.cc             ReadyMap::value_type(extension->id(), ReadyQueue()));
value_type        286 chrome/browser/extensions/api/desktop_capture/desktop_capture_api.cc       RequestsMap::value_type(RequestId(process_id, request_id), handler));
value_type        327 chrome/browser/extensions/api/location/location_manager.cc       LocationRequestMap::value_type(extension_id, location_request));
value_type        255 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc   g_tab_observer.Get().insert(TabObserverMap::value_type(web_contents, this));
value_type         34 chrome/browser/history/url_utils.cc   const std::string::value_type* ch1 = s1.c_str();
value_type         35 chrome/browser/history/url_utils.cc   const std::string::value_type* ch2 = s2.c_str();
value_type         95 chrome/browser/icon_loader_chromeos.cc   const ExtensionIconMap::value_type kExtensionIdrBySizeData[] = {
value_type        179 chrome/browser/net/evicted_domain_cookie_counter.cc           EvictedCookieMap::value_type(key, evicted_cookie));
value_type         88 chrome/browser/password_manager/password_store_win_unittest.cc                                         sizeof(std::wstring::value_type));
value_type        515 chrome/browser/policy/configuration_policy_handler_list_factory.cc                                 kSimplePolicyMap[i].value_type)));
value_type        129 chrome/browser/safe_browsing/safe_browsing_store_file.cc     typename CT::value_type value;
value_type        120 chrome/browser/search_engines/default_search_policy_handler.cc           kDefaultSearchPolicyMap[i].value_type));
value_type        268 chrome/browser/search_engines/template_url_service.cc   bool operator()(const KeywordToTemplateMap::value_type& elem1,
value_type        269 chrome/browser/search_engines/template_url_service.cc                   const KeywordToTemplateMap::value_type& elem2) const {
value_type        445 chrome/browser/search_engines/template_url_service.cc           KeywordToTemplateMap::value_type(prefix, kNullTemplateURL),
value_type        156 chrome/browser/ui/autofill/autofill_dialog_types.cc   messages_.insert(MessageMap::value_type(field, message));
value_type        480 chrome/browser/ui/webui/options/core_options_handler.cc         PreferenceCallbackMap::value_type(pref_name, callback_func_name));
value_type        176 chrome/installer/gcapi/gcapi.cc     DWORD value_type = REG_DWORD;
value_type        179 chrome/installer/gcapi/gcapi.cc     if (::RegQueryValueEx(key, company, 0, &value_type,
value_type        182 chrome/installer/gcapi/gcapi.cc         REG_DWORD == value_type &&
value_type        543 chrome/installer/util/installation_validator.cc     const SwitchExpectations::value_type& expectation = expected[i];
value_type        137 chrome/installer/util/registry_key_backup.cc     DWORD value_type = REG_NONE;
value_type        144 chrome/installer/util/registry_key_backup.cc                             NULL, &value_type, &value_buffer[0], &value_size);
value_type        151 chrome/installer/util/registry_key_backup.cc           values.back().Initialize(&name_buffer[0], name_size, value_type,
value_type        169 chrome/installer/util/registry_key_backup.cc                                   &name_size, NULL, &value_type, NULL,
value_type        226 chromeos/dbus/gsm_sms_client.cc     proxies_.insert(ProxyMap::value_type(key, proxy));
value_type        189 chromeos/dbus/modem_messaging_client.cc     proxies_.insert(ProxyMap::value_type(key, proxy));
value_type        235 chromeos/dbus/shill_device_client.cc     helpers_.insert(HelperMap::value_type(device_path.value(), helper));
value_type         74 chromeos/dbus/shill_ipconfig_client.cc     helpers_.insert(HelperMap::value_type(ipconfig_path.value(), helper));
value_type         92 chromeos/dbus/shill_profile_client.cc   helpers_.insert(HelperMap::value_type(profile_path.value(), helper));
value_type        245 chromeos/dbus/shill_service_client.cc     helpers_.insert(HelperMap::value_type(service_path.value(), helper));
value_type        321 chromeos/disks/disk_mount_manager.cc       mount_points_.insert(MountPointMap::value_type(mount_info.mount_path,
value_type         31 components/autofill/core/browser/personal_data_manager.cc const base::string16::value_type kCreditCardPrefix[] = {'*', 0};
value_type        125 components/os_crypt/ie7_password_win.cc                                     sizeof(std::string::value_type));
value_type        130 components/os_crypt/ie7_password_win.cc                                       sizeof(std::wstring::value_type));
value_type         43 components/os_crypt/os_crypt_win.cc   ciphertext->assign(reinterpret_cast<std::string::value_type*>(output.pbData),
value_type         68 components/policy/core/browser/configuration_policy_handler.cc     base::Value::Type value_type)
value_type         70 components/policy/core/browser/configuration_policy_handler.cc       value_type_(value_type) {
value_type        293 components/policy/core/browser/configuration_policy_handler.cc     base::Value::Type value_type)
value_type        294 components/policy/core/browser/configuration_policy_handler.cc     : TypeCheckingPolicyHandler(policy_name, value_type),
value_type         31 components/policy/core/browser/configuration_policy_handler.h   const base::Value::Type value_type;
value_type         79 components/policy/core/browser/configuration_policy_handler.h                             base::Value::Type value_type);
value_type        148 components/policy/core/browser/configuration_policy_handler.h                       base::Value::Type value_type);
value_type        204 components/policy/core/common/policy_map.cc bool PolicyMap::MapEntryEquals(const PolicyMap::PolicyMapType::value_type& a,
value_type        205 components/policy/core/common/policy_map.cc                                const PolicyMap::PolicyMapType::value_type& b) {
value_type        117 components/policy/core/common/policy_map.h   static bool MapEntryEquals(const PolicyMapType::value_type& a,
value_type        118 components/policy/core/common/policy_map.h                              const PolicyMapType::value_type& b);
value_type         67 components/policy/core/common/schema.cc     base::Value::Type value_type;
value_type         79 components/policy/core/common/schema.cc       *type = kSchemaToValueTypeMap[i].value_type;
value_type         76 content/browser/download/save_file_manager.cc       StartingRequestsMap::value_type(save_url.spec(), save_package)).second;
value_type        104 content/browser/indexed_db/indexed_db_database.cc const base::string16::value_type kNoStringVersion[] = {0};
value_type         94 content/browser/indexed_db/list_set.h     inline value_type& operator*() { return *it_; }
value_type         95 content/browser/indexed_db/list_set.h     inline value_type* operator->() { return &(*it_); }
value_type        134 content/browser/indexed_db/list_set.h     inline const value_type& operator*() { return *it_; }
value_type        135 content/browser/indexed_db/list_set.h     inline const value_type* operator->() { return &(*it_); }
value_type         77 content/browser/renderer_host/websocket_dispatcher_host.cc     hosts_.insert(WebSocketHostTable::value_type(routing_id, host));
value_type        100 content/child/indexed_db/indexed_db_dispatcher_unittest.cc       base::string16(kKeySize / sizeof(base::string16::value_type), 'x'));
value_type        280 content/common/gpu/media/android_video_encode_accelerator.cc   const PendingFrames::value_type& input = pending_frames_.front();
value_type         87 content/common/indexed_db/indexed_db_key.cc                      (binary.length() * sizeof(std::string::value_type))) {}
value_type         93 content/common/indexed_db/indexed_db_key.cc                      (string.length() * sizeof(base::string16::value_type))) {}
value_type         30 content/utility/utility_thread_impl.cc     dest->push_back(typename DEST::value_type(*i));
value_type         69 courgette/encoded_program.cc       ok = items->push_back(static_cast<typename V::value_type>(item));
value_type        126 courgette/encoded_program.cc     size_t byte_count = count * sizeof(typename V::value_type);
value_type        141 courgette/encoded_program.cc     size_t byte_count = count * sizeof(typename V::value_type);
value_type        127 courgette/memory_allocator.h   typedef value_type* pointer;
value_type        128 courgette/memory_allocator.h   typedef value_type& reference;
value_type        129 courgette/memory_allocator.h   typedef const value_type* const_pointer;
value_type        130 courgette/memory_allocator.h   typedef const value_type& const_reference;
value_type        237 courgette/memory_allocator.h   typedef value_type* pointer;
value_type        238 courgette/memory_allocator.h   typedef value_type& reference;
value_type        239 courgette/memory_allocator.h   typedef const value_type* const_pointer;
value_type        240 courgette/memory_allocator.h   typedef const value_type& const_reference;
value_type        214 google_apis/drive/gdata_wapi_parser.cc bool SortBySize(const InstalledApp::IconList::value_type& a,
value_type        215 google_apis/drive/gdata_wapi_parser.cc                 const InstalledApp::IconList::value_type& b) {
value_type        192 media/audio/win/audio_manager_win.cc   size_t bytes_in_char16 = sizeof(base::string16::value_type);
value_type        198 media/audio/win/audio_manager_win.cc   base::string16::value_type* name_ptr = WriteInto(&device_interface_name,
value_type        187 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc       node_map_.insert(NodeMap::value_type(path, node));
value_type        214 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc       node_map_.insert(NodeMap::value_type(path, node));
value_type        207 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       entity_map_.insert(EntityMap::value_type(url, entity));
value_type         37 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc       resource_map_.insert(ResourceMap::value_type(handle, resource_tracker));
value_type        111 net/base/escape.cc   const typename STR::value_type most_sig_digit(
value_type        112 net/base/escape.cc       static_cast<typename STR::value_type>(escaped_text[index + 1]));
value_type        113 net/base/escape.cc   const typename STR::value_type least_sig_digit(
value_type        114 net/base/escape.cc       static_cast<typename STR::value_type>(escaped_text[index + 2]));
value_type        239 net/base/escape.cc void AppendEscapedCharForHTMLImpl(typename str::value_type c, str* output) {
value_type         42 net/base/linked_hash_map.h   typedef typename ListType::value_type value_type;
value_type       1912 net/base/net_util.cc   const std::string::value_type kComma = ',';
value_type        437 net/cert/multi_threaded_cert_verifier.cc   const CertVerifierCache::value_type* cached_entry =
value_type        111 net/cert/x509_cert_types_mac.cc       reinterpret_cast<std::string::value_type*>(data.Data),
value_type        131 net/cert/x509_certificate.cc       CertMap::value_type cache_value(fingerprint, cache_entry);
value_type       1770 net/cookies/cookie_monster.cc       cookies_.insert(CookieMap::value_type(key, cc));
value_type       1905 net/cookies/cookie_monster_unittest.cc       check_map.insert(TimeCookieMap::value_type(
value_type       2771 net/disk_cache/backend_unittest.cc   disk_cache::StatsItems::value_type hits("Create hit", "0x1");
value_type        425 net/disk_cache/simple/simple_index.cc         index_file_entries->insert(EntrySet::value_type(entry_hash,
value_type        487 net/http/http_response_headers.cc           HeadersMap::value_type(lower_name, headers.size())).first;
value_type         67 net/proxy/proxy_config_service_linux_unittest.cc template<typename key_type, typename value_type>
value_type         69 net/proxy/proxy_config_service_linux_unittest.cc   typedef std::map<key_type, value_type*> map_type;
value_type         72 net/proxy/proxy_config_service_linux_unittest.cc   value_type Get(key_type key) {
value_type         76 net/proxy/proxy_config_service_linux_unittest.cc     value_type* value_ptr = it->second;
value_type         35 net/quic/quic_utils_chromium.h const typename Collection::value_type::second_type&
value_type         37 net/quic/quic_utils_chromium.h           const typename Collection::value_type::first_type& key) {
value_type         45 net/quic/quic_utils_chromium.h typename Collection::value_type::second_type&
value_type         47 net/quic/quic_utils_chromium.h           const typename Collection::value_type::first_type& key) {
value_type         56 net/quic/quic_utils_chromium.h const typename Collection::value_type::second_type*
value_type         58 net/quic/quic_utils_chromium.h            const typename Collection::value_type::first_type& key) {
value_type         68 net/quic/quic_utils_chromium.h typename Collection::value_type::second_type*
value_type         70 net/quic/quic_utils_chromium.h            const typename Collection::value_type::first_type& key) {
value_type        301 net/tools/balsa/balsa_headers.h     typedef value_type& reference;
value_type        302 net/tools/balsa/balsa_headers.h     typedef value_type* pointer;
value_type        397 net/tools/balsa/balsa_headers.h       value_ = value_type(
value_type        235 ppapi/proxy/host_dispatcher.cc         PluginSupportedMap::value_type(iface_name, supported));
value_type        133 ppapi/proxy/media_stream_audio_track_resource.cc   buffers_.insert(BufferMap::value_type(resource->pp_resource(), resource));
value_type        177 ppapi/proxy/media_stream_video_track_resource.cc   frames_.insert(FrameMap::value_type(resource->pp_resource(), resource));
value_type         47 ppapi/tests/clang/find_affected_interfaces.cc             StringBoolMap::value_type(type_string, false));
value_type         55 rlz/lib/machine_id.cc     size_t byte_count = sid_string.size() * sizeof(base::string16::value_type);
value_type         45 sandbox/win/src/handle_closer.cc         HandleMap::value_type(handle_type, HandleMap::mapped_type()));
value_type         63 sync/api/attachments/fake_attachment_store.cc   attachments_.insert(AttachmentMap::value_type(attachment_id, attachment));
value_type        344 sync/engine/syncer_unittest.cc           map<int, syncable::Id>::value_type entry(test->commit_index,
value_type       1096 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    ObjectValues::value_type defaultValue( key, null );
value_type       1161 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    ObjectValues::value_type defaultValue( actualKey, null );
value_type        208 third_party/libaddressinput/chromium/cpp/src/util/stl_util.h                             std::greater<typename Container::value_type>())
value_type        424 third_party/libusb/src/libusb/os/windows_usb.c 			DWORD value_type=0;
value_type        426 third_party/libusb/src/libusb/os/windows_usb.c 			status = pRegQueryValueExW(hkey_device_interface, L"LUsb0", NULL, &value_type,
value_type        113 third_party/npapi/npspy/common/format.cpp                            const typename StringType::value_type* format,
value_type        118 third_party/npapi/npspy/common/format.cpp   typename StringType::value_type stack_buf[1024];
value_type        163 third_party/npapi/npspy/common/format.cpp     std::vector<typename StringType::value_type> mem_buf(mem_length);
value_type        104 third_party/protobuf/src/google/protobuf/descriptor_database.cc     by_symbol_.insert(typename map<string, Value>::value_type(name, value));
value_type        131 third_party/protobuf/src/google/protobuf/descriptor_database.cc   by_symbol_.insert(iter, typename map<string, Value>::value_type(name, value));
value_type        278 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc       extensions_.size() * sizeof(map<int, Extension>::value_type);
value_type        139 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef value_type& reference;
value_type        140 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef const value_type& const_reference;
value_type        141 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef value_type* pointer;
value_type        142 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef const value_type* const_pointer;
value_type        454 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef value_type& reference;
value_type        455 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef const value_type& const_reference;
value_type        456 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef value_type* pointer;
value_type        457 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef const value_type* const_pointer;
value_type        832 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   RepeatedField<int>::value_type value = *c_iter;
value_type        882 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   RepeatedPtrField<string>::value_type value = *c_iter;
value_type         46 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::second_type&
value_type         48 third_party/protobuf/src/google/protobuf/stubs/map-util.h                 const typename Collection::value_type::first_type& key,
value_type         49 third_party/protobuf/src/google/protobuf/stubs/map-util.h                 const typename Collection::value_type::second_type& value) {
value_type         61 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::second_type*
value_type         63 third_party/protobuf/src/google/protobuf/stubs/map-util.h            const typename Collection::value_type::first_type& key) {
value_type         87 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::second_type&
value_type         89 third_party/protobuf/src/google/protobuf/stubs/map-util.h           const typename Collection::value_type::first_type& key) {
value_type        101 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::second_type
value_type        103 third_party/protobuf/src/google/protobuf/stubs/map-util.h               const typename Collection::value_type::first_type& key) {
value_type        119 third_party/protobuf/src/google/protobuf/stubs/map-util.h     collection->insert(typename Collection::value_type(key, value));
value_type        136 third_party/protobuf/src/google/protobuf/stubs/map-util.h     collection->insert(typename Collection::value_type(key, value));
value_type        163 third_party/re2/util/sparse_array.h   pair<iterator, bool> insert(const value_type& new_value);
value_type        323 third_party/re2/util/sparse_array.h     const value_type& new_value) {
value_type       86630 third_party/sqlite/amalgamation/sqlite3.c   int  (*value_type)(sqlite3_value*);
value_type       86835 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_value_type             sqlite3_api->value_type
value_type        148 third_party/sqlite/src/src/sqlite3ext.h   int  (*value_type)(sqlite3_value*);
value_type        353 third_party/sqlite/src/src/sqlite3ext.h #define sqlite3_value_type             sqlite3_api->value_type
value_type         30 tools/android/forwarder2/util.h   const typename Map::value_type::second_type shared_ptr_copy = it->second;
value_type        194 ui/base/accelerators/accelerator.cc           static_cast<base::string16::value_type>(base::ToUpperASCII(c));
value_type        208 ui/base/accelerators/accelerator.cc             static_cast<base::string16::value_type>(g_ascii_toupper(name[0]));
value_type        900 ui/base/dragdrop/os_exchange_data_provider_win.cc       (data.size() + 1) * sizeof(std::basic_string<T>::value_type));
value_type         57 url/url_canon_stdstring.h     public url_canon::Replacements<typename STR::value_type> {
value_type         47 webkit/browser/appcache/appcache.cc   entries_.insert(EntryMap::value_type(url, entry));
value_type         53 webkit/browser/appcache/appcache.cc       entries_.insert(EntryMap::value_type(url, entry));
value_type         41 webkit/browser/appcache/appcache_backend_impl.cc       HostMap::value_type(id, new AppCacheHost(id, frontend_, service_)));
value_type        184 webkit/browser/appcache/appcache_group.cc   queued_updates_.insert(QueuedUpdates::value_type(host, new_master_resource));
value_type        568 webkit/browser/appcache/appcache_service.cc       BackendMap::value_type(backend_impl->process_id(), backend_impl));
value_type         34 webkit/browser/appcache/appcache_storage.cc       DelegateReferenceMap::value_type(delegate, this));
value_type         53 webkit/browser/appcache/appcache_storage.cc       PendingResponseInfoLoads::value_type(response_id, this));
value_type        844 webkit/browser/appcache/appcache_storage_impl.cc         WhiteListMap::value_type(cache_id, NamespaceVector()));
value_type         50 webkit/browser/appcache/appcache_update_job.cc         NotifyHostMap::value_type(host->frontend(), HostIds()));
value_type        382 webkit/browser/appcache/appcache_update_job.cc             PendingMasters::value_type(new_master_resource, PendingHosts()));
value_type       1094 webkit/browser/appcache/appcache_update_job.cc       AppCache::EntryMap::value_type(url, AppCacheEntry(type)));
value_type       1142 webkit/browser/appcache/appcache_update_job.cc           PendingUrlFetches::value_type(url_to_fetch.url, fetcher));
value_type       1252 webkit/browser/appcache/appcache_update_job.cc       master_entry_fetches_.insert(PendingUrlFetches::value_type(url, fetcher));
value_type       1311 webkit/browser/appcache/appcache_update_job.cc       LoadingResponses::value_type(copy_me->response_id(), url));
value_type       1223 webkit/browser/appcache/appcache_update_job_unittest.cc         std::map<GURL, int64>::value_type(
value_type       1551 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       1554 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       1557 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       1560 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_response_ids_.insert(std::map<GURL, int64>::value_type(
value_type       1562 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_response_ids_.insert(std::map<GURL, int64>::value_type(
value_type       2248 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       2302 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       2430 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       2598 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type       2669 webkit/browser/appcache/appcache_update_job_unittest.cc     expect_extra_entries_.insert(AppCache::EntryMap::value_type(
value_type         38 webkit/browser/appcache/appcache_working_set.cc   caches_.insert(CacheMap::value_type(cache_id, cache));
value_type         50 webkit/browser/appcache/appcache_working_set.cc   groups_.insert(GroupMap::value_type(url, group));
value_type         51 webkit/browser/appcache/appcache_working_set.cc   groups_by_origin_[url.GetOrigin()].insert(GroupMap::value_type(url, group));
value_type         73 webkit/browser/appcache/appcache_working_set.cc   response_infos_.insert(ResponseInfoMap::value_type(response_id, info));
value_type        470 webkit/browser/appcache/mock_appcache_storage.cc         StoredCacheMap::value_type(cache_id, make_scoped_refptr(cache)));
value_type        493 webkit/browser/appcache/mock_appcache_storage.cc         StoredGroupMap::value_type(url, make_scoped_refptr(group)));
value_type         24 webkit/common/blob/shareable_file_reference.cc   typedef FileMap::value_type value_type;
value_type         42 webkit/common/blob/shareable_file_reference.cc   std::pair<iterator, bool> Insert(value_type value) {
value_type         90 webkit/common/blob/shareable_file_reference.cc       ShareableFileMap::value_type(scoped_file.path(), null_reference));