Home
last modified time | relevance | path

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

/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
DSymbol.cs298 internal bool IsValidIdentifier() in IsValidIdentifier() method in Lextm.SharpSnmpLib.Mib.Symbol
304 private static bool IsValidIdentifier(string name, out string message) in IsValidIdentifier() method in Lextm.SharpSnmpLib.Mib.Symbol
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc749 bool ParserImpl::IsValidIdentifier(const std::string& str) { in IsValidIdentifier() function in tint::reader::spirv::ParserImpl