Home | History | Annotate | Download | only in syncable

Lines Matching defs:CreateEntry

388   void CreateEntry(const std::string& entryname) {
389 CreateEntry(entryname, kId);
393 void CreateEntry(const std::string& entryname, const int id) {
394 CreateEntry(entryname, TestIdFactory::FromNumber(id));
396 void CreateEntry(const std::string& entryname, Id id) {
691 CreateEntry("rtc");