Home
last modified time | relevance | path

Searched defs:MergeLines (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DCommands.cs154 internal static void MergeLines(int i, TextSource ts) in MergeLines() method in FastColoredTextBoxNS.InsertCharCommand
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/
H A Dtext_format.py566 def MergeLines(lines, function
620 def MergeLines(self, lines, message): member in _Parser
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/
H A Dtext_format.py774 def MergeLines(lines, function
827 def MergeLines(self, lines, message): member in _Parser
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/
H A Dtext_format.py771 def MergeLines(lines, function
824 def MergeLines(self, lines, message): member in _Parser
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/
H A Dtext_format.py771 def MergeLines(lines, function
824 def MergeLines(self, lines, message): member in _Parser
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py725 def MergeLines(lines, function
779 def MergeLines(self, lines, message): member in _Parser
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py725 def MergeLines(lines, function
779 def MergeLines(self, lines, message): member in _Parser
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/
H A Dtext_format.py772 def MergeLines(lines, function
825 def MergeLines(self, lines, message): member in _Parser
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/osl/
H A Dosl_fit_lines.cxx567 void osl_fit_lines::MergeLines(std::list<osl_edgel_chain*> *curves_) in MergeLines() function in osl_fit_lines
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Format/
H A DSortIncludesTest.cpp979 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Format/
H A DSortIncludesTest.cpp979 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Format/
H A DSortIncludesTest.cpp1023 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() argument
/dports/comms/gammu/gammu-1.42.0/libgammu/misc/coding/
H A Dcoding.c1619 …e(char *Buffer, size_t *Pos, char *OutBuffer, size_t MaxLen, size_t MaxOutLen, gboolean MergeLines) in MyGetLine()
1695 …ror GSM_GetVCSLine(char **OutBuffer, char *Buffer, size_t *Pos, size_t MaxLen, gboolean MergeLines) in GSM_GetVCSLine()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1181 vector<Module::Line> MergeLines(const vector<Module::Line>& inlines, in MergeLines() function