Home
last modified time | relevance | path

Searched defs:make_unique (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs165 fn make_unique(&mut self, stamp: usize); in make_unique() method
171 fn make_unique(&mut self, stamp: usize) { in make_unique() method
350 fn make_unique(&mut self, stamp: usize) { in make_unique() method
387 fn make_unique(&mut self, stamp: usize) { in make_unique() method
435 fn make_unique(&mut self, stamp: usize) { in make_unique() method
483 fn make_unique(&mut self, stamp: usize) { in make_unique() method
520 fn make_unique(&mut self, stamp: usize) { in make_unique() method
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function
/third_party/libabigail/tests/lib/
Dcatch.hpp3936 std::unique_ptr<T> make_unique( Args&&... args ) { in make_unique() function