Home
last modified time | relevance | path

Searched defs:get_and_increment (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSequenceNumber.cpp13 uint64_t get_and_increment() { in get_and_increment() function
/aosp_15_r20/external/protobuf/ruby/lib/google/protobuf/
H A Ddescriptor_dsl.rb23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/lib/google/protobuf/
H A Ddescriptor_dsl.rb23 def get_and_increment method in Google.Protobuf.Internal.AtomicCounter
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dmergesort.rs15 unsafe fn get_and_increment<T>(ptr: &mut *mut T) -> *mut T { in get_and_increment() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/summary_ops/
H A Dsummary_ops_test.py592 def get_and_increment(): function