Searched defs:RustString (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/crates/cxx/src/ |
| D | rust_string.rs | 10 pub struct RustString { struct 14 impl RustString { implementation 20 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant 32 unsafe { &*(self as *const RustString as *const String) } in as_string() constant 40 impl Drop for RustString { implementation
|
| /third_party/rust/rust/compiler/rustc_llvm/src/ |
| D | lib.rs | 12 pub struct RustString { struct 16 impl RustString { argument 29 sr: &RustString, in LLVMRustStringWriteImpl()
|
| /third_party/rust/crates/cxx/syntax/ |
| D | atom.rs | 22 RustString, enumerator
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/ |
| D | mod.rs | 345 buffer: &RustString, in write_filenames_section_to_buffer() 361 buffer: &RustString, in write_mapping_to_buffer()
|
| D | mapgen.rs | 146 coverage_mapping_buffer: &RustString, in write_coverage_mapping()
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/ |
| D | ffi.rs | 1904 BufferOut: &RustString, in LLVMRustCoverageWriteFilenamesSectionToBuffer() 1915 BufferOut: &RustString, in LLVMRustCoverageWriteMappingToBuffer() 1923 pub fn LLVMRustCoverageWriteMapSectionNameToString(M: &Module, Str: &RustString); in LLVMRustCoverageWriteMapSectionNameToString() 1926 pub fn LLVMRustCoverageWriteFuncSectionNameToString(M: &Module, Str: &RustString); in LLVMRustCoverageWriteFuncSectionNameToString() 1929 pub fn LLVMRustCoverageWriteMappingVarNameToString(Str: &RustString); in LLVMRustCoverageWriteMappingVarNameToString() 2276 pub fn LLVMRustWriteTypeToString(Type: &Type, s: &RustString); in LLVMRustWriteTypeToString() 2278 pub fn LLVMRustWriteValueToString(value_ref: &Value, s: &RustString); in LLVMRustWriteValueToString() 2380 pub fn LLVMRustWriteTwineToString(T: &Twine, s: &RustString); in LLVMRustWriteTwineToString() 2385 pass_name_out: &RustString, in LLVMRustUnpackOptimizationDiagnostic() 2389 loc_filename_out: &RustString, in LLVMRustUnpackOptimizationDiagnostic() [all …]
|