Home
last modified time | relevance | path

Searched defs:allocate_via_rust (Results 1 – 4 of 4) sorted by relevance

/external/angle/build/rust/tests/test_rust_shared_library/src/
Dlib.rs16 fn allocate_via_rust() -> Box<SomeStruct>; in allocate_via_rust() function
39 pub fn allocate_via_rust() -> Box<ffi::SomeStruct> { in allocate_via_rust() function
/external/cronet/build/rust/tests/test_rust_shared_library/src/
Dlib.rs16 fn allocate_via_rust() -> Box<SomeStruct>; in allocate_via_rust() function
39 pub fn allocate_via_rust() -> Box<ffi::SomeStruct> { in allocate_via_rust() function
/external/cronet/build/rust/tests/test_rust_static_library/src/
Dlib.rs16 fn allocate_via_rust() -> Box<SomeStruct>; in allocate_via_rust() function
39 pub fn allocate_via_rust() -> Box<ffi::SomeStruct> { in allocate_via_rust() function
/external/angle/build/rust/tests/test_rust_static_library/src/
Dlib.rs16 fn allocate_via_rust() -> Box<SomeStruct>; in allocate_via_rust() function
39 pub fn allocate_via_rust() -> Box<ffi::SomeStruct> { in allocate_via_rust() function