Home
last modified time | relevance | path

Searched defs:trim_comment (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dcode.py124 def trim_comment(comment, max_len): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dcode.py124 def trim_comment(comment, max_len): function
/dports/math/stan/stan-2.28.2/src/stan/io/
H A Dprogram_reader.hpp82 static std::string trim_comment(const std::string& line) { in trim_comment() function in stan::io::program_reader
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/io/
H A Dprogram_reader.hpp80 static std::string trim_comment(const std::string& line) { in trim_comment() function in stan::io::program_reader
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dutils.cpp730 std::string utils::trim_comment(const std::string &line) in trim_comment() function in utils
/dports/science/lammps/lammps-stable_29Sep2021/unittest/utils/
H A Dtest_utils.cpp69 TEST(Utils, trim_comment) in TEST() argument