Searched refs:IsTheEmptyString (Results 1 – 3 of 3) sorted by relevance
117 vec[2].AsString().IsTheEmptyString(); // true (Wrong Type).
236 bool IsTheEmptyString() const { return data_ == EmptyString().data_; } in IsTheEmptyString() function671 if (s.IsTheEmptyString()) return false; in MutateString()
2264 TEST_EQ(vec[2].AsString().IsTheEmptyString(), true); // Wrong Type. in FlexBuffersTest()