/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 90 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 …]
|
D | pass_remove_duplicates_test.cpp | 93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anonf7abd0430111::RemoveDuplicatesTest
|
/third_party/spirv-tools/test/opt/ |
D | decoration_manager_test.cpp | 90 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 …]
|
D | pass_remove_duplicates_test.cpp | 93 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/ |
D | decoration_manager_test.cpp | 90 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 …]
|
D | pass_remove_duplicates_test.cpp | 93 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/ |
D | tinyxml.h | 701 …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()
|
D | tinyxml.cpp | 826 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/ |
D | xmltest.cpp | 217 XmlTest( "First child exists.", true, ( node != 0 && node->ToText() ) ); in main()
|
D | tinyxml.cpp | 502 else if ( firstChild == lastChild && firstChild->ToText() ) in Print() 514 if ( !node->ToText() ) in Print()
|
D | tinyxml.h | 390 …TiXmlText* ToText() const { return ( this && type == TEXT ) ? (TiXmlText*) this : 0… in ToText() function
|