Home
last modified time | relevance | path

Searched defs:charT (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp86 typedef char charT; typedef
87 int main(int, const charT**) {} in main()
92 typedef char charT; typedef
98 typedef char charT; typedef
/external/libcxx/test/std/strings/basic.string/string.cons/
Diter_alloc.pass.cpp31 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef
48 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef
Dsize_char_alloc.pass.cpp57 typedef char charT; in test() typedef
73 typedef char charT; in test() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.cons/
Diter_alloc.pass.cpp30 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef
50 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef
Dsize_char_alloc.pass.cpp56 typedef char charT; in test() typedef
72 typedef char charT; in test() typedef
/external/armnn/third-party/ghc/
Dfilesystem.hpp1385 inline std::string toUtf8(const std::basic_string<charT, traits, Alloc>& unicodeString) in toUtf8()
1391 inline std::string toUtf8(const std::basic_string<charT, traits, Alloc>& unicodeString) in toUtf8()
1420 inline std::string toUtf8(const std::basic_string<charT, traits, Alloc>& unicodeString) in toUtf8()
2938 inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, traits>& os, const p… in operator <<()
2953 inline std::basic_istream<charT, traits>& operator>>(std::basic_istream<charT, traits>& is, path& p) in operator >>()
/external/ComputeLibrary/include/half/
Dhalf.hpp2202 operator<<(std::basic_ostream<charT,traits> &out, T arg) { return functions::write(out, arg); } in operator <<()
2209 operator>>(std::basic_istream<charT,traits> &in, half &arg) { return functions::read(in, arg); } in operator >>()
/external/armnn/third-party/half/
Dhalf.hpp2204 operator<<(std::basic_ostream<charT,traits> &out, T arg) { return functions::write(out, arg); } in operator <<()
2211 operator>>(std::basic_istream<charT,traits> &in, half &arg) { return functions::read(in, arg); } in operator >>()