Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp175 bool is_underscore = c == '_'; in is_valid_identifier() local
259 bool is_underscore = *src == '_'; in sanitize_underscores() local
/third_party/boost/boost/xpressive/traits/
Dcpp_regex_traits.hpp249 static bool is_underscore(Char ch) in is_underscore() function