Lines Matching refs:FieldDef
39 static std::string GenMethod(const FieldDef &field);
45 static std::string TypeName(const FieldDef &field);
50 std::string OffsetPrefix(const FieldDef &field) { in OffsetPrefix()
166 const FieldDef &field, in GetVectorLen()
179 const FieldDef &field, in GetUByteSlice()
192 const FieldDef &field, in GetScalarFieldOfStruct()
206 const FieldDef &field, in GetScalarFieldOfTable()
222 const FieldDef &field, in GetStructFieldOfStruct()
242 const FieldDef &field, in GetStructFieldOfTable()
265 const FieldDef &field, in GetStringField()
278 const FieldDef &field, in GetUnionField()
293 const FieldDef &field, in GetMemberOfVectorOfStruct()
317 const FieldDef &field, in GetMemberOfVectorOfNonStruct()
427 const FieldDef &field, in BuildFieldOfTable()
456 const FieldDef &field, in BuildVectorOfTable()
488 const FieldDef &field, in GenStructAccessor()
535 const FieldDef &field, in MutateScalarFieldOfStruct()
549 const FieldDef &field, in MutateScalarFieldOfTable()
563 const FieldDef &field, in GenStructMutator()
672 static std::string GenMethod(const FieldDef &field) { in GenMethod()
709 static std::string TypeName(const FieldDef &field) { in TypeName()