Searched refs:ProtoField (Results 1 – 7 of 7) sorted by relevance
141 enum ProtoField { enum266 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) { in put()309 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const { in ref()327 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) { in mutable_ref()
42 SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field);
87 ProtoField field = static_cast<ProtoField>(i); in SetEncryptableProtoValues()
419 EXPECT_EQ(create_pre_save.ref((ProtoField)i).SerializeAsString(), in TEST_F()420 create_post_save.ref((ProtoField)i).SerializeAsString()) in TEST_F()422 EXPECT_EQ(update_pre_save.ref((ProtoField)i).SerializeAsString(), in TEST_F()423 update_post_save.ref((ProtoField)i).SerializeAsString()) in TEST_F()
137 const char* GetProtoFieldString(ProtoField proto_field) { in GetProtoFieldString()
157 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString(), in operator <<()
65 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp); in BindFields()106 kernel->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray( in UnpackEntry()