码迷,mamicode.com
首页 > 其他好文 > 详细

Test

时间:2014-06-27 11:27:20      阅读:179      评论:0      收藏:0      [点我收藏+]

标签: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;

Test,布布扣,bubuko.com

Test

标签:style   color   com   get   string   os   

原文地址:http://www.cnblogs.com/KevinT/p/3810896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!