Searched refs:childName (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/
H A DVectorType.cpp296 const std::string childName = "_hidl_" + sanitizedName + "_child"; local
297 out << "size_t " << childName << ";\n\n"; local
310 childName,
346 childName,
408 const std::string &childName,
416 std::string myChildName = childName, myChildOffset = childOffsetText;
398 emitResolveReferencesEmbeddedHelper( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &childName, const std::string &childOffsetText) const argument
H A DType.cpp320 const std::string &childName,
360 if (!childName.empty()) {
362 << childName; local
309 emitReaderWriterEmbeddedForTypeName( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText, const std::string &typeName, const std::string &childName, const std::string &funcNamespace) const argument
H A DVectorType.h128 // Pass empty childName and childOffsetText if the original
134 // ... which calls the helper with empty childName and childOffsetText
146 const std::string &childName,
H A DType.h233 const std::string &childName,

Completed in 40 milliseconds