Searched refs:_Str (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/include/ |
D | filesystem | 575 using _Str = basic_string<_ECharT, _Traits, _Alloc>; 577 static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); } 578 static _ECharT const* __range_end(_Str const& __s) { 581 static _ECharT __first_or_null(_Str const& __s) { 591 using _Str = basic_string_view<_ECharT, _Traits>; 593 static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); } 594 static _ECharT const* __range_end(_Str const& __s) { 597 static _ECharT __first_or_null(_Str const& __s) { 990 using _Str = basic_string<_ECharT, _Traits, _Allocator>; 991 _Str __s(__a);
|
/external/llvm-project/libcxx/include/ |
D | filesystem | 587 using _Str = basic_string<_ECharT, _Traits, _Alloc>; 589 static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); } 590 static _ECharT const* __range_end(_Str const& __s) { 593 static _ECharT __first_or_null(_Str const& __s) { 603 using _Str = basic_string_view<_ECharT, _Traits>; 605 static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); } 606 static _ECharT const* __range_end(_Str const& __s) { 609 static _ECharT __first_or_null(_Str const& __s) { 1016 using _Str = basic_string<_ECharT, _Traits, _Allocator>; 1017 _Str __s(__a);
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 312 def _Str(self, tree): member in Unparser
|