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.cpp98 bool parcelObjIsPointer,
109 parcelObjIsPointer,
123 bool parcelObjIsPointer,
134 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
137 parcelObjIsPointer ? parcelObj : ("&" + parcelObj);
205 parcelObjIsPointer,
221 parcelObjIsPointer,
93 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
116 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.cpp154 bool parcelObjIsPointer,
161 parcelObjIsPointer,
171 bool parcelObjIsPointer,
190 parcelObj + (parcelObjIsPointer ? "->" : ".");
150 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
167 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.cpp140 bool parcelObjIsPointer,
145 out, name, parcelObj, parcelObjIsPointer, isReader, mode);
157 parcelObj + (parcelObjIsPointer ? "->" : ".");
194 parcelObjIsPointer,
205 bool parcelObjIsPointer,
209 parcelObj + (parcelObjIsPointer ? "->" : ".");
246 parcelObjIsPointer,
277 parcelObjIsPointer,
293 bool parcelObjIsPointer,
308 parcelObjIsPointer,
136 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
201 emitReaderWriterForVectorOfBinders( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
286 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
358 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
380 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
402 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.cpp144 bool parcelObjIsPointer,
154 parcelObj + (parcelObjIsPointer ? "->" : ".");
199 parcelObjIsPointer,
213 bool parcelObjIsPointer,
247 parcelObjIsPointer,
266 bool parcelObjIsPointer,
276 parcelObjIsPointer,
290 bool parcelObjIsPointer,
322 parcelObjIsPointer,
140 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
206 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
261 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
283 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.cpp123 bool parcelObjIsPointer,
131 parcelObj + (parcelObjIsPointer ? "->" : ".");
172 parcelObjIsPointer,
186 bool parcelObjIsPointer,
196 parcelObjIsPointer,
267 bool parcelObjIsPointer,
277 parcelObjIsPointer,
291 bool parcelObjIsPointer,
299 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
302 parcelObjIsPointer
119 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
179 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
262 emitResolveReferences( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
284 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.cpp128 bool parcelObjIsPointer,
138 parcelObjIsPointer,
783 bool parcelObjIsPointer,
790 parcelObjIsPointer,
124 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
779 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
H A DgenerateCpp.cpp1233 bool parcelObjIsPointer,
1244 parcelObjIsPointer,
1252 bool parcelObjIsPointer,
1264 parcelObjIsPointer,
1327 false /* parcelObjIsPointer */,
1339 false /* parcelObjIsPointer */,
1374 false /* parcelObjIsPointer */,
1386 false /* parcelObjIsPointer */,
1658 false /* parcelObjIsPointer */,
1670 false /* parcelObjIsPointer */,
1230 emitCppReaderWriter( Formatter &out, const std::string &parcelObj, bool parcelObjIsPointer, const TypedVar *arg, bool isReader, Type::ErrorMode mode, bool addPrefixToName) const argument
1249 emitCppResolveReferences( Formatter &out, const std::string &parcelObj, bool parcelObjIsPointer, const TypedVar *arg, bool isReader, Type::ErrorMode mode, bool addPrefixToName) const argument
[all...]
H A DInterface.cpp654 bool parcelObjIsPointer,
658 parcelObj + (parcelObjIsPointer ? "->" : ".");
650 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
H A DType.cpp318 bool parcelObjIsPointer,
328 parcelObjIsPointer ? ("*" + parcelObj) : parcelObj;
331 parcelObjIsPointer ? parcelObj : ("&" + parcelObj);
313 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

Completed in 737 milliseconds