OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:union_type
(Results
1 - 7
of
7
) sorted by null
/external/tpm2/generator/
union_selectors.py
163
def GetUnionSelectorType(
union_type
):
165
return _SELECTORS[
union_type
]['type'][0]
168
def GetUnionSelectorTypes(
union_type
):
170
return _SELECTORS[
union_type
]['type']
173
def GetUnionSelectorValues(
union_type
):
175
return _SELECTORS[
union_type
]['selectors'].keys()
178
def GetUnionSelectorField(
union_type
, selector_value):
180
return _SELECTORS[
union_type
]['selectors'][selector_value]
/system/tpm/trunks/generator/
union_selectors.py
175
def GetUnionSelectorType(
union_type
):
177
return _SELECTORS[
union_type
]['type'][0]
180
def GetUnionSelectorTypes(
union_type
):
182
return _SELECTORS[
union_type
]['type']
185
def GetUnionSelectorValues(
union_type
):
187
return _SELECTORS[
union_type
]['selectors'].keys()
190
def GetUnionSelectorField(
union_type
, selector_value):
192
return _SELECTORS[
union_type
]['selectors'][selector_value]
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.cat.pass.cpp
20
union
union_type
{};
union
146
typedef
union_type
T;
/external/strace/
mpers.awk
144
case "
union_type
":
215
if (match($0, /typedef|
union_type
|structure_type|pointer_type\
/external/v8/test/cctest/
test-types.cc
1387
TypeHandle
union_type
= T.Union(type, T.None);
local
1394
TypeHandle
union_type
= T.Union(type, T.Any);
local
1401
TypeHandle
union_type
= T.Union(type, type);
local
[
all
...]
/external/elfutils/libdw/
known-dwarf.h
613
DWARF_ONE_KNOWN_DW_TAG (
union_type
, DW_TAG_union_type)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h
124
5: CLASS_TYPE_P (in RECORD_TYPE and
UNION_TYPE
)
527
/* In a RECORD_TYPE or
UNION_TYPE
, nonzero if any component is read-only. */
4094
union_type
, \/* "union" types. *\/
enumerator in enum:tag_types
[
all
...]
Completed in 179 milliseconds