Searched defs:GenInserter (Results 1 – 18 of 18) sorted by relevance
38 void EnumField::GenInserter(std::ostream& s) const { in GenInserter() function in EnumField
45 void FixedField::GenInserter(std::ostream& s) const { in GenInserter() function in FixedField
46 void CountField::GenInserter(std::ostream&) const { in GenInserter() function in CountField
48 void SizeField::GenInserter(std::ostream&) const { in GenInserter() function in SizeField
53 void ReservedField::GenInserter(std::ostream& s) const { in GenInserter() function in ReservedField
46 void PaddingField::GenInserter(std::ostream&) const { in GenInserter() function in PaddingField
68 void GroupField::GenInserter(std::ostream&) const { in GenInserter() function in GroupField
48 void ChecksumStartField::GenInserter(std::ostream&) const { in GenInserter() function in ChecksumStartField
58 void CustomFieldFixedSize::GenInserter(std::ostream& s) const { in GenInserter() function in CustomFieldFixedSize
44 void ChecksumField::GenInserter(std::ostream& s) const { in GenInserter() function in ChecksumField
60 void BodyField::GenInserter(std::ostream&) const { in GenInserter() function in BodyField
81 void VariableLengthStructField::GenInserter(std::ostream& s) const { in GenInserter() function in VariableLengthStructField
89 void PayloadField::GenInserter(std::ostream&) const { in GenInserter() function in PayloadField
70 void StructField::GenInserter(std::ostream& s) const { s << GetName() << "_.Serialize(i);"; } in GenInserter() function in StructField
78 void CustomField::GenInserter(std::ostream& s) const { s << GetName() << "_.Serialize(i);"; } in GenInserter() function in CustomField
117 void ScalarField::GenInserter(std::ostream& s) const { in GenInserter() function in ScalarField
161 void ArrayField::GenInserter(std::ostream& s) const { in GenInserter() function in ArrayField
216 void VectorField::GenInserter(std::ostream& s) const { in GenInserter() function in VectorField