Home
last modified time | relevance | path

Searched defs:proto2_rust_cpp_delete_string (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/rust/cpp_kernel/
Dstrings.cc33 void proto2_rust_cpp_delete_string(std::string* str) { delete str; } in proto2_rust_cpp_delete_string() function
/third_party/protobuf/rust/
Dcpp.rs155 fn proto2_rust_cpp_delete_string(src: CppStdString); in proto2_rust_cpp_delete_string() function