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

  /external/chromium_org/sync/test/fake_server/
fake_server_entity.cc 62 const string& inner_id) {
67 inner_id.c_str());
fake_server_entity.h 22 // is kIdSeparator, and <inner-id> is |inner_id|.
24 // If |inner_id| is globally unique, then the returned ID will also be
27 const std::string& inner_id);
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 667 def _MakeCurrentId(self, datatype, inner_id):
670 inner_id)
676 migration_version_string, separator, inner_id = remainder.partition('^')
677 return (int(datatype_string), int(migration_version_string), inner_id)
    [all...]
  /external/chromium_org/third_party/motemplate/
motemplate.py     [all...]

Completed in 355 milliseconds