Searched refs:kSchemaTools (Results 1 – 3 of 3) sorted by relevance
86 [](const NamespaceDecl& decl) -> bool { return decl.uri == kSchemaTools; }); in Visit()91 [](const Attribute& attr) -> bool { return attr.namespace_uri == kSchemaTools; }); in Visit()
32 constexpr const char* kSchemaTools = "http://schemas.android.com/tools"; variable
110 if (decl.uri != xml::kSchemaTools) { in Visit()156 if (iter->uri != xml::kSchemaTools) { in Visit()207 if (attr.namespace_uri != xml::kSchemaTools) { in WriteAttributes()