Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dstruct_def.cc99 std::string parent_param = (parent_->parent_ == nullptr ? "" : ", true"); in GenParse() local
101 …to parent_optional_it = " << parent_->name_ << "::Parse(to_fill, to_bound" << parent_param << ");"; in GenParse()
108 s << parent_->name_ << "::Parse(to_fill, to_bound" << parent_param << ");"; in GenParse()