Searched defs:Insert (Results 1 – 3 of 3) sorted by relevance
301 static std::optional<int> Insert(DbHandle db, const std::string& sql, Args&&... args) { in Insert() function638 static std::optional<PackageModel> Insert(DbHandle db, in Insert() function729 static std::optional<ActivityModel> Insert(DbHandle db, in Insert() function856 static std::optional<AppLaunchHistoryModel> Insert(DbHandle db, in Insert() function1016 static std::optional<RawTraceModel> Insert(DbHandle db, in Insert() function1102 static std::optional<PrefetchFileModel> Insert(DbHandle db, in Insert() function
86 TEST(String16Test, Insert) { in TEST() argument
383 void MemoryRanges::Insert(MemoryRange* memory) { in Insert() function in unwindstack::MemoryRanges