Searched defs:getById (Results 1 – 4 of 4) sorted by relevance
46 static inline const LocaleList& getById(uint32_t id) { in getById() function
45 TEST(LocaleListCacheTest, getById) { in TEST() argument
43 abstract public User getById(int id); in getById() method in ComplexDao
69 public User getById(int id) { in getById() method in ComplexDao_Impl