Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp90 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 Dpass_remove_duplicates_test.cpp93 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 Ddecoration_manager_test.cpp90 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 Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() function in spvtools::opt::__anon23438::RemoveDuplicatesTest
/third_party/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp89 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 Dpass_remove_duplicates_test.cpp91 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 Dtinyxml.h701 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 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()
1788 && element.FirstChild()->ToText()->CDATA() == false )
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp217 XmlTest( "First child exists.", true, ( node != 0 && node->ToText() ) ); in main()
H A Dtinyxml.cpp502 else if ( firstChild == lastChild && firstChild->ToText() ) in Print()
514 if ( !node->ToText() ) in Print()
H A Dtinyxml.h390 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

Completed in 16 milliseconds