Searched defs:IsEmpty (Results 1 – 17 of 17) sorted by relevance
101 bool IsEmpty() const { in IsEmpty() function
61 bool IsEmpty() const { in IsEmpty() function248 bool IsEmpty() const { in IsEmpty() function
37 bool IsEmpty(const std::string& item) const { in IsEmpty() function266 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function287 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
276 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty() function
120 bool IsEmpty(const T& item) const { in IsEmpty() function131 bool IsEmpty(T* const& item) const { in IsEmpty() function
128 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
99 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
224 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { in IsEmpty() function
126 bool IsEmpty() const { in IsEmpty() function
123 bool IsEmpty() const { in IsEmpty() function
165 bool IsEmpty() const { in IsEmpty() function
161 bool IsEmpty() const { in IsEmpty() function
156 bool IsEmpty() const { return num_entries_ == 0; } in IsEmpty() function in art::ValueSet
162 bool IsEmpty() const { return first_instruction_ == nullptr; } in IsEmpty() function
292 bool IsEmpty() const { in IsEmpty() function
186 bool IsEmpty(const ProfileCompilationInfo& info) { in IsEmpty() function in art::ProfileCompilationInfoTest
2097 bool ProfileCompilationInfo::IsEmpty() const { in IsEmpty() function in art::ProfileCompilationInfo