Searched refs:find_attribute (Results 1 – 3 of 3) sorted by relevance
114 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_single_matching_attr()164 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_skip_mismatching_attrs()168 attr: db.find_attribute(AttHandle(6)).unwrap(), in test_skip_mismatching_attrs()218 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_stop_once_length_changes()249 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_truncate_to_mtu()342 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_read_failure_on_subsequent_attr()393 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_skip_unreadable_mismatching_attr()397 attr: db.find_attribute(AttHandle(5)).unwrap(), in test_skip_unreadable_mismatching_attr()
98 fn find_attribute(&self, handle: AttHandle) -> Option<AttAttribute> { in find_attribute() method
72 .find_attribute(handle) in send()