Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcpplib.h33 typedef struct cpp_string cpp_string; typedef
171 struct GTY(()) cpp_string { struct
172 unsigned int len;
173 const unsigned char *text;
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen.py297 def cpp_string(s: str) -> str: function