OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_value_bytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc
751
std::string
new_value_bytes
;
local
752
query.column_blob_as_string(1, &
new_value_bytes
);
754
new_value.ParseFromString(
new_value_bytes
);
756
new_value.SerializeToString(&
new_value_bytes
);
760
update.bind_blob(0,
new_value_bytes
.data(),
new_value_bytes
.length());
[
all
...]
/external/chromium_org/sync/syncable/
directory_backing_store.cc
675
std::string
new_value_bytes
;
local
676
query.ColumnBlobAsString(1, &
new_value_bytes
);
678
new_value.ParseFromString(
new_value_bytes
);
680
new_value.SerializeToString(&
new_value_bytes
);
682
update.BindBlob(0,
new_value_bytes
.data(),
new_value_bytes
.length());
[
all
...]
Completed in 1113 milliseconds