Searched defs:isUnion (Results 1 – 7 of 7) sorted by relevance
| /external/flatbuffers/python/flatbuffers/reflection/ |
| D | Enum.py | 146 def EnumAddIsUnion(builder, isUnion): builder.PrependBoolSlot(2, isUnion, 0) argument 147 def AddIsUnion(builder, isUnion): argument
|
| /external/clang/include/clang/AST/ |
| D | APValue.h | 190 bool isUnion() const { return Kind == Union; } in isUnion() function
|
| D | Decl.h | 2939 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() function
|
| /external/clang/utils/ABITest/ |
| D | TypeGen.py | 85 def __init__(self, index, isUnion, fields): argument
|
| /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
| D | Decoder.java | 178 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset()
|
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ |
| D | vulkantypes.py | 722 …def __init__(self, name: str, members: List[VulkanType], isUnion=False, structEnumExpr=None, struc… argument
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 3741 AST_MATCHER(RecordDecl, isUnion) { in AST_MATCHER() argument
|