Searched defs:type_entry (Results 1 – 2 of 2) sorted by relevance
155 struct type_entry { struct156 int value;157 char type;
767 for (const auto& type_entry : cddl_table.type_map) { in BuildCppTypes() local