Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dlanguage_y.yy239 auto parent_struct = decls->GetTypeDef(parent_struct_name);
263 auto parent_struct = decls->GetTypeDef(parent_struct_name);
493 auto type_def = decls->GetTypeDef(field->GetDataType());
557 if (auto type_def = decls->GetTypeDef(*$3)) {
642 auto type_def = decls->GetTypeDef(*$5);
690 if (auto type_def = decls->GetTypeDef(*$3)) {
702 if (auto type_def = decls->GetTypeDef(*$3)) {
715 if (auto type_def = decls->GetTypeDef(*$3)) {
Ddeclarations.h41 TypeDef* GetTypeDef(const std::string& name) { in GetTypeDef() function