Searched refs:fullName (Results 1 - 9 of 9) sorted by relevance

/system/tools/hidl/
H A DNamedType.cpp29 void NamedType::setFullName(const FQName &fullName) { argument
30 mFullName = fullName;
45 std::string NamedType::fullName() const { function in class:android::NamedType
H A DNamedType.h35 void setFullName(const FQName &fullName);
44 std::string fullName() const;
H A DFmqType.cpp34 std::string FmqType::fullName() const { function in class:android::FmqType
44 const std::string base = fullName();
136 fullName(),
H A DCompoundType.cpp88 specifyNamespaces ? fullName() : partialCppName();
201 fullName(),
318 << fullName()
384 << fullName()
407 << fullName()
413 << fullName()
448 out << "const " << fullName() << " &obj,\n"
459 out << "const " << fullName() << " &obj,\n"
470 out << fullName() << " *obj,\n"
476 out << "const " << fullName() << "
[all...]
H A DFmqType.h30 std::string fullName() const;
H A DEnumType.cpp87 return specifyNamespaces ? fullName() : partialCppName();
215 << (lhsIsEnum ? fullName() : storageType)
217 << (rhsIsEnum ? fullName() : storageType)
255 << storageType << "& v, const " << fullName() << " e) {\n";
310 std::string valueName = fullName() + "::" + value->name();
339 out.sIf("o == " + fullName() + "::" + value->name(), [&] {
441 out << "name: \"" << fullName() << "\"\n";
478 out << "predefined_type: \"" << fullName() << "\"\n";
771 << static_cast<NamedType *>(mElementType)->fullName() << "\"\n";
H A DInterface.cpp268 out << iface->fullName() << "::descriptor,\n";
354 << fullName()
625 + (specifyNamespaces ? fullName() : partialCppName())
754 << "os += " << fullName() << "::descriptor;\n"
867 << fullName()
H A DgenerateCpp.cpp463 << superType->fullName();
825 << superInterface->fullName()
1642 << iface->fullName()
2010 << iface->fullName()
H A DgenerateJava.cpp357 << superInterface->fullName()

Completed in 63 milliseconds