Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/testing/rust_gtest_interop/
H A Dgtest_attribute.rs232 struct CStringLiteral<'a>(&'a str); in gtest() struct
233 impl quote::ToTokens for CStringLiteral<'_> { in gtest() implementation