Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dstruct_parser_generator.cc24 variable_struct_fields_.emplace_back(struct_def); in StructParserGenerator()
27 for (const auto& node : variable_struct_fields_) { in StructParserGenerator()
29 for (auto& parent : variable_struct_fields_) { in StructParserGenerator()
68 for (const auto& node : variable_struct_fields_) { in Generate()
Dstruct_parser_generator.h40 std::list<TreeNode> variable_struct_fields_; variable