Home | History | Annotate | Download | only in src

Lines Matching refs:owns_descriptors

4440 void Map::set_owns_descriptors(bool owns_descriptors) {
4441 set_bit_field3(OwnsDescriptors::update(bit_field3(), owns_descriptors));
4445 bool Map::owns_descriptors() {