HomeSort by relevance Sort by last modified time
    Searched refs:Int64Field (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.h 25 const char* GetInt64FieldString(Int64Field int64_field);
syncable_enum_conversions.cc 46 const char* GetInt64FieldString(Int64Field int64_field) {
syncable.h 72 enum Int64Field {
266 inline void put(Int64Field field, int64 value) {
298 inline int64 ref(Int64Field field) const {
372 inline int64 Get(Int64Field field) const {
482 bool Put(Int64Field field, const int64& value);
    [all...]
directory_backing_store.cc 76 statement->bind_int64(index++, entry.ref(static_cast<Int64Field>(i)));
105 (*kernel)->put(static_cast<Int64Field>(i), statement->column_int64(i));
    [all...]
syncable_unittest.cc     [all...]
syncable.cc 509 entry->put(static_cast<Int64Field>(i), 0);
    [all...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.h 27 SYNC_EXPORT_PRIVATE const char* GetInt64FieldString(Int64Field int64_field);
mutable_entry.h 51 bool Put(Int64Field field, const int64& value);
entry_kernel.h 55 enum Int64Field {
223 inline void put(Int64Field field, int64 value) {
264 inline int64 ref(Int64Field field) const {
entry.h 67 inline int64 Get(Int64Field field) const {
syncable_enum_conversions.cc 47 const char* GetInt64FieldString(Int64Field int64_field) {
entry.cc 135 << kernel->ref(static_cast<Int64Field>(i)) << ", ";
mutable_entry.cc 157 bool MutableEntry::Put(Int64Field field, const int64& value) {
directory_backing_store.cc 47 statement->BindInt64(index++, entry.ref(static_cast<Int64Field>(i)));
83 kernel->put(static_cast<Int64Field>(i), statement->ColumnInt64(i));
    [all...]
syncable_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 435 int64 Get(int64 metahandle, syncable::Int64Field field) const {
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 513 int64 Get(int64 metahandle, syncable::Int64Field field) {
    [all...]

Completed in 203 milliseconds