HomeSort by relevance Sort by last modified time
    Searched refs:ProtoField (Results 1 - 6 of 6) 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...]

Completed in 62 milliseconds