Home | History | Annotate | Download | only in src

Lines Matching refs:field_value

892       auto &field_value = it->first;
895 size == SizeOf(field_value.type.base_type)) {
896 switch (field_value.type.base_type) {
903 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \
907 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \
909 field_value.offset, val, valdef); \
919 SerializeStruct(*field->value.type.struct_def, field_value); \
922 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \
923 builder_.AddOffset(field_value.offset, val); \