Searched defs:empty (Results 1 – 8 of 8) sorted by relevance
56 fun empty() = topLevelClasses().none() in <lambda>() method
47 bool empty() const { return begin_ == end_; } in empty() function
131 bool empty() const { return begin_ == end_; } in empty() function
146 bool empty() const { return size_ == 0; } in empty() function
106 bool empty() const { return count_ == 0; } in empty() function
216 std::vector<Type*> empty; in Normalize() local
556 var empty = true in <lambda>() variable
1049 codebase.findPackage("")?.let { empty -> in createStubFiles() method