HomeSort by relevance Sort by last modified time
    Searched defs:Put (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
null_storage.cc 30 void NullStorage::Put(const std::string& key, std::string* data) {
validating_storage.cc 85 void ValidatingStorage::Put(const std::string& key, std::string* data) {
88 wrapped_storage_->Put(key, data);
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_write_batch.cc 26 void LevelDBWriteBatch::Put(const base::StringPiece& key,
28 write_batch_->Put(MakeSlice(key), MakeSlice(value));
leveldb_transaction.cc 56 void LevelDBTransaction::Put(const StringPiece& key, std::string* value) {
101 write_batch->Put(iterator->first, iterator->second->value);
462 void LevelDBDirectTransaction::Put(const StringPiece& key,
465 write_batch_->Put(key, *value);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
fake_storage.cc 35 void FakeStorage::Put(const std::string& key, std::string* data) {
retriever_test.cc 148 virtual void Put(const std::string& key, std::string* value) {
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_storage_impl.cc 20 void ChromeStorageImpl::Put(const std::string& key,
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_storage.cc 27 void FakeStorage::Put(const std::string& key, scoped_ptr<std::string> data) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.cc 58 void ByteArray::Put(int32_t index, byte_t b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
73 return Put(index, &((*b)[0]), 0, b->size());
76 int32_t ByteArray::Put(int32_t index,
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) {
169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) {
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 58 void ByteArray::Put(int32_t index, byte_t b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
73 return Put(index, &((*b)[0]), 0, b->size());
76 int32_t ByteArray::Put(int32_t index,
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) {
169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) {