Home | History | Annotate | Download | only in dex

Lines Matching defs:return_type

70     AddType(proto_key.return_type);
188 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
303 std::string return_type;
308 if (lhs.return_type != rhs.return_type) {
309 return lhs.return_type < rhs.return_type;
343 const char* return_type = args_end + 1;
346 std::string() + ((*return_type == '[') ? 'L' : *return_type),
347 return_type,