HomeSort by relevance Sort by last modified time
    Searched full:commentinfo (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libxt_comment.c 34 struct xt_comment_info *commentinfo = (void *)match->data; local
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
44 struct xt_comment_info *commentinfo = (void *)match->data; local
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
48 xtables_save_string(commentinfo->comment);
  /external/jsoncpp/src/lib_json/
json_value.cpp 132 // class Value::CommentInfo
137 Value::CommentInfo::CommentInfo() : comment_(0) {}
139 Value::CommentInfo::~CommentInfo() {
144 void Value::CommentInfo::setComment(const char* text) {
366 comments_ = new CommentInfo[numberOfCommentPlacement];
368 const CommentInfo& otherComment = other.comments_[comment];
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 46 type commentInfo struct {
83 commentInfo
159 // save/restore current p.commentInfo (p.nextComment() modifies it)
160 defer func(info commentInfo) {
161 p.commentInfo = info
162 }(p.commentInfo)
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 46 type commentInfo struct {
83 commentInfo
159 // save/restore current p.commentInfo (p.nextComment() modifies it)
160 defer func(info commentInfo) {
161 p.commentInfo = info
162 }(p.commentInfo)
    [all...]
  /external/jsoncpp/include/json/
value.h 460 struct CommentInfo {
461 CommentInfo();
462 ~CommentInfo();
497 CommentInfo* comments_;

Completed in 257 milliseconds