Searched defs:IsActive (Results 1 – 13 of 13) sorted by relevance
54 def IsActive(self): member in Bearer
56 bool IsActive() const { return base::NoBarrier_Load(&active_); } in IsActive() function
37 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
125 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
100 bool IsActive() const { return nesting_ != 0; } in IsActive() function
61 bool Locker::IsActive() { in IsActive() function in v8::Locker
367 class IsActive : public BitField<bool, 4, 1> {}; class in v8::internal::GlobalHandles::Node
190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local524 llvm::Value *IsActive in EmitCleanup() local610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
75 unsigned IsActive : 1; variable
3315 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
101 bool StatisticsRecorder::IsActive() { in IsActive() function in base::StatisticsRecorder
933 int i, IsActive = 0; in IsEEActive() local
882 mutable bool IsActive = false; variable