Home
last modified time | relevance | path

Searched refs:append_element (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/numeric/ublas/test/
Dtest_coordinate_vector_inplace_merge.cpp64 vector_coord.append_element(x, 1); in BOOST_UBLAS_TEST_DEF()
Dtest_coordinate_matrix_inplace_merge.cpp74 matrix_coord.append_element(x, y, 1); in BOOST_UBLAS_TEST_DEF()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c147 append_element (GstAmfNode * node, GstAmfNode * value) in append_element() function
261 append_element (copy, gst_amf_node_copy (elem)); in gst_amf_node_copy()
827 append_element (node, value); in parse_strict_array()
/third_party/boost/boost/numeric/ublas/
Dvector_of_vector.hpp306 void append_element (size_type i, size_type j, const_reference t) { in append_element() function in boost::numeric::ublas::generalized_vector_of_vector
311 return vd.append_element (elementm, t); in append_element()
Dvector_sparse.hpp1712 void append_element (size_type i, const_reference t) { in append_element() function in boost::numeric::ublas::coordinate_vector
1725 append_element (i, t); in insert_element()
Dmatrix_sparse.hpp4493 void append_element (size_type i, size_type j, const_reference t) { in append_element() function in boost::numeric::ublas::coordinate_matrix
4509 append_element (i, j, t); in insert_element()