Home
last modified time | relevance | path

Searched refs:GenRustNameAndType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dpacket_field.h119 virtual bool GenRustNameAndType(std::ostream& s) const;
Dpacket_field.cc125 bool PacketField::GenRustNameAndType(std::ostream& s) const { in GenRustNameAndType() function in PacketField
/packages/modules/Bluetooth/system/gd/packet/parser/
Dstruct_def.cc417 field->GenRustNameAndType(s); in GenRustFieldNameAndType()
450 field->GenRustNameAndType(s); in GenRustDeclarations()
Dpacket_def.cc870 param->GenRustNameAndType(s); in GenRustStructDeclarations()
893 field->GenRustNameAndType(s); in GenRustStructFieldNameAndType()