Home
last modified time | relevance | path

Searched refs:cpp_allocated_int (Results 1 – 3 of 3) sorted by relevance

/external/angle/build/rust/tests/test_cpp_including_rust/
Dshared_unittests.cc24 auto cpp_allocated_int = std::make_unique<int>(); in TEST() local
29 reinterpret_cast<uintptr_t>(cpp_allocated_int.get()))); in TEST()
Dstatic_unittests.cc24 auto cpp_allocated_int = std::make_unique<int>(); in TEST() local
29 reinterpret_cast<uintptr_t>(cpp_allocated_int.get()))); in TEST()
/external/cronet/build/rust/tests/test_cpp_including_rust/
Dunittests.cc24 auto cpp_allocated_int = std::make_unique<int>(); in TEST() local
29 reinterpret_cast<uintptr_t>(cpp_allocated_int.get()))); in TEST()