Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_swift.cpp308 if (parser_.opts.gen_json_coders) GenerateJSONEncodingAPIs(struct_def); in GenStructReader()
467 if (parser_.opts.gen_json_coders) GenerateJSONEncodingAPIs(struct_def); in GenTable()
1068 void GenerateJSONEncodingAPIs(const StructDef &struct_def) { in GenerateJSONEncodingAPIs() function in flatbuffers::swift::SwiftGenerator