Home
last modified time | relevance | path

Searched defs:source_text (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/proc-macro2/src/
Dfallback.rs353 source_text: String, field
418 fn source_text(&mut self, span: Span) -> String { in source_text() method
631 pub(crate) fn source_text(&self) -> Option<String> { in source_text() method
636 pub(crate) fn source_text(&self) -> Option<String> { in source_text() method
Dwrapper.rs528 pub(crate) fn source_text(&self) -> Option<String> { in source_text() method
Dlib.rs557 pub fn source_text(&self) -> Option<String> { in source_text() method
/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_to_text_test.cpp160 std::string source_text; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text_test.cpp160 std::string source_text; member
/third_party/spirv-tools/test/
Dbinary_to_text_test.cpp171 std::string source_text; member
/third_party/rust/crates/proc-macro2/tests/
Dtest.rs440 fn source_text() { in source_text() function
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h695 const char* source_text() const { return source_text_.c_str(); } in source_text() function
1571 const std::string& source_text, in AddNewExpectation()
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dserver.rs288 fn source_text(&mut self, _span: Self::Span) -> Option<String> { in source_text() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs720 fn source_text(&mut self, span: Self::Span) -> Option<String> { in source_text() method
/third_party/rust/rust/src/tools/rustfmt/src/test/
Dmod.rs323 let mut source_text = String::new(); in assert_stdin_output() localVariable
/third_party/rust/rust/library/proc_macro/src/
Dlib.rs560 pub fn source_text(&self) -> Option<String> { in source_text() method