Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.h28 struct CompoundType : public Scope { struct
35 CompoundType(Style style, const char* localName, const FQName& fullName, argument
150 struct Layout {
159 struct CompoundLayout {
169 Style mStyle;
170 std::vector<NamedReference<Type>*>* mFields;
213 DISALLOW_COPY_AND_ASSIGN(CompoundType); argument
DCompoundType.cpp30 CompoundType::CompoundType(Style style, const char* localName, const FQName& fullName, in CompoundType() function in android::CompoundType