Searched refs:get_and_increment (Results 1 – 8 of 8) sorted by relevance
15 unsafe fn get_and_increment<T>(ptr: &mut *mut T) -> *mut T { in get_and_increment() function164 get_and_increment(&mut right) in merge()166 get_and_increment(left) in merge()168 ptr::copy_nonoverlapping(to_copy, get_and_increment(out), 1); in merge()470 get_and_increment(&mut s.right_start) in par_merge()472 get_and_increment(&mut s.left_start) in par_merge()474 ptr::copy_nonoverlapping(to_copy, get_and_increment(&mut s.dest), 1); in par_merge()
11 TORCH_API uint64_t get_and_increment();
13 uint64_t get_and_increment() { in get_and_increment() function
23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter69 number = @@file_number.get_and_increment
135 /*sequence_nr=*/at::sequence_number::get_and_increment(), in Node()
592 def get_and_increment(): function598 self.assertAllEqual(1, get_and_increment())599 self.assertAllEqual(2, get_and_increment())602 self.assertAllEqual(3, get_and_increment())