Searched refs:GenConstructor (Results 1 – 1 of 1) sorted by relevance
490 GenConstructor("o + {{ACCESS}}.postion"); in GenTableReaderFields()498 GenConstructor(GenIndirect("o + {{ACCESS}}.postion")); in GenTableReaderFields()567 code_ += GenConstructor("{{ACCESS}}.vector(at: o) + index * {{SIZE}}"); in GenTableReaderVectorFields()595 code_ += GenConstructor( in GenTableReaderVectorFields()645 GenConstructor("{{ACCESS}}.postion + {{OFFSET}}"); in GenStructReader()753 std::string GenConstructor(const std::string &offset) { in GenConstructor() function in flatbuffers::swift::SwiftGenerator