Searched defs:fullName (Results 1 – 10 of 10) sorted by relevance
/system/tools/hidl/ |
D | NamedType.cpp | 23 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
|
D | TypeDef.cpp | 25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef()
|
D | Scope.cpp | 33 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()
|
D | FmqType.cpp | 39 std::string FmqType::fullName() const { in fullName() function in android::FmqType
|
D | Interface.cpp | 46 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface()
|
D | EnumType.cpp | 31 EnumType::EnumType(const std::string& localName, const FQName& fullName, const Location& location, in EnumType()
|
D | CompoundType.cpp | 34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType()
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppSimpleType.java | 21 final private String fullName; field in CppSimpleType
|
D | CppCodeGenerator.java | 354 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/ |
D | JavaSimpleType.java | 24 final private String fullName; field in JavaSimpleType
|