Searched refs:ProtoField (Results 1 – 6 of 6) sorted by relevance
37 const char* GetProtoFieldString(ProtoField proto_field);
153 enum ProtoField { enum287 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);
127 const char* GetProtoFieldString(ProtoField proto_field) { in GetProtoFieldString()
89 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp); in BindFields()119 (*kernel)->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray( in UnpackEntry()
1156 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()
1504 bool MutableEntry::Put(ProtoField field, in Put()1857 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString()) in operator <<()