Home
last modified time | relevance | path

Searched refs:Subrange (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dsubstitution_pattern.h21 struct Subrange { struct
22 Subrange();
23 explicit Subrange(const Substitution* t, const std::string& l = std::string());
24 ~Subrange();
26 inline bool operator==(const Subrange& other) const {
67 const std::vector<Subrange>& ranges() const { return ranges_; } in ranges()
73 std::vector<Subrange> ranges_;
H A Dsubstitution_pattern.cc15 SubstitutionPattern::Subrange::Subrange() : type(&SubstitutionLiteral) {} in Subrange() function in SubstitutionPattern::Subrange
17 SubstitutionPattern::Subrange::Subrange(const Substitution* t, in Subrange() function in SubstitutionPattern::Subrange
21 SubstitutionPattern::Subrange::~Subrange() = default;
48 ranges_.push_back(Subrange(&SubstitutionLiteral, str.substr(cur))); in Parse()
52 Subrange(&SubstitutionLiteral, str.substr(cur, next - cur))); in Parse()
62 ranges_.push_back(Subrange(sub)); in Parse()
H A Dpattern.h19 struct Subrange { struct
26 explicit Subrange(Type t, const std::string& l = std::string()) argument
64 std::vector<Subrange> subranges_; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dsubstitution_pattern.h21 struct Subrange { struct
22 Subrange();
23 explicit Subrange(const Substitution* t, const std::string& l = std::string());
24 ~Subrange();
26 inline bool operator==(const Subrange& other) const {
67 const std::vector<Subrange>& ranges() const { return ranges_; } in ranges()
73 std::vector<Subrange> ranges_;
H A Dsubstitution_pattern.cc15 SubstitutionPattern::Subrange::Subrange() : type(&SubstitutionLiteral) {} in Subrange() function in SubstitutionPattern::Subrange
17 SubstitutionPattern::Subrange::Subrange(const Substitution* t, in Subrange() function in SubstitutionPattern::Subrange
21 SubstitutionPattern::Subrange::~Subrange() = default;
48 ranges_.push_back(Subrange(&SubstitutionLiteral, str.substr(cur))); in Parse()
52 Subrange(&SubstitutionLiteral, str.substr(cur, next - cur))); in Parse()
62 ranges_.push_back(Subrange(sub)); in Parse()
H A Dpattern.h19 struct Subrange { struct
26 explicit Subrange(Type t, const std::string& l = std::string()) argument
64 std::vector<Subrange> subranges_; argument
/dports/devel/gn/gn-1962/src/gn/
H A Dsubstitution_pattern.h21 struct Subrange { struct
22 Subrange();
23 explicit Subrange(const Substitution* t, const std::string& l = std::string());
24 ~Subrange();
26 inline bool operator==(const Subrange& other) const {
69 const std::vector<Subrange>& ranges() const { return ranges_; } in ranges()
75 std::vector<Subrange> ranges_;
H A Dsubstitution_pattern.cc15 SubstitutionPattern::Subrange::Subrange() : type(&SubstitutionLiteral) {} in Subrange() function in SubstitutionPattern::Subrange
17 SubstitutionPattern::Subrange::Subrange(const Substitution* t, in Subrange() function in SubstitutionPattern::Subrange
21 SubstitutionPattern::Subrange::~Subrange() = default;
48 ranges_.push_back(Subrange(&SubstitutionLiteral, str.substr(cur))); in Parse()
52 Subrange(&SubstitutionLiteral, str.substr(cur, next - cur))); in Parse()
62 ranges_.push_back(Subrange(sub)); in Parse()
H A Dpattern.h19 struct Subrange { struct
26 explicit Subrange(Type t, const std::string& l = std::string()) argument
64 std::vector<Subrange> subranges_; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.utility/range.subrange/
H A Dctor.range_size.pass.cpp39 using Subrange = std::ranges::subrange<int*, int*, std::ranges::subrange_kind::sized>; in test() typedef
44 Subrange subrange(range, 0); in test()
51 Subrange subrange(range, 1); in test()
56 Subrange subrange(range, 2); in test()
63 Subrange subrange(range, 8); in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range.h59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote()
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()

123456789