Home
last modified time | relevance | path

Searched refs:two_strings (Results 1 – 22 of 22) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcommandline_options.cpp35 class two_strings : public std::pair<std::string,std::string> {}; class
38 two_strings*, int) in validate() argument
40 two_strings ret_val; in validate()
178 …("render-image", po::value<two_strings>()->multitoken(), "takes two arguments: <image> <output>. L… in commandline_options()
189 …("screenshot", po::value<two_strings>()->multitoken(), "takes two arguments: <map> <output>. Saves… in commandline_options()
402 preprocess_path = vm["preprocess"].as<two_strings>().first; in commandline_options()
403 preprocess_target = vm["preprocess"].as<two_strings>().second; in commandline_options()
419 render_image = vm["render-image"].as<two_strings>().first; in commandline_options()
420 render_image_dst = vm["render-image"].as<two_strings>().second; in commandline_options()
425 screenshot_map_file = vm["screenshot"].as<two_strings>().first; in commandline_options()
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/dialect/mssql/
H A Dtest_query.py655 def two_strings(self, connection): member in TableValuedTest
698 def test_two_strings_control(self, two_strings, connection): argument
704 def test_two_strings(self, two_strings, connection): argument
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Dkeyboard.h216 typedef std::pair<std::string,std::string> two_strings; typedef
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/dialect/oracle/
H A Dtest_dialect.py987 def two_strings(self, connection): member in TableValuedTest
1048 def test_two_strings_control(self, two_strings, connection): argument
1054 def test_two_strings(self, two_strings, connection): argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dstring.c75 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
76 extern void use_two_strings(struct two_strings *); in strlen_subregion()
78 struct two_strings z; in strlen_subregion()
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-string-util.c847 const char two_strings[] = "one\ttwo"; in _dbus_string_test() local
855 if (!_dbus_string_append (&str, two_strings)) in _dbus_string_test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dstring.c75 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
76 extern void use_two_strings(struct two_strings *); in strlen_subregion()
78 struct two_strings z; in strlen_subregion()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dstring.c113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct
114 extern void use_two_strings(struct two_strings *); in strlen_subregion()
116 struct two_strings z; in strlen_subregion()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dkeyboard.cc268 …for (map<AccelKey,two_strings,AccelKeyLess>::iterator k = release_keys.begin(); k != release_keys.… in snooper()