Home
last modified time | relevance | path

Searched defs:c_string (Results 1 – 9 of 9) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample2.h71 const char* c_string() const { return c_string_; } in c_string() function
/third_party/python/Lib/ctypes/test/
Dtest_funcptr.py110 def c_string(init): function
/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs219 fn c_string(i: &[u8]) -> nom::IResult<&[u8], Vec<u8>> { in c_string() function
/third_party/rust/rust/library/alloc/src/ffi/c_str/
Dtests.rs164 let mut c_string = CString::new("lorem").unwrap(); in test_c_str_clone_into() localVariable
/third_party/rust/crates/proc-macro2/src/
Dparse.rs514 fn c_string(input: Cursor) -> Result<Cursor, Reject> { in c_string() function
Dwrapper.rs917 pub(crate) fn c_string(string: &CStr) -> Literal { in c_string() method
Dlib.rs1278 pub fn c_string(string: &CStr) -> Literal { in c_string() method
Dfallback.rs1108 pub(crate) fn c_string(string: &CStr) -> Literal { in c_string() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/consteval/
Dtests.rs1979 fn c_string() { in c_string() function