Lines Matching refs:ATTR_IN

594         if ((mp->attributes_ & ATTR_IN) != 0) {
794 EmitType(returnType, ATTR_IN, true).string());
796 sb.Append(prefix + TAB).AppendFormat("%s result;\n", EmitType(returnType, ATTR_IN, true).string());
833 if ((mp->attributes_ & ATTR_IN) != 0) {
1099 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1109 sb.Append(prefix).AppendFormat("%s %s = (%s)%sReadInt32();\n", EmitType(mt, ATTR_IN, true).string(),
1110 name.c_str(), EmitType(mt, ATTR_IN, true).string(), parcelName.string());
1113 EmitType(mt, ATTR_IN, true).string(), parcelName.string());
1119 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1127 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1145 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1153 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1171 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string());
1179 sb.Append(prefix).AppendFormat("%s %s;\n", EmitType(mt, ATTR_IN, true).string(), name.c_str());
1204 sb.Append(prefix).AppendFormat("%s %s;\n", EmitType(mt, ATTR_IN, true).string(), name.c_str());
1249 EmitType(mt, ATTR_IN, true).string(), name.c_str(), parcelName.string(), mp->name_);
1270 EmitType(mt, ATTR_IN, true).string(), name.c_str(), mi->name_, parcelName.string());
1296 sb.Append(prefix).AppendFormat("%s %s;\n", EmitType(mt, ATTR_IN, true).string(), name.c_str());
1298 sb.Append(prefix).AppendFormat("%s %s;\n", EmitType(mt, ATTR_IN, true).string(), name.c_str());
1331 if (attributes & ATTR_IN) {
1338 if (attributes & ATTR_IN) {
1345 if (attributes & ATTR_IN) {
1352 if (attributes & ATTR_IN) {
1359 if (attributes & ATTR_IN) {
1366 if (attributes & ATTR_IN) {
1382 if (attributes & ATTR_IN) {
1389 if (attributes & ATTR_IN) {
1407 if (attributes & ATTR_IN) {
1421 EmitType(keyType, ATTR_IN, true).string(), EmitType(valueType, ATTR_IN, true).string());
1425 EmitType(keyType, ATTR_IN, true).string(), EmitType(valueType, ATTR_IN, true).string());
1428 EmitType(keyType, ATTR_IN, true).string(), EmitType(valueType, ATTR_IN, true).string());
1447 EmitType(elementType, ATTR_IN, true).string());
1451 EmitType(elementType, ATTR_IN, true).string());
1454 EmitType(elementType, ATTR_IN, true).string());
1483 if ((attributes & ATTR_MASK) == (ATTR_IN | ATTR_OUT)) {
1485 } else if (attributes & ATTR_IN) {
1496 if (attributes & ATTR_IN) {