Searched refs:HasAttributes (Results 1 – 13 of 13) sorted by relevance
71 ASSERT_TRUE(reader->HasAttributes()); in TEST()91 ASSERT_FALSE(reader->HasAttributes()); in TEST()112 ASSERT_FALSE(reader->HasAttributes()); in TEST()142 ASSERT_FALSE(reader->HasAttributes()); in TEST()158 ASSERT_FALSE(reader->HasAttributes()); in TEST()177 ASSERT_FALSE(reader->HasAttributes()); in TEST()193 ASSERT_FALSE(reader->HasAttributes()); in TEST()212 ASSERT_FALSE(reader->HasAttributes()); in TEST()228 ASSERT_FALSE(reader->HasAttributes()); in TEST()249 ASSERT_FALSE(reader->HasAttributes()); in TEST()[all …]
26 reader.NodeType() != 1 or reader.HasAttributes() != 0:34 reader.NodeType() != 1 or reader.HasAttributes() != 0:42 reader.HasAttributes() != 0:57 reader.NodeType() != 1 or reader.HasAttributes() != 0:65 reader.NodeType() != 15 or reader.HasAttributes() != 0:
26 reader.NodeType() != 1 or reader.HasAttributes() != 0:34 reader.NodeType() != 1 or reader.HasAttributes() != 1:42 reader.NodeType() != 1 or reader.HasAttributes() != 0:50 reader.NodeType() != 3 or reader.HasAttributes() != 0 or \59 reader.NodeType() != 15 or reader.HasAttributes() != 0:67 reader.NodeType() != 15 or reader.HasAttributes() != 0:
608 bool HasAttributes = false; in print() local613 HasAttributes = true; in print()623 OS << (HasAttributes ? ", " : " ("); in print()625 HasAttributes = true; in print()628 OS << (HasAttributes ? ", " : " ("); in print()630 HasAttributes = true; in print()633 OS << (HasAttributes ? ", " : " ("); in print()635 HasAttributes = true; in print()637 if (HasAttributes) in print()
304 bool HasAttributes = false; in print() local309 HasAttributes = true; in print()320 OS << (HasAttributes ? ", " : " ("); in print()322 HasAttributes = true; in print()325 OS << (HasAttributes ? ", " : " ("); in print()327 HasAttributes = true; in print()330 OS << (HasAttributes ? ", " : " ("); in print()332 HasAttributes = true; in print()334 if (HasAttributes) in print()
82 if (reader->HasAttributes() && reader->MoveToFirstAttribute()) { in Load()201 if (object->HasAttributes()) { in Append()283 bool CefXmlObject::HasAttributes() { in HasAttributes() function in CefXmlObject
52 bool HasAttributes() override;
304 NO_SANITIZE("cfi-icall") bool CefXmlReaderCToCpp::HasAttributes() { in HasAttributes() function in CefXmlReaderCToCpp
171 virtual bool HasAttributes() = 0;
41 bool HasAttributes() override;
324 bool CefXmlReaderImpl::HasAttributes() { in HasAttributes() function in CefXmlReaderImpl
148 bool HasAttributes();
309 bool _retval = CefXmlReaderCppToC::Get(self)->HasAttributes(); in xml_reader_has_attributes()