Searched refs:InsertOrUpdate (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/re2/util/ |
D | sparse_array_test.cc | 62 InsertOrUpdate(&str_map_, 1, "a"); in SparseArrayStringTest() 63 InsertOrUpdate(&str_map_, 5, "b"); in SparseArrayStringTest() 64 InsertOrUpdate(&str_map_, 2, "c"); in SparseArrayStringTest() 65 InsertOrUpdate(&str_map_, 7, "d"); in SparseArrayStringTest()
|
/external/regex-re2/util/ |
D | sparse_array_test.cc | 62 InsertOrUpdate(&str_map_, 1, "a"); in SparseArrayStringTest() 63 InsertOrUpdate(&str_map_, 5, "b"); in SparseArrayStringTest() 64 InsertOrUpdate(&str_map_, 2, "c"); in SparseArrayStringTest() 65 InsertOrUpdate(&str_map_, 7, "d"); in SparseArrayStringTest()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | map-util.h | 92 bool InsertOrUpdate(Collection * const collection, in InsertOrUpdate() function
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | map-util.h | 116 bool InsertOrUpdate(Collection * const collection, in InsertOrUpdate() function
|
/external/chromium_org/net/cert/ |
D | x509_certificate.cc | 73 void InsertOrUpdate(X509Certificate::OSCertHandle* cert_handle); 117 void X509CertificateCache::InsertOrUpdate( in InsertOrUpdate() function in net::__anond3528ae10111::X509CertificateCache 195 g_x509_certificate_cache.Pointer()->InsertOrUpdate(cert_handle); in InsertOrUpdateCache()
|