• Home
  • Raw
  • Download

Lines Matching refs:env_var

192 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env0_type, proto::data_type>::type, pro…  in test_result_of_env_var()
193 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env0_type &, proto::data_type>::type, p… in test_result_of_env_var()
194 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env0_type const &, proto::data_type>::t… in test_result_of_env_var()
197 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env1_type, proto::data_type>::type, int… in test_result_of_env_var()
198 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env1_type &, proto::data_type>::type, i… in test_result_of_env_var()
199 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env1_type const &, proto::data_type>::t… in test_result_of_env_var()
202 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env2_type, proto::data_type>::type, int… in test_result_of_env_var()
203 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env2_type &, proto::data_type>::type, i… in test_result_of_env_var()
204 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env2_type const &, proto::data_type>::t… in test_result_of_env_var()
207 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type, proto::data_type>::type, dou… in test_result_of_env_var()
208 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type, tag0_type>::type, abstract &… in test_result_of_env_var()
209 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type &, proto::data_type>::type, d… in test_result_of_env_var()
210 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type &, tag0_type>::type, abstract… in test_result_of_env_var()
211 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type const &, proto::data_type>::t… in test_result_of_env_var()
212 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env3_type const &, tag0_type>::type, ab… in test_result_of_env_var()
215 … BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env4_type, tag0_type>::type, double>)); in test_result_of_env_var()
216 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env4_type &, tag0_type>::type, double>)… in test_result_of_env_var()
217 …BOOST_MPL_ASSERT((boost::is_same<proto::result_of::env_var<env4_type const &, tag0_type>::type, do… in test_result_of_env_var()
222 proto::key_not_found x0 = proto::env_var<proto::data_type>(proto::empty_env()); in test_env_var()
223 proto::key_not_found x1 = proto::env_var<proto::data_type>(tag0 = 42); in test_env_var()
224 int x2 = proto::env_var<tag0_type>(tag0 = 42); in test_env_var()
226 int x3 = proto::functional::env_var<tag0_type>()(tag0 = 42); in test_env_var()
230 int & x4 = proto::env_var<tag0_type>(tag0 = boost::ref(i)); in test_env_var()
232 int & x5 = proto::functional::env_var<tag0_type>()(tag0 = boost::ref(i)); in test_env_var()
237 abstract &x6 = proto::env_var<tag0_type>(tag0 = a); in test_env_var()
239 abstract &x7 = proto::functional::env_var<tag0_type>()(tag0 = a); in test_env_var()
242 abstract &x8 = proto::env_var<tag0_type>((42, tag0 = a)); in test_env_var()
244 abstract &x9 = proto::functional::env_var<tag0_type>()((42, tag0 = a)); in test_env_var()