NON_FLAT 7046 src/objects.h bool IsFlat() { return state_ != NON_FLAT; } NON_FLAT 7075 src/objects.h FlatContent() : buffer_(), state_(NON_FLAT) { }