Home
last modified time | relevance | path

Searched refs:attributes_ (Results 1 – 25 of 60) sorted by relevance

123

/third_party/grpc/src/core/ext/filters/client_channel/
Dserver_address.cc47 : 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/
Dosr_accessibility_node.cc72 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/
Dxml_parse.hpp37 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/
DCompositeEuml.cpp44 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 …]
DOrthogonalDeferredEuml.cpp47 BOOST_MSM_EUML_ATTRIBUTES((attributes_ << cd_name ), cd_detected_attributes)
55 attributes_ << entry_counter << exit_counter, configure_ << play),Empty)
57attributes_ << entry_counter << exit_counter, configure_<< CDLoaded << play),Open)
59attributes_ << entry_counter << exit_counter, configure_<< CDLoaded),Stopped)
61attributes_ << 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…
74attributes_ << entry_counter << exit_counter, configure_<< FirstSongPlaying ),Song1)
75 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter…
[all …]
DSimpleEuml.cpp41 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
DSerializeSimpleEuml.cpp47 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
DSimpleEuml2.cpp41 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
DSimpleInternalEuml.cpp43 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
151attributes_ << start_playback_counter << can_close_drawer_counter
DAnonymousEuml.cpp33 …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()
103attributes_ << state2_to_state3_counter << state3_to_state4_counter
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc285 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/
DOrthogonalDeferredEuml2.cpp40 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
DiPodSearchEuml.cpp33 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
DOrthogonalDeferredEuml.cpp40 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
DSimpleTimer.cpp28 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()
DCompilerStressTestEuml.cpp41 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
DActivateStateBeforeTransitionEuml.cpp74 attributes_ << no_attributes_,
117 attributes_ << no_attributes_, // Attributes
/third_party/boost/libs/msm/doc/HTML/examples/
DOrthogonalDeferredEuml2.cpp40 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
DiPodSearchEuml.cpp33 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
DOrthogonalDeferredEuml.cpp40 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
DSimpleTimer.cpp28 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()
DCompilerStressTestEuml.cpp41 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
DActivateStateBeforeTransitionEuml.cpp74 attributes_ << no_attributes_,
117 attributes_ << no_attributes_, // Attributes
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc765 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/
Dcontainer.cc96 : 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()

123