Lines Matching refs:FieldDef
56 std::string OffsetPrefix(const FieldDef &field) { in OffsetPrefix()
159 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen()
171 void GetVectorIsNone(const StructDef &struct_def, const FieldDef &field, in GetVectorIsNone()
187 const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfStruct()
198 void GetScalarFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetScalarFieldOfTable()
224 const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
235 void GetArrayOfStruct(const StructDef &struct_def, const FieldDef &field, in GetArrayOfStruct()
260 void GetStructFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetStructFieldOfTable()
285 void GetStringField(const StructDef &struct_def, const FieldDef &field, in GetStringField()
298 void GetUnionField(const StructDef &struct_def, const FieldDef &field, in GetUnionField()
338 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
366 const FieldDef &field, in GetMemberOfVectorOfNonStruct()
391 const FieldDef &field, in GetVectorOfNonStructAsNumpy()
420 const FieldDef &field, in GetVectorAsNestedFlatbuffer()
568 void BuildFieldOfTable(const StructDef &struct_def, const FieldDef &field, in BuildFieldOfTable()
607 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable()
633 void BuildVectorOfTableFromBytes(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTableFromBytes()
694 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor()
862 std::string GetDefaultValue(const FieldDef &field) { in GetDefaultValue()
876 void GenUnionInit(const FieldDef &field, std::string *field_types_ptr, in GenUnionInit()
924 void GenStructInit(const FieldDef &field, std::string *field_type_ptr, in GenStructInit()
939 void GenVectorInit(const FieldDef &field, std::string *field_type_ptr, in GenVectorInit()
1067 void GenUnPackForStruct(const StructDef &struct_def, const FieldDef &field, in GenUnPackForStruct()
1097 void GenUnPackForUnion(const StructDef &struct_def, const FieldDef &field, in GenUnPackForUnion()
1117 const FieldDef &field, std::string *code_ptr) { in GenUnPackForStructVector()
1150 const FieldDef &field, in GenUnpackforScalarVectorHelper()
1166 const FieldDef &field, std::string *code_ptr) { in GenUnPackForScalarVector()
1190 void GenUnPackForScalar(const StructDef &struct_def, const FieldDef &field, in GenUnPackForScalar()
1277 const FieldDef &field, in GenPackForStructVectorField()
1326 const FieldDef &field, in GenPackForScalarVectorFieldHelper()
1360 const FieldDef &field, in GenPackForScalarVectorField()
1407 void GenPackForStructField(const StructDef &struct_def, const FieldDef &field, in GenPackForStructField()
1438 void GenPackForUnionField(const StructDef &struct_def, const FieldDef &field, in GenPackForUnionField()
1646 std::string GenMethod(const FieldDef &field) { in GenMethod()
1681 std::string TypeName(const FieldDef &field) { in TypeName()