Home
last modified time | relevance | path

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

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