Home
last modified time | relevance | path

Searched defs:MatchResults (Results 1 – 14 of 14) sorted by relevance

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dregex.hh36 struct MatchResults struct
38 struct SubMatch : std::pair<Iterator, Iterator>
67 MatchResults(Vector<Iterator, MemoryDomain::Regex> values) : m_values{std::move(values)} {} in MatchResults() function
69 iterator begin() const { return iterator{m_values.begin()}; } in begin()
71 iterator end() const { return iterator{m_values.end()}; } in end()
72 iterator cend() const { return iterator{m_values.cend()}; } in cend()
74 size_t size() const { return m_values.size() / 2; } in size()
75 bool empty() const { return m_values.empty(); } in empty()
77 SubMatch operator[](size_t i) const in operator []()
93 void swap(MatchResults& other) in swap()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DRenderItemMatcher.hpp25 struct MatchResults { struct in RenderItemMatcher
26 RenderItemMatchList matches;
27 std::vector<RenderItem*> unmatchedLeft;
28 std::vector<RenderItem*> unmatchedRight;
30 double error;
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/
H A DRenderItemMatcher.hpp25 struct MatchResults { struct in RenderItemMatcher
26 RenderItemMatchList matches;
27 std::vector<RenderItem*> unmatchedLeft;
28 std::vector<RenderItem*> unmatchedRight;
30 double error;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Glob.h1556 template <class charT> class MatchResults; variable
1603 MatchResults(const MatchResults &m) : results_{m.results_} {} in MatchResults() function
1605 MatchResults(MatchResults &&m) : results_{std::move(m.results_)} {} in MatchResults() function