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