/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | operator_string.pass.cpp | 30 using string_type = path::string_type; in main() typedef 34 static_assert(std::is_convertible<path, string_type>::value, ""); in main() 35 static_assert(std::is_constructible<string_type, path>::value, ""); in main() 36 ASSERT_SAME_TYPE(string_type, decltype(p.operator string_type())); in main() 37 ASSERT_NOT_NOEXCEPT(p.operator string_type()); in main() 42 string_type s = p; in main()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | stl_util.h | 60 template <typename string_type, typename = void> 63 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() 68 template <typename string_type> 70 string_type, absl::void_t<decltype(std::declval<string_type&>() 73 static void Resize(string_type* s, size_t new_size) {
|
/external/libcxx/include/ |
D | sstream | 202 typedef basic_string<char_type, traits_type, allocator_type> string_type; 206 string_type __str_; 215 explicit basic_stringbuf(const string_type& __s, 226 string_type str() const; 227 void str(const string_type& __s); 249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s, 445 return string_type(this->pbase(), __hm_, __str_.get_allocator()); 448 return string_type(this->eback(), this->egptr(), __str_.get_allocator()); 449 return string_type(__str_.get_allocator()); 454 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s) [all …]
|
D | locale | 879 typedef typename numpunct<_CharT>::string_type string_type; 880 const string_type __names[2] = {__np.truename(), __np.falsename()}; 881 const string_type* __i = __scan_keyword(__b, __e, __names, __names+2, 1436 typedef typename numpunct<char_type>::string_type string_type; 1438 string_type __tmp(__v ? __np.truename() : __np.falsename()); 1439 string_type __nm = _VSTD::move(__tmp); 1441 string_type __nm = __v ? __np.truename() : __np.falsename(); 1443 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s) 1732 typedef basic_string<_CharT> string_type; 1734 virtual const string_type* __weeks() const; [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | sync.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|
D | tellg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | peek.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | seekg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | ignore.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/ |
D | rvalue.pass.cpp | 26 typedef std::basic_string<CharT> string_type; typedef 29 string_type str_; 33 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | unsigned_char.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
D | signed_char.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
D | long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | float.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | bool.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long_double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_int.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_short.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | short.pass.cpp | 25 typedef std::basic_string<CharT> string_type; typedef 28 string_type str_; 32 testbuf(const string_type& str) in testbuf()
|
D | int.pass.cpp | 25 typedef std::basic_string<CharT> string_type; typedef 28 string_type str_; 32 testbuf(const string_type& str) in testbuf()
|
/external/libcxx/test/std/input.output/iostream.format/ext.manip/ |
D | get_money.pass.cpp | 26 typedef std::basic_string<CharT> string_type; typedef 29 string_type str_; 33 testbuf(const string_type& str) in testbuf()
|