Home
last modified time | relevance | path

Searched refs:variable_data (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Dfwd.hpp36 struct variable_data;
38 variable_data& new_var_record( cstring var_name );
39 variable_data* find_var_record( cstring var_name );
Denvironment.hpp51 variable_data&
54 rt_env_detail::variable_data& new_vd = new_var_record( var_name ); in init_new_var()
111 rt_env_detail::variable_data* vd = rt_env_detail::find_var_record( var_name ); in var()
122 rt_env_detail::variable_data* vd = rt_env_detail::find_var_record( var_name ); in var()
Denvironment.ipp44 typedef std::map<cstring,rt_env_detail::variable_data> registry;
50 BOOST_RT_PARAM_INLINE variable_data&
59 variable_data& new_var_data = s_registry()[key];
68 BOOST_RT_PARAM_INLINE variable_data*
108 rt_env_detail::variable_data* vd = rt_env_detail::find_var_record( var_name );
Dvariable.hpp45 struct variable_data : public runtime::parameter { struct
59 explicit variable_base( rt_env_detail::variable_data& data ) : m_data( &data ) {} in variable_base()
82 rt_env_detail::variable_data* m_data;
98 explicit variable( rt_env_detail::variable_data& data ) in variable()