Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DNamedType.cpp23 NamedType::NamedType(const std::string& localName, const FQName& fullName, const Location& loc, in NamedType()
35 std::string NamedType::fullName() const { in fullName() function in android::NamedType
DTypeDef.cpp25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef()
DScope.cpp33 Scope::Scope(const std::string& localName, const FQName& fullName, const Location& location, in Scope()
250 RootScope::RootScope(const char* localName, const FQName& fullName, const Location& location, in RootScope()
DFmqType.cpp39 std::string FmqType::fullName() const { in fullName() function in android::FmqType
DInterface.cpp46 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface()
DEnumType.cpp31 EnumType::EnumType(const std::string& localName, const FQName& fullName, const Location& location, in EnumType()
DCompoundType.cpp34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppSimpleType.java21 final private String fullName; field in CppSimpleType
DCppCodeGenerator.java354 String fullName = nameScope + name; in printParser() local
454 String fullName = nameScope + name; in printWriter() local
576 String fullName = nameScope + name; in printConstructor() local
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaSimpleType.java24 final private String fullName; field in JavaSimpleType