Home
last modified time | relevance | path

Searched defs:make_const (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/test/test/test-organization-ts/datasets-test/
Ddatasets-test.hpp41 static copy_count const make_const() { return copy_count(); } in make_const() function in copy_count
/third_party/boost/boost/bimap/detail/
Dmap_view_base.hpp409 template <class T> inline const T& make_const(const T& t) { return t; } in make_const() function
/third_party/python/Python/
Dast_opt.c9 make_const(expr_ty node, PyObject *val, PyArena *arena) in make_const() function
/third_party/boost/boost/lambda/detail/
Dlambda_traits.hpp575 template <class T> inline const T& make_const(const T& t) { return t; } in make_const() function
/third_party/boost/libs/proto/example/
Dlambda.hpp1100 T const &make_const(T const &t) in make_const() function