Home
last modified time | relevance | path

Searched refs:cpp_file (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/
H A DGenServerMethod.cpp97 cpp_file <<
104 cpp_file << "\n";
114 cpp_file <<
124 cpp_file <<
129 cpp_file <<
181 cpp_file << "{\n"
253 cpp_file << ");\n";
268 cpp_file << " }\n"
286 cpp_file <<
295 cpp_file <<
[all …]
H A DGenServerFunction.cpp101 cpp_file << in generate_CPP_USER()
108 cpp_file << "\n"; in generate_CPP_USER()
117 cpp_file << in generate_CPP_USER()
127 cpp_file << in generate_CPP_USER()
132 cpp_file << in generate_CPP_USER()
171 cpp_file << "\n"; in generateSourceMethods()
231 cpp_file << ");\n"; in generateSourceMethods()
246 cpp_file << " }\n" in generateSourceMethods()
264 cpp_file << in generateSourceMethods()
271 cpp_file << in generateSourceMethods()
[all …]
H A DGenClientFunction.cpp64 generateSourceHead(cpp_file, h_name); in generate_CPP()
145 cpp_file << "#include <memory>\n"; in generateSourceMethods()
150 cpp_file << "namespace {\n\n" in generateSourceMethods()
195 cpp_file << "\n"; in generateSourceMethods()
198 cpp_file << "\n} // namespace\n\n\n" in generateSourceMethods()
220 cpp_file << "\n" in generateSourceMethods()
269 cpp_file << " return "; in generateSourceMethods()
286 cpp_file << " return " in generateSourceMethods()
293 cpp_file << "}\n\n"; in generateSourceMethods()
296 cpp_file << "}\n"; in generateSourceMethods()
[all …]
H A DGenClientMethod.cpp66 generateSourceHead(cpp_file, h_name); in generate_CPP()
67 generateSourceCtors(cpp_file, name); in generate_CPP()
68 generateSourceMethods(cpp_file); in generate_CPP()
106 cpp_file << " , "; in generate_CPP_USER()
118 cpp_file << "\n"; in generate_CPP_USER()
121 cpp_file << "{\n" in generate_CPP_USER()
195 cpp_file << "\n" in generateSourceMethods()
241 cpp_file << " ulxr_refFor_" in generateSourceMethods()
244 cpp_file << " return "; in generateSourceMethods()
261 cpp_file << " return " in generateSourceMethods()
[all …]
H A DGenerateMethod.cpp114 void GenerateMethod::generateSourceHead(std::ostream & cpp_file, in generateSourceHead() argument
117 cpp_file << "///////////////////////////////////////////////////////////////////\n" in generateSourceHead()
128 cpp_file << "//#define ULXR_UNICODE_ONLY_HELPERS\n" in generateSourceHead()
131 cpp_file << "#include \"" << h_name << "\"\n\n"; in generateSourceHead()
135 void GenerateMethod::generateUserSourceHead(std::ostream & cpp_file, in generateUserSourceHead() argument
138 cpp_file << "///////////////////////////////////////////////////////////////////\n" in generateUserSourceHead()
149 cpp_file << "//#define ULXR_UNICODE_ONLY_HELPERS\n" in generateUserSourceHead()
151 cpp_file << "#include <ulxmlrpcpp/ulxr_value.h>\n"; in generateUserSourceHead()
152 cpp_file << "#include \"" << h_name << "\"\n\n"; in generateUserSourceHead()
/dports/math/cvc3/cvc3-2.4.1/java/
H A Dcreate_impl.py150 def print_unembed_args(cpp_file, args): argument
152 print_unembed_arg(cpp_file, arg)
166 def print_header(cpp_file, includes): argument
169 cpp_file.writelines(
185 cpp_file.writelines([
192 cpp_file.writelines([
195 print_unembed_args(cpp_file, args)
196 cpp_file.writelines([
209 cpp_file.writelines([" };\n",
214 cpp_file = open(cpp_name, 'w')
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/common/chdr_resource/
H A Dformat_trace.py24 cpp_file = open(filename + ".cpp", "w") variable
60 cpp_file.write(OUTPUT_HEADER_CPP)
61 cpp_file.write("namespace {} {{\n\n".format(filename))
74 cpp_file.write("uint8_t {}[] = {{ // {}\n".format(m.group(1), m.group(2)))
84 cpp_file.write(line)
91 cpp_file.write("\n")
92 cpp_file.write("size_t {}_len = {};\n".format(peer_name, len(var_names)))
93 cpp_file.write("std::tuple<uint8_t*, size_t> {}[] = {{\n".format(peer_name))
100 cpp_file.write("};\n")
110 cpp_file.write("\n")
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/bitmaps/
H A Dpng2wx.pl16 my($cpp_file, $hpp_file, $hpp_include, $Marker, $main, $tmp);
19 "C=s" => \$cpp_file,
24 if ($cpp_file eq "" || $hpp_file eq "") {
60 open(CPP, "> $cpp_file") || warn "Could not open $cpp_file: $!\n";
/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/Tcl/
H A DCreateLanguageSupport.cmake24 set(cpp_file "${CMAKE_CURRENT_BINARY_DIR}/${base_name}Tcl.cpp") variable
27 OUTPUT ${cpp_file}
31 -o ${cpp_file}
38 add_custom_target(${base_name}SwigTcl DEPENDS ${cpp_file})
40 list(APPEND cpp_files ${cpp_file})
44 add_library(${lib} SHARED ${cpp_file})
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
H A Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake13 set(cpp_file ${output_dir}/${filename}.cpp) variable
15 add_custom_command(OUTPUT ${header_file} ${cpp_file}
27 set_source_files_properties(${cpp_file} PROPERTIES
32 set_source_files_properties(${cpp_file} PROPERTIES
35 set_source_files_properties(${cpp_file} PROPERTIES

1234567891011