Searched defs:InsertOrUpdate (Results 1 - 3 of 3) sorted by relevance

/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/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h92 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 202 milliseconds