Home
last modified time | relevance | path

Searched refs:observers (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/node/src/
Dnode_perf_common.h67 observers( in PerformanceState()
69 offsetof(performance_state_internal, observers), in PerformanceState()
78 AliasedUint32Array observers; variable
89 uint32_t observers[NODE_PERFORMANCE_ENTRY_TYPE_INVALID]; member
Dnode_perf.cc114 AliasedUint32Array& observers = env->performance_state()->observers; in Notify() local
116 observers[type]) { in Notify()
237 AliasedUint32Array& observers = env->performance_state()->observers; in PerformanceGCCallback() local
238 if (observers[NODE_PERFORMANCE_ENTRY_TYPE_GC]) { in PerformanceGCCallback()
272 if (!state->observers[NODE_PERFORMANCE_ENTRY_TYPE_GC]) in MarkGarbageCollectionEnd()
359 AliasedUint32Array& observers = env->performance_state()->observers; in TimerFunctionCall() local
360 if (!observers[NODE_PERFORMANCE_ENTRY_TYPE_FUNCTION]) in TimerFunctionCall()
390 AliasedUint32Array& observers = env->performance_state()->observers; in Notify() local
392 observers[entry_type]) { in Notify()
456 state->observers.GetJSArray()).Check(); in Initialize()
/third_party/boost/libs/contract/example/mitchell02/observer/
Dsubject.hpp22 BOOST_CONTRACT_ASSERT_AUDIT(all_observers_valid(observers())); // Valid. in invariant()
60 old_observers = BOOST_CONTRACT_OLDOF(observers()); in attach()
71 *old_observers, observers(), ob)); in attach()
84 std::vector<observer const*> observers() const { in observers() function in subject
101 BOOST_CONTRACT_ASSERT_AUDIT(all_observers_updated(observers())); in notify()
/third_party/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
68 observers->reserve(2); in observeInval()
69 observers->push_back(node->fInvalObserver); in observeInval()
71 node->fInvalObserverArray = observers; in observeInval()
/third_party/flutter/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
68 observers->reserve(2); in observeInval()
69 observers->push_back(node->fInvalObserver); in observeInval()
71 node->fInvalObserverArray = observers; in observeInval()
/third_party/boost/boost/numeric/odeint/integrate/
Dobserver_collection.hpp43 collection_type& observers( void ) { return m_observers; } in observers() function in boost::numeric::odeint::observer_collection
44 const collection_type& observers( void ) const { return m_observers; } in observers() function in boost::numeric::odeint::observer_collection
/third_party/boost/boost/numeric/odeint/iterator/integrate/
Dobserver_collection.hpp43 collection_type& observers( void ) { return m_observers; } in observers() function in boost::numeric::odeint::observer_collection
44 const collection_type& observers( void ) const { return m_observers; } in observers() function in boost::numeric::odeint::observer_collection
/third_party/boost/libs/outcome/doc/src/content/reference/functions/policy/
Dbasic_outcome_failure_exception_from_error.md3 …ee function synthesising an exception type from an error type, used by the `.failure()` observers."
7 observers. ADL discovered. Default
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DVertexArrayImpl.h48 void setContentsObservers(gl::VertexArrayBufferContentsObservers *observers) in setContentsObservers() argument
50 mContentsObservers = observers; in setContentsObservers()
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc168 std::vector<fml::closure> observers; in GetObserversToNotify() local
171 return observers; in GetObserversToNotify()
175 observers.push_back(observer.second); in GetObserversToNotify()
181 observers.push_back(observer.second); in GetObserversToNotify()
185 return observers; in GetObserversToNotify()
Dmessage_loop_impl.cc126 std::vector<fml::closure> observers = in FlushTasks() local
128 for (const auto& observer : observers) { in FlushTasks()
/third_party/boost/libs/outcome/doc/src/content/reference/types/
Dfailure_type.md16observers with the usual constexpr lvalue, const lvalue, rvalue and const rvalue overloads. One ca…
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_boost_ref.qbk14 In odeint all system functions and observers are passed by value. For example, if you call a `do_st…
31 The same mechanism can be used for the observers in the integrate functions.
/third_party/boost/libs/numeric/odeint/examples/
Dtwo_dimensional_phase_lattice.cpp143 obs.observers().push_back( write_for_gnuplot( 10 ) ); in main()
144 obs.observers().push_back( snapshots ); in main()
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
Dhas_exception.md4 categories = ["observers"]
Dhas_error.md4 categories = ["observers"]
Dhas_failure.md4 categories = ["observers"]
Doperator_bool.md4 categories = ["observers"]
Dhas_value.md4 categories = ["observers"]
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
Dhas_error.md4 categories = ["observers"]
Dhas_exception.md4 categories = ["observers"]
Doperator_bool.md4 categories = ["observers"]
Dhas_failure.md4 categories = ["observers"]
Dhas_value.md4 categories = ["observers"]
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dhas_exception.md4 categories = ["observers"]

123456