Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc239 auto op_constraint = packet->parent_constraints_.find("op_code"); in generate_cpp_headers_one_file() local
240 if (op_constraint == packet->parent_constraints_.end()) { in generate_cpp_headers_one_file()
253 op_codes.insert(std::get<std::string>(op_constraint->second)); in generate_cpp_headers_one_file()