Searched defs:parcelObjIsPointer (Results 1 - 13 of 13) sorted by relevance

/system/tools/hidl/
H A DFmqType.cpp62 bool parcelObjIsPointer,
70 parcelObj + (parcelObjIsPointer ? "->" : ".");
107 parcelObjIsPointer,
121 bool parcelObjIsPointer,
131 parcelObjIsPointer,
58 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
114 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DHandleType.cpp62 bool parcelObjIsPointer,
66 parcelObj + (parcelObjIsPointer ? "->" : ".");
103 bool parcelObjIsPointer,
115 << (parcelObjIsPointer ? "->" : ".")
136 << (parcelObjIsPointer ? "->" : ".")
58 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
96 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DMemoryType.cpp58 bool parcelObjIsPointer,
65 parcelObj + (parcelObjIsPointer ? "->" : ".");
102 parcelObjIsPointer,
116 bool parcelObjIsPointer,
126 parcelObjIsPointer,
54 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
109 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DRefType.cpp94 bool parcelObjIsPointer,
105 parcelObjIsPointer,
119 bool parcelObjIsPointer,
130 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
133 parcelObjIsPointer ? parcelObj : ("&" + parcelObj);
201 parcelObjIsPointer,
217 parcelObjIsPointer,
89 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
112 emitResolveReferencesEmbedded( Formatter &out, size_t , const std::string &name, const std::string &sanitizedName, bool , const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DScalarType.cpp150 bool parcelObjIsPointer,
157 parcelObjIsPointer,
167 bool parcelObjIsPointer,
186 parcelObj + (parcelObjIsPointer ? "->" : ".");
146 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
163 emitReaderWriterWithCast( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, bool needsCast) const argument
H A DStringType.cpp73 bool parcelObjIsPointer,
80 parcelObj + (parcelObjIsPointer ? "->" : ".");
117 parcelObjIsPointer,
131 bool parcelObjIsPointer,
141 parcelObjIsPointer,
69 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
124 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DVectorType.cpp136 bool parcelObjIsPointer,
141 out, name, parcelObj, parcelObjIsPointer, isReader, mode);
153 parcelObj + (parcelObjIsPointer ? "->" : ".");
190 parcelObjIsPointer,
201 bool parcelObjIsPointer,
205 parcelObj + (parcelObjIsPointer ? "->" : ".");
242 parcelObjIsPointer,
273 parcelObjIsPointer,
289 bool parcelObjIsPointer,
304 parcelObjIsPointer,
132 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
197 emitReaderWriterForVectorOfBinders( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
282 emitReaderWriterEmbedded( 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 &parentName, const std::string &offsetText) const argument
354 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
376 emitResolveReferencesEmbedded( 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 & , const std::string & ) const argument
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
[all...]
H A DArrayType.cpp148 bool parcelObjIsPointer,
158 parcelObj + (parcelObjIsPointer ? "->" : ".");
203 parcelObjIsPointer,
217 bool parcelObjIsPointer,
251 parcelObjIsPointer,
270 bool parcelObjIsPointer,
280 parcelObjIsPointer,
294 bool parcelObjIsPointer,
326 parcelObjIsPointer,
144 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
210 emitReaderWriterEmbedded( 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 &parentName, const std::string &offsetText) const argument
265 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
287 emitResolveReferencesEmbedded( 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 &parentName, const std::string &offsetText) const argument
H A DCompoundType.cpp133 bool parcelObjIsPointer,
141 parcelObj + (parcelObjIsPointer ? "->" : ".");
182 parcelObjIsPointer,
196 bool parcelObjIsPointer,
206 parcelObjIsPointer,
277 bool parcelObjIsPointer,
287 parcelObjIsPointer,
301 bool parcelObjIsPointer,
309 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
312 parcelObjIsPointer
129 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
189 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
272 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
294 emitResolveReferencesEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
[all...]
H A DEnumType.cpp124 bool parcelObjIsPointer,
134 parcelObjIsPointer,
780 bool parcelObjIsPointer,
787 parcelObjIsPointer,
120 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
776 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
H A DInterface.cpp651 bool parcelObjIsPointer,
655 parcelObj + (parcelObjIsPointer ? "->" : ".");
647 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
H A DType.cpp314 bool parcelObjIsPointer,
324 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
327 parcelObjIsPointer ? parcelObj : ("&" + parcelObj);
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 DgenerateCpp.cpp1251 bool parcelObjIsPointer,
1262 parcelObjIsPointer,
1270 bool parcelObjIsPointer,
1282 parcelObjIsPointer,
1407 false /* parcelObjIsPointer */,
1419 false /* parcelObjIsPointer */,
1454 false /* parcelObjIsPointer */,
1466 false /* parcelObjIsPointer */,
1798 false /* parcelObjIsPointer */,
1810 false /* parcelObjIsPointer */,
1248 emitCppReaderWriter( Formatter &out, const std::string &parcelObj, bool parcelObjIsPointer, const TypedVar *arg, bool isReader, Type::ErrorMode mode, bool addPrefixToName) const argument
1267 emitCppResolveReferences( Formatter &out, const std::string &parcelObj, bool parcelObjIsPointer, const TypedVar *arg, bool isReader, Type::ErrorMode mode, bool addPrefixToName) const argument
[all...]

Completed in 1093 milliseconds