/third_party/node/src/ |
D | node_perf_common.h | 67 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
|
D | node_perf.cc | 114 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/ |
D | subject.hpp | 22 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/ |
D | SkSGNode.cpp | 67 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/ |
D | SkSGNode.cpp | 67 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/ |
D | observer_collection.hpp | 43 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/ |
D | observer_collection.hpp | 43 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/ |
D | basic_outcome_failure_exception_from_error.md | 3 …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/ |
D | VertexArrayImpl.h | 48 void setContentsObservers(gl::VertexArrayBufferContentsObservers *observers) in setContentsObservers() argument 50 mContentsObservers = observers; in setContentsObservers()
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop_task_queues.cc | 168 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()
|
D | message_loop_impl.cc | 126 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/ |
D | failure_type.md | 16 …observers with the usual constexpr lvalue, const lvalue, rvalue and const rvalue overloads. One ca…
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | details_boost_ref.qbk | 14 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/ |
D | two_dimensional_phase_lattice.cpp | 143 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/ |
D | has_exception.md | 4 categories = ["observers"]
|
D | has_error.md | 4 categories = ["observers"]
|
D | has_failure.md | 4 categories = ["observers"]
|
D | operator_bool.md | 4 categories = ["observers"]
|
D | has_value.md | 4 categories = ["observers"]
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/ |
D | has_error.md | 4 categories = ["observers"]
|
D | has_exception.md | 4 categories = ["observers"]
|
D | operator_bool.md | 4 categories = ["observers"]
|
D | has_failure.md | 4 categories = ["observers"]
|
D | has_value.md | 4 categories = ["observers"]
|
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/ |
D | has_exception.md | 4 categories = ["observers"]
|