Home
last modified time | relevance | path

Searched refs:ProtoField (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dsyncable_enum_conversions.h37 const char* GetProtoFieldString(ProtoField proto_field);
Dsyncable.h153 enum ProtoField { enum
287 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) { in put()
319 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const { in ref()
330 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) { in mutable_ref()
393 inline const sync_pb::EntitySpecifics& Get(ProtoField field) const { in Get()
499 bool Put(ProtoField field, const sync_pb::EntitySpecifics& value);
Dsyncable_enum_conversions.cc127 const char* GetProtoFieldString(ProtoField proto_field) { in GetProtoFieldString()
Ddirectory_backing_store.cc89 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp); in BindFields()
119 (*kernel)->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray( in UnpackEntry()
Dsyncable_unittest.cc1156 EXPECT_EQ(create_pre_save.ref((ProtoField)i).SerializeAsString(), in TEST_F()
1157 create_post_save.ref((ProtoField)i).SerializeAsString()) in TEST_F()
1159 EXPECT_EQ(update_pre_save.ref((ProtoField)i).SerializeAsString(), in TEST_F()
1160 update_post_save.ref((ProtoField)i).SerializeAsString()) in TEST_F()
Dsyncable.cc1504 bool MutableEntry::Put(ProtoField field, in Put()
1857 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString()) in operator <<()