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