Home
last modified time | relevance | path

Searched refs:GenBoundsCheck (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/packet/parser/fields/
Dreserved_field.h56 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
Dpadding_field.h60 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
Dbody_field.h61 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
Dpayload_field.h65 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
Dstruct_field.h60 …void GenBoundsCheck(std::ostream& s, Size start_offset, Size end_offset, std::string) const overri…
Dvector_field.h78 …void GenBoundsCheck(std::ostream& s, Size start_offset, Size end_offset, std::string context) cons…
Dpacket_field.h131 virtual void GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string) const;
Dstruct_field.cc95 void StructField::GenBoundsCheck(std::ostream&, Size, Size, std::string) const { in GenBoundsCheck() function in StructField
Dpacket_field.cc134 void PacketField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string context) con… in GenBoundsCheck() function in PacketField
Dvector_field.cc257 void VectorField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string context) con… in GenBoundsCheck() function in VectorField
/system/bt/gd/packet/parser/
Dstruct_def.cc386 field->GenBoundsCheck(s, start_field_offset, end_field_offset, name_); in GenRustImpls()
Dpacket_def.cc929 field->GenBoundsCheck(s, start_field_offset, end_field_offset, name_); in GenRustStructImpls()