Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.h23 struct CddlType { struct
25 enum class Which {
56 CddlType* type; argument
65 std::vector<CddlType*> direct_choice; argument
86 CddlType* constraint_type; argument
94 const CddlType::Which& which) { argument
H A Dsema.cc37 CddlType::CddlType() in CddlType() function in CddlType