Lines Matching defs:empty
269 // |false|. In case intermediate dictionaries become empty as a result of this
293 // Returns the size of the dictionary, and if the dictionary is empty.
393 // Returns whether the dictionary is empty.
394 bool empty() const { return dict_.empty(); }
521 // Removes a path, clearing out all dictionaries on |path| that remain empty
528 // Makes a copy of |this| but doesn't include empty dictionaries and lists in
529 // the copy. This never returns NULL, even if |this| itself is empty.
600 // Returns whether the list is empty.
601 // DEPRECATED, use GetList()::empty() instead.
602 bool empty() const { return list_.empty(); }