Home
last modified time | relevance | path

Searched refs:get_metadata (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp54 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); in find_by_order()
94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); in order_of_key()
99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); in order_of_key()
112 const size_type l_rank = (l_it == end_nd_it) ? 0 : l_it.get_metadata(); in operator ()()
115 const size_type r_rank = (r_it == end_nd_it) ? 0 : r_it.get_metadata(); in operator ()()
117 const_cast<metadata_reference>(node_it.get_metadata())= 1 + l_rank + r_rank; in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp54 const size_type o = (l_it == end_it)? 0 : l_it.get_metadata(); in find_by_order()
94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); in order_of_key()
99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); in order_of_key()
112 const size_type l_rank = (l_it == end_nd_it) ? 0 : l_it.get_metadata(); in operator ()()
115 const size_type r_rank = (r_it == end_nd_it) ? 0 : r_it.get_metadata(); in operator ()()
117 const_cast<metadata_reference>(node_it.get_metadata())= 1 + l_rank + r_rank; in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp56 if (order > nd_it.get_metadata()) in find_by_order()
66 if (order <= child_nd_it.get_metadata()) in find_by_order()
72 order -= child_nd_it.get_metadata(); in find_by_order()
134 ord += child_nd_it.get_metadata(); in order_of_prefix()
158 children_rank += nd_it.get_child(i).get_metadata(); in operator ()()
161 const_cast<size_type&>(nd_it.get_metadata()) = res; in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp56 if (order > nd_it.get_metadata()) in find_by_order()
66 if (order <= child_nd_it.get_metadata()) in find_by_order()
72 order -= child_nd_it.get_metadata(); in find_by_order()
134 ord += child_nd_it.get_metadata(); in order_of_prefix()
158 children_rank += nd_it.get_child(i).get_metadata(); in operator ()()
161 const_cast<size_type&>(nd_it.get_metadata()) = res; in operator ()()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp316 engine::test_case::get_metadata(void) const in get_metadata() function in engine::test_case
375 % object.get_metadata(); in operator <<()
408 test_case->get_metadata(), user_config, in debug_test_case()
423 test_program.interface_name(), test_case->get_metadata(), in debug_test_case()
427 generate_tester_config(test_case->get_metadata(), in debug_test_case()
469 test_case->get_metadata(), user_config, in run_test_case()
486 test_program.interface_name(), test_case->get_metadata(), in run_test_case()
490 generate_tester_config(test_case->get_metadata(), in run_test_case()
H A Dtest_program.cpp88 engine::metadata_builder mdbuilder(test_program->get_metadata()); in lua_test_case()
342 engine::test_program::get_metadata(void) const in get_metadata() function in engine::test_program
483 % object.get_metadata() in operator <<()
H A Dtest_program.hpp77 const metadata& get_metadata(void) const;
H A Dtest_case.hpp87 const metadata& get_metadata(void) const;
H A Dkyuafile_test.cpp157 ATF_REQUIRE_EQ(md1, suite.test_programs()[0]->get_metadata()); in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE_EQ(md2, suite.test_programs()[1]->get_metadata()); in ATF_TEST_CASE_BODY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp72 get_metadata() const in get_metadata() function
76 get_metadata() in get_metadata() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp72 get_metadata() const in get_metadata() function
76 get_metadata() in get_metadata() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp76 get_metadata() const in get_metadata() function
80 get_metadata() in get_metadata() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp76 get_metadata() const in get_metadata() function
80 get_metadata() in get_metadata() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dnode_iterators.hpp98 get_metadata() const in get_metadata() function in __gnu_pbds::detail::bin_search_tree_const_node_it_
99 { return m_p_nd->get_metadata(); } in get_metadata()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dnode_iterators.hpp98 get_metadata() const in get_metadata() function in __gnu_pbds::detail::bin_search_tree_const_node_it_
99 { return m_p_nd->get_metadata(); } in get_metadata()
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp105 get_metadata(sqlite::database& db, const int64_t metadata_id) in get_metadata() function
185 const engine::metadata metadata = get_metadata(db, metadata_id); in get_test_cases()
386 get_metadata(db, stmt.safe_column_int64("metadata_id")))); in get_test_program()
820 _pimpl->_db, test_program.get_metadata()); in put_test_program()
863 _pimpl->_db, test_case.get_metadata()); in put_test_case()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp103 std::cerr << "(" << static_cast<unsigned long>(p_nd->get_metadata()) << ") "; in trace_node_metadata()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp103 std::cerr << "(" << static_cast<unsigned long>(p_nd->get_metadata()) << ") "; in trace_node_metadata()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dtest_program_test.cpp766 impl::get_metadata(executable, vars_map())); in ATF_TEST_CASE_BODY()
774 impl::get_metadata(executable, vars_map())); in ATF_TEST_CASE_BODY()
781 const impl::metadata md = impl::get_metadata(executable, vars_map()); in ATF_TEST_CASE_BODY()
H A Dtest-program.hpp145 metadata get_metadata(const tools::fs::path&,
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_list.cpp110 const engine::metadata& test_md = test_case.get_metadata(); in list_test_case()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtree_trace_base.hpp147 const unsigned long ul = static_cast<unsigned long>(nd_it.get_metadata()); in trace_it_metadata()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtree_trace_base.hpp147 const unsigned long ul = static_cast<unsigned long>(nd_it.get_metadata()); in trace_it_metadata()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_credman.c224 get_metadata(const struct param *p) in get_metadata() function
382 get_metadata(p); in test()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp121 get_metadata() const in get_metadata() function in __gnu_pbds::detail::ov_tree_node_const_it_

12