Lines Matching refs:NumToString
663 NumToString(type.fixed_length) + "]"; in GetTypeGet()
756 auto num_fields = NumToString(enum_def.size()); in GenEnum()
1238 NumToString(type.fixed_length) + "]"; in ObjectFieldType()
1243 NumToString(type.fixed_length) + "]"; in ObjectFieldType()
1248 NumToString(type.fixed_length) + "]"; in ObjectFieldType()
1323 NumToString(type.fixed_length) + ">"; in TableBuilderArgsAddFuncType()
1328 NumToString(type.fixed_length) + ">"; in TableBuilderArgsAddFuncType()
1333 NumToString(type.fixed_length) + ">"; in TableBuilderArgsAddFuncType()
1481 NumToString(length) + ">"; in FollowType()
1613 code_.SetValue("OFFSET_VALUE", NumToString(field.value.offset)); in ForAllTableFields()
2004 code_.SetValue("NUM_FIELDS", NumToString(numFields)); in GenTable()
2114 code_.SetValue("NUM_FIELDS", NumToString(struct_def.fields.vec.size())); in GenTable()
2568 " padding" + NumToString((*id)++) + "__: u" + NumToString(bits) + ","; in PaddingDefinition()
2573 *code_ptr += "padding" + NumToString((*id)++) + "__: 0,"; in PaddingInitializer()
2585 code_.SetValue("FIELD_OFFSET", NumToString(offset_to_field)); in ForAllStructFields()
2605 code_.SetValue("ALIGN", NumToString(struct_def.minalign)); in GenStruct()
2607 code_.SetValue("STRUCT_SIZE", NumToString(struct_def.bytesize)); in GenStruct()
2702 code_.SetValue("NUM_FIELDS", NumToString(numFields)); in GenStruct()
2763 NumToString(field.value.type.fixed_length)); in GenStruct()
2786 code_.SetValue("FIELD_SIZE", NumToString(InlineSize(field.value.type))); in GenStruct()
2798 NumToString(InlineSize(field.value.type.VectorType()))); in GenStruct()
2807 NumToString(InlineSize(field.value.type))); in GenStruct()