Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.h29 struct CompoundType : public Scope { struct
36 CompoundType(Style style, const std::string& localName, const FQName& fullName, argument
130 struct Layout {
139 struct CompoundLayout {
149 Style mStyle;
150 std::vector<NamedReference<Type>*> mFields;
DCompoundType.cpp34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType() function in android::CompoundType