Home
last modified time | relevance | path

Searched defs:observers (Results 1 – 15 of 15) sorted by relevance

/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/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/libs/ptr_container/doc/
Dassociative_ptr_container.rst110 .. _`observers`: target
120 .. _`modifiers`:
/third_party/node/src/
Dnode_perf_common.h78 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
237 AliasedUint32Array& observers = env->performance_state()->observers; in PerformanceGCCallback() local
359 AliasedUint32Array& observers = env->performance_state()->observers; in TimerFunctionCall() local
390 AliasedUint32Array& observers = env->performance_state()->observers; in Notify() local
Dnode_http2.cc51 AliasedUint32Array& observers = env->performance_state()->observers; in HasHttp2Observer() local
/third_party/cef/libcef/browser/extensions/
Dextensions_api_client.cc68 const scoped_refptr<base::ObserverListThreadSafe<SettingsObserver>>& in AddAdditionalValueStoreCaches()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DVertexArrayImpl.h48 void setContentsObservers(gl::VertexArrayBufferContentsObservers *observers) in setContentsObservers()
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_impl.cc126 std::vector<fml::closure> observers = in FlushTasks() local
Dmessage_loop_task_queues.cc168 std::vector<fml::closure> observers; in GetObserversToNotify() local
Dmessage_loop_task_queues_unittests.cc86 std::vector<fml::closure> observers = in TestNotifyObservers() local
/third_party/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
/third_party/flutter/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
/third_party/boost/libs/contract/example/mitchell02/observer/
Dsubject.hpp84 std::vector<observer const*> observers() const { in observers() function in subject
/third_party/node/lib/
Dperf_hooks.js89 const observers = {}; constant