Searched refs:variable_struct_fields_ (Results 1 – 2 of 2) sorted by relevance
24 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()
40 std::list<TreeNode> variable_struct_fields_; variable