Searched refs:Separator (Results 1 - 25 of 99) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DStringExtras.h162 StringRef Separator, std::input_iterator_tag) {
169 S += Separator;
177 StringRef Separator, std::forward_iterator_tag) {
182 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
188 S += Separator;
195 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
198 inline void join_items_impl(std::string &Result, Sep Separator, argument
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
207 Result += Separator;
208 join_items_impl(Result, Separator, st
161 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
176 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
232 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
240 join(Range &&R, StringRef Separator) argument
249 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h716 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
717 /// such that (*this == LHS + Separator + RHS) is true and RHS is
718 /// maximal. If \p Separator is not in the string, then the result is a
721 /// \param Separator The character to split on.
724 std::pair<StringRef, StringRef> split(char Separator) const {
725 size_t Idx = find(Separator);
734 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
735 /// such that (*this == LHS + Separator + RHS) is true and RHS is
736 /// maximal. If \p Separator is not in the string, then the result is a
739 /// \param Separator
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DStringExtras.h162 StringRef Separator, std::input_iterator_tag) {
169 S += Separator;
177 StringRef Separator, std::forward_iterator_tag) {
182 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
188 S += Separator;
195 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
198 inline void join_items_impl(std::string &Result, Sep Separator, argument
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
207 Result += Separator;
208 join_items_impl(Result, Separator, st
161 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
176 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
232 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
240 join(Range &&R, StringRef Separator) argument
249 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h716 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
717 /// such that (*this == LHS + Separator + RHS) is true and RHS is
718 /// maximal. If \p Separator is not in the string, then the result is a
721 /// \param Separator The character to split on.
724 std::pair<StringRef, StringRef> split(char Separator) const {
725 size_t Idx = find(Separator);
734 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
735 /// such that (*this == LHS + Separator + RHS) is true and RHS is
736 /// maximal. If \p Separator is not in the string, then the result is a
739 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DStringExtras.h214 StringRef Separator, std::input_iterator_tag) {
221 S += Separator;
229 StringRef Separator, std::forward_iterator_tag) {
234 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
240 S += Separator;
247 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
250 inline void join_items_impl(std::string &Result, Sep Separator, argument
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
259 Result += Separator;
260 join_items_impl(Result, Separator, st
213 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
228 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
285 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
293 join(Range &&R, StringRef Separator) argument
302 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DStringExtras.h214 StringRef Separator, std::input_iterator_tag) {
221 S += Separator;
229 StringRef Separator, std::forward_iterator_tag) {
234 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
240 S += Separator;
247 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
250 inline void join_items_impl(std::string &Result, Sep Separator, argument
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
259 Result += Separator;
260 join_items_impl(Result, Separator, st
213 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
228 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
285 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
293 join(Range &&R, StringRef Separator) argument
302 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DStringExtras.h214 StringRef Separator, std::input_iterator_tag) {
221 S += Separator;
229 StringRef Separator, std::forward_iterator_tag) {
234 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
240 S += Separator;
247 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
250 inline void join_items_impl(std::string &Result, Sep Separator, argument
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
259 Result += Separator;
260 join_items_impl(Result, Separator, st
213 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
228 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
285 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
293 join(Range &&R, StringRef Separator) argument
302 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DStringExtras.h214 StringRef Separator, std::input_iterator_tag) {
221 S += Separator;
229 StringRef Separator, std::forward_iterator_tag) {
234 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
240 S += Separator;
247 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
250 inline void join_items_impl(std::string &Result, Sep Separator, argument
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
259 Result += Separator;
260 join_items_impl(Result, Separator, st
213 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
228 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
285 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
293 join(Range &&R, StringRef Separator) argument
302 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
H A DStringRef.h719 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
720 /// such that (*this == LHS + Separator + RHS) is true and RHS is
721 /// maximal. If \p Separator is not in the string, then the result is a
724 /// \param Separator The character to split on.
727 std::pair<StringRef, StringRef> split(char Separator) const {
728 size_t Idx = find(Separator);
737 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
738 /// such that (*this == LHS + Separator + RHS) is true and RHS is
739 /// maximal. If \p Separator is not in the string, then the result is a
742 /// \param Separator
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DStringExtras.h257 StringRef Separator, std::input_iterator_tag) {
264 S += Separator;
272 StringRef Separator, std::forward_iterator_tag) {
277 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
283 S += Separator;
290 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
293 inline void join_items_impl(std::string &Result, Sep Separator, argument
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
302 Result += Separator;
303 join_items_impl(Result, Separator, st
256 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::input_iterator_tag) argument
271 join_impl(IteratorT Begin, IteratorT End, StringRef Separator, std::forward_iterator_tag) argument
328 join(IteratorT Begin, IteratorT End, StringRef Separator) argument
336 join(Range &&R, StringRef Separator) argument
345 join_items(Sep Separator, Args &&... Items) argument
[all...]

Completed in 337 milliseconds

1234