Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h68 using LiteralString = const char *; variable
/third_party/re2/re2/
Dregexp.cc330 Regexp* Regexp::LiteralString(Rune* runes, int nrunes, ParseFlags flags) { in LiteralString() function in re2::Regexp
/third_party/python/Lib/
Dtyping.py585 def LiteralString(self, parameters): function