Home
last modified time | relevance | path

Searched refs:ToText (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anonc9d893940111::DecorationManagerTest
335 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
376 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
417 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
420 EXPECT_THAT(ToText(decorations), ""); in TEST_F()
458 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
498 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
504 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
551 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
557 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
[all …]
Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anonf7abd0430111::RemoveDuplicatesTest
/third_party/spirv-tools/test/opt/
Ddecoration_manager_test.cpp90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anon4b27d8b30111::DecorationManagerTest
335 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
376 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
417 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
420 EXPECT_THAT(ToText(decorations), ""); in TEST_F()
458 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
498 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
504 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
551 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
557 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
[all …]
Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon6b468ce20111::RemoveDuplicatesTest
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Ddecoration_manager_test.cpp90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anon6d1087280111::DecorationManagerTest
335 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
376 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
417 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
420 EXPECT_THAT(ToText(decorations), ""); in TEST_F()
458 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
498 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
504 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
551 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
557 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F()
[all …]
Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon961b6dd70111::RemoveDuplicatesTest
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h701 …virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined ty… in ToText() function
708 …virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Wil… in ToText() function
1249 …virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will re… in ToText() function
1250 …virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will re… in ToText() function
1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } in ToText() function
1707 TiXmlText* Text() const { return ToText(); } in Text()
Dtinyxml.cpp826 else if ( firstChild == lastChild && firstChild->ToText() ) in Print()
838 if ( !node->ToText() ) in Print()
904 const TiXmlText* childText = child->ToText(); in GetText()
1786 if ( element.FirstChild()->ToText() in VisitEnter()
1788 && element.FirstChild()->ToText()->CDATA() == false ) in VisitEnter()
/third_party/lame/ACM/tinyxml/
Dxmltest.cpp217 XmlTest( "First child exists.", true, ( node != 0 && node->ToText() ) ); in main()
Dtinyxml.cpp502 else if ( firstChild == lastChild && firstChild->ToText() ) in Print()
514 if ( !node->ToText() ) in Print()
Dtinyxml.h390 …TiXmlText* ToText() const { return ( this && type == TEXT ) ? (TiXmlText*) this : 0… in ToText() function