HomeSort by relevance Sort by last modified time
    Searched refs:is_string_ (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
common.hpp 73 BOOST_STATIC_CONSTANT( bool, is_string_ = (boost::type_traits::ice_or<is_const_char_ptr_, is_const_wchar_t_ptr_>::value ));
87 typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::is_string_,
  /external/chromium_org/chrome/installer/util/
shell_util.cc 534 if (is_string_) {
580 is_string_(true), value_(value), int_value_(0) {
587 is_string_(true), value_(value), int_value_(0) {
594 is_string_(false), value_(), int_value_(value) {
599 bool is_string_; // true if current registry entry is of type REG_SZ member in class:__anon10413::RegistryEntry
600 base::string16 value_; // string value (useful if is_string_ = true)
601 DWORD int_value_; // integer value (useful if is_string_ = false)
610 if (is_string_) {
    [all...]

Completed in 58 milliseconds