Home
last modified time | relevance | path

Searched refs:StringViewType (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/files/
H A Dfile_path.cc33 using StringViewType = FilePath::StringViewType; typedef
47 StringViewType::size_type FindDriveLetter(StringViewType path) { in FindDriveLetter()
61 bool EqualDriveLetterCaseInsensitive(StringViewType a, StringViewType b) { in EqualDriveLetterCaseInsensitive()
68 StringViewType a_letter(a.substr(0, a_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
73 StringViewType a_rest(a.substr(a_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
74 StringViewType b_rest(b.substr(b_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
79 bool IsPathAbsolute(StringViewType path) { in IsPathAbsolute()
175 FilePath::FilePath(StringViewType path) { in FilePath()
456 StringViewType appended = component; in Append()
460 if (nul_pos != StringViewType::npos) { in Append()
[all …]
H A Dfile_path.h157 using StringViewType = std::basic_string_view<CharType>; variable
179 explicit FilePath(StringViewType path);
286 FilePath InsertBeforeExtension(StringViewType suffix) const
293 FilePath AddExtension(StringViewType extension) const WARN_UNUSED_RESULT;
299 FilePath ReplaceExtension(StringViewType extension) const WARN_UNUSED_RESULT;
307 FilePath Append(StringViewType component) const WARN_UNUSED_RESULT;
/dports/devel/gn/gn-1962/src/base/files/
H A Dfile_path.cc32 using StringViewType = FilePath::StringViewType; typedef
46 StringViewType::size_type FindDriveLetter(StringViewType path) { in FindDriveLetter()
60 bool EqualDriveLetterCaseInsensitive(StringViewType a, StringViewType b) { in EqualDriveLetterCaseInsensitive()
67 StringViewType a_letter(a.substr(0, a_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
72 StringViewType a_rest(a.substr(a_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
73 StringViewType b_rest(b.substr(b_letter_pos + 1)); in EqualDriveLetterCaseInsensitive()
78 bool IsPathAbsolute(StringViewType path) { in IsPathAbsolute()
174 FilePath::FilePath(StringViewType path) { in FilePath()
455 StringViewType appended = component; in Append()
459 if (nul_pos != StringViewType::npos) { in Append()
[all …]
H A Dfile_path.h156 using StringViewType = std::basic_string_view<CharType>; variable
178 explicit FilePath(StringViewType path);
285 [[nodiscard]] FilePath InsertBeforeExtension(StringViewType suffix) const;
291 [[nodiscard]] FilePath AddExtension(StringViewType extension) const;
297 [[nodiscard]] FilePath ReplaceExtension(StringViewType extension) const;
305 [[nodiscard]] FilePath Append(StringViewType component) const;
/dports/deskutils/syncthingtray/c++utilities/conversion/
H A Dstringconversion.h601 template <typename FloatingType, class StringViewType,
602 …eIf<std::is_floating_point<FloatingType>, Traits::IsSpecializationOf<StringViewType, std::basic_st…
603 FloatingType stringToNumber(StringViewType stringView, int base = 10)
605 std::basic_stringstream<typename StringViewType::value_type> ss;
633 using StringViewType = std::basic_string_view<typename StringType::value_type>; variable
634 …return stringToNumber<FloatingType, StringViewType>(StringViewType(string.data(), string.size()), …
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DRange.h499 using StringViewType =
504 std::is_constructible<StringViewType, Iter const&, size_type>,
505 std::is_constructible<Target, StringViewType>>;
547 std::is_same<Tgt, StringViewType>,
548 std::is_constructible<StringViewType, Iter const&, size_type>>::
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DRange.h511 struct StringViewType
521 _t<StringViewType<value_type>>,
524 std::is_constructible<Target, _t<StringViewType<value_type>>>> {};
567 std::is_same<Tgt, _t<StringViewType<ValueType>>>,
569 _t<StringViewType<ValueType>>,
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestString.inl1910 using StringViewType = basic_string_view<typename StringType::value_type>;
1911 StringViewType sv = LITERAL("abcdefghijklmnopqrstuvwxyz");
1926 using StringViewType = basic_string_view<typename StringType::value_type>;
1927 StringViewType sv = LITERAL("abcdefghijklmnopqrstuvwxyz");