Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc858 rust::String other_cstring = "foo"; in cxx_run_test() local
859 swap(cstring, other_cstring); in cxx_run_test()
861 ASSERT(other_cstring == "test"); in cxx_run_test()