Searched defs:std (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h52 namespace std { namespace
68 } // namespace of std
H A DPath.h52 typedef std::basic_string<ValueType> StringType;
87 std::string string() const;
124 std::ostream &operator<<(std::ostream& pOS, const Path& pPath);
126 std::istream &operator>>(std::istream& pOS, Path& pPath);
162 namespace std { namespace
176 } // namespace of std
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h144 // ::string, which is different to std::string).
147 // ::wstring, which is different to std::wstring).
155 // std::wstring does/doesn't work (Google Test can
156 // be used where std::wstring is unavailable).
238 // IteratorTraits - partial implementation of std::iterator_traits, which
428 // The user told us that ::std::string isn't available.
429 # error "Google Test cannot be used where ::std::string isn't available."
441 // The user didn't tell us whether ::std::wstring is available, so we need
443 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
446 // Cygwin 1.7 and below doesn't support ::std
663 namespace std { namespace
790 tuple(const ::std::pair<U0, U1>& p) argument
799 operator =(const ::std::pair<U0, U1>& p) argument
9384 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
9692 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
9697 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
9702 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
9707 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
9714 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
9721 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
9728 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
9735 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
9742 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
9751 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
[all...]

Completed in 291 milliseconds