Home
last modified time | relevance | path

Searched defs:GetNewField (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_diff_representation.h120 const RecordFieldIR *GetNewField() const { in GetNewField() function
240 const EnumFieldIR *GetNewField() const { in GetNewField() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dchecksum_def.cc25 PacketField* ChecksumDef::GetNewField(const std::string& name, ParseLocation loc) const { in GetNewField() function in ChecksumDef
Denum_def.cc42 PacketField* EnumDef::GetNewField(const std::string& name, ParseLocation loc) const { in GetNewField() function in EnumDef
Dcustom_field_def.cc31 PacketField* CustomFieldDef::GetNewField(const std::string& name, ParseLocation loc) const { in GetNewField() function in CustomFieldDef
Dstruct_def.cc26 PacketField* StructDef::GetNewField(const std::string& name, ParseLocation loc) const { in GetNewField() function in StructDef
Dpacket_def.cc31 PacketField* PacketDef::GetNewField(const std::string&, ParseLocation) const { in GetNewField() function in PacketDef