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

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.h 37 const char* GetProtoFieldString(ProtoField proto_field);
syncable_enum_conversions.cc 127 const char* GetProtoFieldString(ProtoField proto_field) {
syncable.h 153 enum ProtoField {
287 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
319 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const {
330 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) {
393 inline const sync_pb::EntitySpecifics& Get(ProtoField field) const {
499 bool Put(ProtoField field, const sync_pb::EntitySpecifics& value);
    [all...]
directory_backing_store.cc 89 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp);
119 (*kernel)->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray(
    [all...]
syncable_unittest.cc     [all...]
syncable.cc     [all...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.h 42 SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field);
entry_kernel.h 138 enum ProtoField {
250 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
288 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const {
302 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) {
mutable_entry.h 70 bool Put(ProtoField field, const sync_pb::EntitySpecifics& value);
entry.h 92 inline const sync_pb::EntitySpecifics& Get(ProtoField field) const {
syncable_enum_conversions.cc 137 const char* GetProtoFieldString(ProtoField proto_field) {
entry_kernel.cc 87 ProtoField field = static_cast<ProtoField>(i);
entry.cc 157 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString(),
mutable_entry.cc 261 bool MutableEntry::Put(ProtoField field,
directory_backing_store.cc 65 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp);
101 kernel->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray(
    [all...]
syncable_unittest.cc     [all...]

Completed in 383 milliseconds