Home
last modified time | relevance | path

Searched refs:typeline (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_json_schema.cpp74 std::string typeline; in GenType() local
75 typeline.append("\"type\" : \"array\", \"items\" : { "); in GenType()
77 typeline.append(GenTypeRef(type.struct_def)); in GenType()
79 typeline.append(GenType(GenNativeType(type.element))); in GenType()
81 typeline.append(" }"); in GenType()
82 return typeline; in GenType()