Home | History | Annotate | Download | only in syncable

Lines Matching defs:type_str

726     std::string type_str;
730 type_str = working_copy;
732 type_str = working_copy.substr(0, end);
734 syncer::ModelType type = ModelTypeFromString(type_str);