Home
last modified time | relevance | path

Searched refs:get_vector (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates_test.cpp125 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
135 ATF_REQUIRE(!templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
137 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE_EQ(0, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE_EQ(1, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE_EQ(2, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
152 ATF_REQUIRE_EQ(3, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
158 ATF_REQUIRE(expected == templates.get_vector("the-name")); in ATF_TEST_CASE_BODY()
214 ATF_REQUIRE_EQ(0, templates.get_vector("foo").size()); in ATF_TEST_CASE_BODY()
215 ATF_REQUIRE_EQ(1, templates.get_vector("bar").size()); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.cpp347 if (next_index < _templates.get_vector(loop.vector).size()) { in handle_normal()
374 if (_templates.get_vector(loop.vector).empty()) { in handle_normal()
641 text::templates_def::get_vector(const std::string& name) const in get_vector() function in text::templates_def
661 text::templates_def::get_vector(const std::string& name, in get_vector() function in text::templates_def
664 const strings_vector& vector = get_vector(name); in get_vector()
718 return F("%s") % get_vector(arg1).size(); in evaluate()
720 return get_vector(arg0, arg1); in evaluate()
H A Dtemplates.hpp95 const std::string& get_vector(const std::string&, const std::string&) const;
107 const strings_vector& get_vector(const std::string&) const;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h405 type *get_vector (size_t num_units) const;
H A Dlibgccjit++.h344 type get_vector (size_t num_units);
1358 type::get_vector (size_t num_units) in get_vector() function
H A Djit-recording.c2164 recording::type::get_vector (size_t num_units) in get_vector() function
2664 (m_other_type->playback_type ()->get_vector (m_num_units)); in replay_into()
H A Djit-recording.h498 type *get_vector (size_t num_units);
H A Djit-playback.c1191 get_vector (size_t num_units) const in get_vector() function
H A Dlibgccjit.c3100 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h449 type *get_vector (size_t num_units) const;
H A Dlibgccjit++.h362 type get_vector (size_t num_units);
1427 type::get_vector (size_t num_units) in get_vector() function
H A DChangeLog1169 (type::get_vector): Update for renaming of memento_of_get_vector.
1285 * jit-playback.c (gcc::jit::playback::type::get_vector): New
1287 * jit-playback.h (gcc::jit::playback::type::get_vector): New
1290 (type::get_vector): New method.
1297 (type::get_vector): New
1300 * libgccjit++.h (gccjit::type::get_vector): New method.
H A Djit-recording.h522 type *get_vector (size_t num_units);
H A Djit-recording.cc2306 recording::type::get_vector (size_t num_units) in get_vector() function in gcc::jit::recording::type
3013 (m_other_type->playback_type ()->get_vector (m_num_units)); in replay_into()
H A Djit-playback.cc1573 get_vector (size_t num_units) const in get_vector() function in gcc::jit::playback::type
H A Dlibgccjit.cc3978 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi13232 @geindex gccjit;;type;;get_vector (C++ function)
13234 @deffn {C++ Function} gccjit::type gccjit::type::get_vector (size_t num_units)
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi13674 @geindex gccjit;;type;;get_vector (C++ function)
13676 @deffn {C++ Function} gccjit::@ref{177,,type} gccjit::@ref{177,,type}::get_vector (size_t num_units)