Searched defs:IsActive (Results 1 – 13 of 13) sorted by relevance
54 def IsActive(self): member in Bearer
56 bool IsActive() const { return base::Relaxed_Load(&active_) != 0; } 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
80 bool IsActive() const { return nesting_ != 0; } in IsActive() function
62 bool Locker::IsActive() { in IsActive() function in v8::Locker
355 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
222 bool IsActive() const { return read_index_ >= 0 && !ended_; } in IsActive() function in v8::internal::__anon9465db980211::CoverageBlockIterator
933 int i, IsActive = 0; in IsEEActive() local
882 mutable bool IsActive = false; variable