Home
last modified time | relevance | path

Searched defs:to_insert (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/otautil/
H A Drangeset.cpp244 void SortedRangeSet::Insert(const Range& to_insert) { in Insert()
261 Range to_insert = temp.front(); in Insert() local
277 Range to_insert{ start / kBlockSize, (start + len - 1) / kBlockSize + 1 }; in Insert() local
/aosp12/art/compiler/optimizing/
H A Dnodes_test.cc199 HInstruction* to_insert = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local