• Home
  • Raw
  • Download

Lines Matching defs:struct_def

190       const auto &struct_def = **it;  in generate()  local
199 const auto &struct_def = **it; in generate() local
221 void GenStructReader(const StructDef &struct_def) { in GenStructReader()
311 void BuildStructConstructor(const StructDef &struct_def) { in BuildStructConstructor()
339 void GenMutableStructReader(const StructDef &struct_def) { in GenMutableStructReader()
382 void GenStructWriter(const StructDef &struct_def) { in GenStructWriter()
410 void GenerateStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenerateStructArgs()
452 void GenTable(const StructDef &struct_def) { in GenTable()
471 void GenTableAccessors(const StructDef &struct_def) { in GenTableAccessors()
492 void GenObjectHeader(const StructDef &struct_def) { in GenObjectHeader()
536 void GenTableWriter(const StructDef &struct_def) { in GenTableWriter()
729 void GenTableReader(const StructDef &struct_def) { in GenTableReader()
932 void GenerateCodingKeys(const StructDef &struct_def) { in GenerateCodingKeys()
1006 void GenerateEncoderBody(const StructDef &struct_def) { in GenerateEncoderBody()
1068 void GenerateJSONEncodingAPIs(const StructDef &struct_def) { in GenerateJSONEncodingAPIs()
1084 void GenerateVerifier(const StructDef &struct_def) { in GenerateVerifier()
1314 void GenerateObjectAPIStructConstructor(const StructDef &struct_def) { in GenerateObjectAPIStructConstructor()
1337 void GenObjectAPI(const StructDef &struct_def) { in GenObjectAPI()
1363 void GenerateObjectAPITableExtension(const StructDef &struct_def) { in GenerateObjectAPITableExtension()