#include "src/sksl/ir/SkSLLayout.h"
#include "include/private/base/SkAssert.h"
#include "src/base/SkMathPriv.h"
#include "src/sksl/SkSLContext.h"
#include "src/sksl/SkSLErrorReporter.h"
#include "src/sksl/SkSLPosition.h"
#include "src/sksl/SkSLString.h"
namespace SkSL {
std::string Layout::paddedDescription() const { … }
std::string Layout::description() const { … }
bool Layout::checkPermittedLayout(const Context& context,
Position pos,
LayoutFlags permittedLayoutFlags) const { … }
bool Layout::operator==(const Layout& other) const { … }
}