Searched defs:string_ptr (Results 1 – 3 of 3) sorted by relevance
| /third_party/rust/crates/cxx/src/symbols/ | ||
| D | rust_string.rs | 89 unsafe extern "C" fn string_ptr(this: &String) -> *const u8 { in string_ptr() function |
| /third_party/googletest/googletest/test/ | ||
| D | googletest-printers-test.cc | 1932 class string_ptr { class |
| /third_party/rust/crates/bindgen/bindgen/ | ||
| D | clang.rs | 125 let string_ptr = (*manglings).Strings.add(i); in cxx_manglings() localVariable |