Searched refs:InsertOrUpdate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dsparse_array_test.cc62 InsertOrUpdate(&str_map_, 1, "a");
63 InsertOrUpdate(&str_map_, 5, "b");
64 InsertOrUpdate(&str_map_, 2, "c");
65 InsertOrUpdate(&str_map_, 7, "d");
/external/regex-re2/util/
H A Dsparse_array_test.cc62 InsertOrUpdate(&str_map_, 1, "a");
63 InsertOrUpdate(&str_map_, 5, "b");
64 InsertOrUpdate(&str_map_, 2, "c");
65 InsertOrUpdate(&str_map_, 7, "d");
/external/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h92 bool InsertOrUpdate(Collection * const collection, function in namespace:google::protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h116 bool InsertOrUpdate(Collection * const collection, function in namespace:google::protobuf
/external/chromium_org/net/cert/
H A Dx509_certificate.cc73 void InsertOrUpdate(X509Certificate::OSCertHandle* cert_handle);
76 // previously obtained by calling InsertOrUpdate(). If this is the last
91 // Increased by each call to InsertOrUpdate(), and balanced by each call
93 // InsertOrUpdate() have been released, so the cache entry will be removed
117 void X509CertificateCache::InsertOrUpdate( function in class:net::__anon9108::X509CertificateCache
191 // See X509CertificateCache::InsertOrUpdate. NSS has a built-in cache, so there
195 g_x509_certificate_cache.Pointer()->InsertOrUpdate(cert_handle);

Completed in 212 milliseconds