Lines Matching defs:meta
223 Json::Value& meta = spvRoot["spv"]["meta"];
226 meta["MagicNumber"] = DocMagicNumber;
227 meta["Version"] = DocVersion;
228 meta["Revision"] = DocRevision;
229 meta["OpCodeMask"] = 0xffff;
230 meta["WordCountShift"] = 16;
233 addComment(meta["Comment"][commentId++], DocCopyright);
234 addComment(meta["Comment"][commentId++], DocComment1);
235 addComment(meta["Comment"][commentId++], DocComment2);
298 const int commentCount = spvRoot["spv"]["meta"]["Comment"].size();
301 for (const auto& comment : spvRoot["spv"]["meta"]["Comment"]) {
315 const Json::Value& meta = spvRoot["spv"]["meta"];
318 out << fmtConstInt(meta[name].asUInt(), name, fmt, isLast);
409 out << indent(2) + "\"meta\":\n" + indent(2) + "{\n";