Home
last modified time | relevance | path

Searched defs:union_type (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/generator/
Dunion_selectors.py163 def GetUnionSelectorType(union_type): argument
168 def GetUnionSelectorTypes(union_type): argument
173 def GetUnionSelectorValues(union_type): argument
178 def GetUnionSelectorField(union_type, selector_value): argument
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.cat.pass.cpp20 union union_type {}; union
/external/v8/test/cctest/
Dtest-types.cc1387 TypeHandle union_type = T.Union(type, T.None); in Union1() local
1394 TypeHandle union_type = T.Union(type, T.Any); in Union1() local
1401 TypeHandle union_type = T.Union(type, type); in Union1() local