Searched refs:index_value (Results 1 – 4 of 4) sorted by relevance
182 static const int index_value = get_index<typename Env::map_type, Local>::value; member185 get_local_from_index<Local, Env, index_value>::type210 …static const int index_value = get_index<typename Env::outer_env_type::map_type, detail::local<Key… in get() local212 return get<RT, index_value>( in get()214 , mpl::bool_<index_value == -1>()); in get()
122 …static const int index_value = detail::get_index<typename env_type::map_type, detail::local<Key> >… in operator ()() local129 return eval_local::template get<return_type, index_value>( in operator ()()
18 because the passed-in index_value is no longer used as an index22 functions which works since the index_value to the get_*_option()
1395 u32 index_value; in change_speed() local1398 index_value = get_ftdi_divisor(tty, port); in change_speed()1399 value = (u16)index_value; in change_speed()1400 index = (u16)(index_value >> 16); in change_speed()