Home
last modified time | relevance | path

Searched defs:GenBoundsCheck (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/packet/parser/fields/
H A Dbody_field.h61 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
H A Dpadding_field.h60 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
H A Dpayload_field.h65 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
H A Dreserved_field.h56 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() function
H A Dpacket_field.cc134 void PacketField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string context) con… in GenBoundsCheck() function in PacketField
H A Dstruct_field.cc95 void StructField::GenBoundsCheck(std::ostream&, Size, Size, std::string) const { in GenBoundsCheck() function in StructField
H A Dvector_field.cc257 void VectorField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string context) con… in GenBoundsCheck() function in VectorField