Lines Matching refs:FieldDef
164 std::string GetterReturnType(const FieldDef &field) const { in GetterReturnType()
185 std::string GenEnumDefaultValue(const FieldDef &field) const { in GenEnumDefaultValue()
199 std::string GenFBBDefaultValue(const FieldDef &field) const { in GenFBBDefaultValue()
226 std::string GenFBBValueCast(const FieldDef &field) const { in GenFBBValueCast()
233 std::string GenDefaultValue(const FieldDef &field, in GenDefaultValue()
371 std::string GenLookupByKey(flatbuffers::FieldDef *key_field, in GenLookupByKey()
441 std::string GenOffsetGetter(flatbuffers::FieldDef *key_field, in GenOffsetGetter()
490 FieldDef *key_field = nullptr; in GenStruct()
549 void GenerateLookupByKey(FieldDef *key_field, StructDef &struct_def, in GenerateLookupByKey()
660 void GenerateCreateVectorField(FieldDef &field, CodeWriter &writer, in GenerateCreateVectorField()
685 void GenerateStartVectorField(FieldDef &field, CodeWriter &writer, in GenerateStartVectorField()
703 void GenerateAddField(std::string field_pos, FieldDef &field, in GenerateAddField()
739 FieldDef &field, bool isFirst) { in FlexBufferBuilderCast()
871 FieldDef *key_field = nullptr; in GenerateStructGetters()
1212 static std::string CastToUsigned(const FieldDef &field) { in CastToUsigned()
1228 static std::string CastToSigned(const FieldDef &field) { in CastToSigned()