Home
last modified time | relevance | path

Searched defs:type_entry (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.h155 struct type_entry { struct
156 int value;
157 char type;
/external/openscreen/tools/cddl/
Dsema.cc767 for (const auto& type_entry : cddl_table.type_map) { in BuildCppTypes() local