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

  /external/chromium_org/sync/syncable/
syncable_enum_conversions.h 42 SYNC_EXPORT_PRIVATE const char* GetProtoFieldString(ProtoField proto_field);
entry_kernel.h 141 enum ProtoField {
267 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
310 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const {
328 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) {
entry_kernel.cc 95 ProtoField field = static_cast<ProtoField>(i);
syncable_enum_conversions.cc 137 const char* GetProtoFieldString(ProtoField proto_field) {
entry.cc 161 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString(),
syncable_unittest.cc 413 EXPECT_EQ(create_pre_save.ref((ProtoField)i).SerializeAsString(),
414 create_post_save.ref((ProtoField)i).SerializeAsString())
416 EXPECT_EQ(update_pre_save.ref((ProtoField)i).SerializeAsString(),
417 update_post_save.ref((ProtoField)i).SerializeAsString())
directory_backing_store.cc 65 entry.ref(static_cast<ProtoField>(i)).SerializeToString(&temp);
106 kernel->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray(
    [all...]

Completed in 29 milliseconds