HomeSort by relevance Sort by last modified time
    Searched defs:CompoundType (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/
CompoundType.h 29 struct CompoundType : public Scope {
35 CompoundType(Style style, const char* localName, const Location& location, Scope* parent);
146 DISALLOW_COPY_AND_ASSIGN(CompoundType);
CompoundType.cpp 17 #include "CompoundType.h"
26 CompoundType::CompoundType(Style style, const char* localName, const Location& location,
30 CompoundType::Style CompoundType::style() const {
34 bool CompoundType::setFields(
66 bool CompoundType::isCompoundType() const {
70 bool CompoundType::canCheckEquality() const {
82 std::string CompoundType::typeName() const {
94 std::string CompoundType::getCppType
    [all...]

Completed in 67 milliseconds