标签:style color com get string os
while (msg == NULL && GetVarint32(&input, &tag)) { switch (tag) { case kComparator: if (GetLengthPrefixedSlice(&input, &str)) { comparator_ = str.ToString(); has_comparator_ = true; } else { msg = "comparator name"; } break;
标签:style color com get string os
原文地址:http://www.cnblogs.com/KevinT/p/3810896.html