Home
last modified time | relevance | path

Searched defs:isUnion (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/python/flatbuffers/reflection/
DEnum.py146 def EnumAddIsUnion(builder, isUnion): builder.PrependBoolSlot(2, isUnion, 0) argument
147 def AddIsUnion(builder, isUnion): argument
/external/clang/include/clang/AST/
DAPValue.h190 bool isUnion() const { return Kind == Union; } in isUnion() function
DDecl.h2939 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() function
/external/clang/utils/ABITest/
DTypeGen.py85 def __init__(self, index, isUnion, fields): argument
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java178 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset()
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py722 …def __init__(self, name: str, members: List[VulkanType], isUnion=False, structEnumExpr=None, struc… argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3741 AST_MATCHER(RecordDecl, isUnion) { in AST_MATCHER() argument