/third_party/grpc/src/core/ext/filters/client_channel/ |
D | server_address.cc | 47 : address_(address), args_(args), attributes_(std::move(attributes)) {} in ServerAddress() 52 : args_(args), attributes_(std::move(attributes)) { in ServerAddress() 59 for (const auto& p : other.attributes_) { in ServerAddress() 60 attributes_[p.first] = p.second->Copy(); in ServerAddress() 67 attributes_.clear(); in operator =() 68 for (const auto& p : other.attributes_) { in operator =() 69 attributes_[p.first] = p.second->Copy(); in operator =() 77 attributes_(std::move(other.attributes_)) { in ServerAddress() 85 attributes_ = std::move(other.attributes_); in operator =() 125 return CompareAttributes(attributes_, other.attributes_); in Cmp() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node.cc | 72 attributes_ = value->GetDictionary("attributes"); in UpdateValue() 74 if (attributes_) { in UpdateValue() 75 scroll_.x = attributes_->HasKey("scrollX") in UpdateValue() 77 attributes_->GetValue("scrollX")) in UpdateValue() 79 scroll_.y = attributes_->HasKey("scrollY") in UpdateValue() 81 attributes_->GetValue("scrollY")) in UpdateValue() 85 if (attributes_ && attributes_->HasKey("childTreeId")) { in UpdateValue() 86 child_tree_id_ = attributes_->GetString("childTreeId"); in UpdateValue() 88 if (attributes_ && attributes_->HasKey("name")) in UpdateValue() 89 name_ = attributes_->GetString("name"); in UpdateValue() [all …]
|
/third_party/boost/tools/quickbook/src/ |
D | xml_parse.hpp | 37 std::list<std::pair<std::string, std::string> > attributes_; member 70 for (auto it = attributes_.begin(), end = attributes_.end(); in has_attribute() 81 for (auto it = attributes_.begin(), end = attributes_.end(); in get_attribute() 93 for (auto it = attributes_.begin(), end = attributes_.end(); in set_attribute() 101 attributes_.push_back( in set_attribute() 103 return attributes_.back().second; in set_attribute()
|
/third_party/boost/libs/msm/test/ |
D | CompositeEuml.cpp | 44 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) 51 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 52 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 53 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 54 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 60 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 61 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 62 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 63 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 64 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… [all …]
|
D | OrthogonalDeferredEuml.cpp | 47 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name ), cd_detected_attributes) 55 attributes_ << entry_counter << exit_counter, configure_ << play),Empty) 57 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded << play),Open) 59 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded),Stopped) 61 … attributes_ << entry_counter << exit_counter, configure_<< CDLoaded << PlayingPaused),Paused) 63 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… 64 …BOOST_MSM_EUML_TERMINATE_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << ent… 66 …RRUPT_STATE(( end_error,++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counte… 74 … attributes_ << entry_counter << exit_counter, configure_<< FirstSongPlaying ),Song1) 75 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… [all …]
|
D | SimpleEuml.cpp | 41 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) in BOOST_MSM_EUML_EVENT() 48 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 49 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 50 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 51 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 52 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 103 attributes_ << start_playback_counter
|
D | SerializeSimpleEuml.cpp | 47 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) in BOOST_MSM_EUML_EVENT() 54 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 55 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 56 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 57 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 58 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 109 attributes_ << start_playback_counter
|
D | SimpleEuml2.cpp | 41 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) in BOOST_MSM_EUML_EVENT() 48 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 49 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 50 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 51 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 52 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 103 attributes_ << start_playback_counter
|
D | SimpleInternalEuml.cpp | 43 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) in BOOST_MSM_EUML_EVENT() 50 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 51 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 52 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 53 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT() 68 attributes_ << entry_counter << exit_counter 151 … attributes_ << start_playback_counter << can_close_drawer_counter
|
D | AnonymousEuml.cpp | 33 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 34 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 35 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 36 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 103 … attributes_ << state2_to_state3_counter << state3_to_state4_counter
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_xml_object.cc | 285 return !attributes_.empty(); in HasAttributes() 290 return attributes_.size(); in GetAttributeCount() 298 AttributeMap::const_iterator it = attributes_.find(name); in HasAttribute() 299 return (it != attributes_.end()); in HasAttribute() 307 AttributeMap::const_iterator it = attributes_.find(name); in GetAttributeValue() 308 if (it != attributes_.end()) in GetAttributeValue() 321 AttributeMap::iterator it = attributes_.find(name); in SetAttributeValue() 322 if (it != attributes_.end()) { in SetAttributeValue() 325 attributes_.insert(std::make_pair(name, value)); in SetAttributeValue() 332 attributes = attributes_; in GetAttributes() [all …]
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | OrthogonalDeferredEuml2.cpp | 40 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) 52 attributes_ << no_attributes_, 59 attributes_ << no_attributes_, 66 attributes_ << no_attributes_, 74 attributes_ << no_attributes_, 91 attributes_ << no_attributes_, 112 attributes_ << no_attributes_, //attributes 171 attributes_ << no_attributes_, // Attributes
|
D | iPodSearchEuml.cpp | 33 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), OneSongDef) 60 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), NotFoundDef) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 63 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), FoundDef) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 79 attributes_ << m_letters ),StringFind) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 84 attributes_ << m_src_it ),Foreach) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 122 attributes_ << m_src_container // song list
|
D | OrthogonalDeferredEuml.cpp | 40 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) 55 attributes_ << no_attributes_, 62 attributes_ << no_attributes_, 69 attributes_ << no_attributes_, 77 attributes_ << no_attributes_, 93 attributes_ << no_attributes_, 113 attributes_ << no_attributes_, //attributes 167 attributes_ << no_attributes_, // Attributes
|
D | SimpleTimer.cpp | 28 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_timer ), start_timer_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 34 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_tick ), tick_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 64 attributes_ << m_counter in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 79 attributes_ << m_ringing_cpt in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
|
D | CompilerStressTestEuml.cpp | 41 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song << m_song_id ), OneSongDef) 131 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), NotFoundDef) 136 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), FoundDef) 223 attributes_ << m_letters, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 267 attributes_ << m_src_it in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 355 attributes_ << m_src_container // song list
|
D | ActivateStateBeforeTransitionEuml.cpp | 74 attributes_ << no_attributes_, 117 attributes_ << no_attributes_, // Attributes
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | OrthogonalDeferredEuml2.cpp | 40 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) 52 attributes_ << no_attributes_, 59 attributes_ << no_attributes_, 66 attributes_ << no_attributes_, 74 attributes_ << no_attributes_, 91 attributes_ << no_attributes_, 112 attributes_ << no_attributes_, //attributes 171 attributes_ << no_attributes_, // Attributes
|
D | iPodSearchEuml.cpp | 33 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), OneSongDef) 60 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), NotFoundDef) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 63 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), FoundDef) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 79 attributes_ << m_letters ),StringFind) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 84 attributes_ << m_src_it ),Foreach) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 122 attributes_ << m_src_container // song list
|
D | OrthogonalDeferredEuml.cpp | 40 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name << cd_type ), cd_detected_attributes) 55 attributes_ << no_attributes_, 62 attributes_ << no_attributes_, 69 attributes_ << no_attributes_, 77 attributes_ << no_attributes_, 93 attributes_ << no_attributes_, 113 attributes_ << no_attributes_, //attributes 167 attributes_ << no_attributes_, // Attributes
|
D | SimpleTimer.cpp | 28 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_timer ), start_timer_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 34 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_tick ), tick_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 64 attributes_ << m_counter in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 79 attributes_ << m_ringing_cpt in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
|
D | CompilerStressTestEuml.cpp | 41 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song << m_song_id ), OneSongDef) 131 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), NotFoundDef) 136 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << m_song ), FoundDef) 223 attributes_ << m_letters, in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 267 attributes_ << m_src_it in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 355 attributes_ << m_src_container // song list
|
D | ActivateStateBeforeTransitionEuml.cpp | 74 attributes_ << no_attributes_, 117 attributes_ << no_attributes_, // Attributes
|
/third_party/mindspore/mindspore/core/abstract/ |
D | abstract_value.cc | 765 for (const auto &attr : attributes_) { in BuildType() 779 if (attributes_.size() != other.attributes_.size()) { in operator ==() 782 for (size_t i = 0; i < attributes_.size(); i++) { in operator ==() 783 MS_EXCEPTION_IF_NULL(attributes_[i].second); in operator ==() 784 MS_EXCEPTION_IF_NULL(other.attributes_[i].second); in operator ==() 785 if (!(*attributes_[i].second == *other.attributes_[i].second)) { in operator ==() 786 …MS_LOG(DEBUG) << "attr " << attributes_[i].first << " not equal, arg1:" << attributes_[i].second->… in operator ==() 787 << " arg2:" << other.attributes_[i].second->ToString(); in operator ==() 816 auto it = std::find_if(attributes_.begin(), attributes_.end(), in GetAttribute() 818 if (it != attributes_.end()) { in GetAttribute() [all …]
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | container.cc | 96 : Object(kObjectTypeClass, false), attributes_(attributes), tag_(tag), methods_(methods) {} in Class() 119 auto copy = std::make_shared<Class>(tag_, attributes_, methods_); in DeepCopy() 131 for (auto &attr : attributes_) { in DumpContent()
|