Searched defs:isNamed (Results 1 – 7 of 7) sorted by relevance
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
191 const bool isNamed = variable.symbolType() != SymbolType::Empty; in setCommonVariableProperties() local
845 const bool isNamed = variable.symbolType() != SymbolType::Empty; in setCommonVariableProperties() local
96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize()
564 bool isNamed = false; in lexHTMLCharacterReference() local
2515 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function