HomeSort by relevance Sort by last modified time
    Searched refs:offsetText (Results 1 - 18 of 18) sorted by null

  /system/tools/hidl/
HandleType.cpp 107 const std::string &offsetText) const {
123 << offsetText
146 << offsetText
MemoryType.cpp 120 const std::string &offsetText) const {
130 offsetText,
RefType.cpp 114 ""); // offsetText
128 const std::string &offsetText) const {
146 bool isEmbedded = (!parentName.empty() && !offsetText.empty());
181 << offsetText;
FmqType.cpp 124 const std::string &offsetText) const {
134 offsetText,
StringType.cpp 135 const std::string &offsetText) const {
145 offsetText,
FmqType.h 55 const std::string &offsetText) const override;
HandleType.h 57 const std::string &offsetText) const override;
MemoryType.h 55 const std::string &offsetText) const override;
RefType.h 71 const std::string &offsetText) const override;
StringType.h 63 const std::string &offsetText) const override;
ArrayType.h 82 const std::string &offsetText) const override;
104 const std::string &offsetText) const override;
CompoundType.h 78 const std::string &offsetText) const override;
100 const std::string &offsetText) const override;
VectorType.h 69 const std::string &offsetText) const override;
91 const std::string &offsetText) const override;
Type.h 197 const std::string &offsetText) const;
219 const std::string &offsetText) const;
324 const std::string &offsetText,
ArrayType.cpp 244 const std::string &offsetText) const {
278 offsetText
321 const std::string &offsetText) const {
353 offsetText + " + " + iteratorName + " * sizeof("
VectorType.cpp 295 const std::string &offsetText) const {
310 offsetText,
389 const std::string & /* offsetText */) const {
396 // parentName and offsetText is not used in emitResolveReferencesEmbedded
CompoundType.cpp 227 const std::string &offsetText) const {
237 offsetText,
332 const std::string &offsetText) const {
370 << offsetText
917 // if not useParent, then parentName and offsetText
    [all...]
Type.cpp 561 const std::string &offsetText,
601 << offsetText;

Completed in 604 milliseconds