Searched refs:generic_string (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h86 StringType generic_string() const;
167 if (pX.generic_string().size() < pY.generic_string().size())
169 return (pX.generic_string() < pY.generic_string());
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp127 Path::StringType Path::generic_string() const function in class:Path
211 return (pLHS.generic_string()==pRHS.generic_string());
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp138 EXPECT_STREQ("/usr/lib/", m_pTestee->generic_string().c_str());

Completed in 85 milliseconds