Searched refs:GetAttributeName (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlsyntaxparser_unittest.cpp | 40 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 88 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 126 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 160 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 190 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 220 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 250 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 287 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 321 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() 355 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST() [all …]
|
D | cfx_xmlparser.cpp | 120 m_ws1 = m_pParser->GetAttributeName(); in DoParser() 124 m_ws2 = m_pParser->GetAttributeName(); in DoParser()
|
D | cfx_xmlsyntaxparser.h | 61 WideString GetAttributeName() const { in GetAttributeName() function
|
/external/gptfdisk/ |
D | attributes.cc | 81 cout << i << " (" << GetAttributeName(i) << ")" << "\n"; in DisplayAttributes() 101 << " (" << GetAttributeName(bitNum) << ")" << endl; in ShowAttributes() 138 tempAttr = GetAttributeName(bitNum); in ListAttributes() 140 cout << bitNum << ": " << Attributes::GetAttributeName(bitNum) << "\n"; in ListAttributes()
|
D | attributes.h | 35 static const string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName() function
|