Home
last modified time | relevance | path

Searched refs:GetTypeDef (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.yy289 auto parent_struct = decls->GetTypeDef(parent_struct_name);
313 auto parent_struct = decls->GetTypeDef(parent_struct_name);
544 auto type_def = decls->GetTypeDef(field->GetDataType());
608 if (auto type_def = decls->GetTypeDef(*$3)) {
693 auto type_def = decls->GetTypeDef(*$5);
741 if (auto type_def = decls->GetTypeDef(*$3)) {
753 if (auto type_def = decls->GetTypeDef(*$3)) {
766 if (auto type_def = decls->GetTypeDef(*$3)) {
Ddeclarations.h41 TypeDef* GetTypeDef(const std::string& name) { in GetTypeDef() function