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 536 if (is_string_) {
582 is_string_(true), value_(value), int_value_(0) {
589 is_string_(true), value_(value), int_value_(0) {
596 is_string_(false), value_(), int_value_(value) {
601 bool is_string_; // true if current registry entry is of type REG_SZ member in class:__anon10333::RegistryEntry
602 base::string16 value_; // string value (useful if is_string_ = true)
603 DWORD int_value_; // integer value (useful if is_string_ = false)
612 if (is_string_) {
    [all...]

Completed in 79 milliseconds