Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js_ts.cpp736 auto offset_prefix = in GenStruct() local
795 code += offset_prefix + in GenStruct()
828 code += offset_prefix + "(obj || new " + type + ").__init("; in GenStruct()
909 code += offset_prefix + "(obj || new " + vectortypename; in GenStruct()
921 code += offset_prefix + GenGetter(vectortype, "(" + index + ")"); in GenStruct()
961 code += offset_prefix + in GenStruct()
1033 code += "Length():number {\n" + offset_prefix; in GenStruct()
1036 code += "Length = function() {\n" + offset_prefix; in GenStruct()
1059 offset_prefix; in GenStruct()
1062 code += "Array = function() {\n" + offset_prefix; in GenStruct()
Didl_gen_general.cpp920 auto offset_prefix = " { int o = " + lang_.accessor_prefix + "__offset(" + in GenStruct() local
979 code += offset_prefix + getter; in GenStruct()
998 code += offset_prefix + conditional_cast; in GenStruct()
1010 code += offset_prefix + getter + "(o + " + lang_.accessor_prefix; in GenStruct()
1030 const auto body = offset_prefix + conditional_cast + getter + "("; in GenStruct()
1063 code += offset_prefix + "(TTable?)" + getter; in GenStruct()
1066 code += "(" + type_name + " obj)" + offset_prefix + getter; in GenStruct()
1080 code += offset_prefix; in GenStruct()
1096 code += offset_prefix; in GenStruct()
1108 code += offset_prefix; in GenStruct()
Didl_gen_rust.cpp1049 const std::string offset_prefix) { in GenTableAccessorFuncBody() argument
1050 const std::string offset_name = offset_prefix + "::" + \ in GenTableAccessorFuncBody()
1252 const auto offset_prefix = Name(struct_def); in GenTable() local
1265 GenTableAccessorFuncBody(field, "'a", offset_prefix)); in GenTable()
1292 offset_prefix + "::" + GetFieldOffsetName(field)); in GenTable()