/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | decoration_manager_test.cpp | 90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anon22111::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(decoration in TEST_F() [all...] |
H A D | pass_remove_duplicates_test.cpp | 93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon22181::RemoveDuplicatesTest
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | decoration_manager_test.cpp | 90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anon23368::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(decoration in TEST_F() [all...] |
H A D | pass_remove_duplicates_test.cpp | 93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon23438::RemoveDuplicatesTest
|
/third_party/spirv-tools/test/opt/ |
H A D | decoration_manager_test.cpp | 89 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::analysis::__anon26933::DecorationManagerTest 348 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 389 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 430 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 433 EXPECT_THAT(ToText(decorations), ""); in TEST_F() 471 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 511 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 517 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 565 EXPECT_THAT(ToText(decorations), expected_decorations); in TEST_F() 571 EXPECT_THAT(ToText(decoration in TEST_F() [all...] |
H A D | pass_remove_duplicates_test.cpp | 91 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon27009::RemoveDuplicatesTest
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToText() function in TiXmlNode 708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToText() function in TiXmlNode 1118 similarly named TiXmlHandle::Text() and TiXmlNode::ToText() which are 1249 virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToText() function in TiXmlText 1250 virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToText() function in TiXmlText 1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } in ToText() function in TiXmlHandle 1704 /** @deprecated use ToText() 1707 TiXmlText* Text() const { return ToText(); } in Text() [all...] |
H A 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() 1788 && element.FirstChild()->ToText()->CDATA() == false )
|
/third_party/lame/ACM/tinyxml/ |
H A D | xmltest.cpp | 217 XmlTest( "First child exists.", true, ( node != 0 && node->ToText() ) ); in main()
|
H A D | tinyxml.cpp | 502 else if ( firstChild == lastChild && firstChild->ToText() ) in Print() 514 if ( !node->ToText() ) in Print()
|
H A D | tinyxml.h | 390 TiXmlText* ToText() const { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToText() function in TiXmlNode
|