Home
last modified time | relevance | path

Searched refs:comment_ (Results 1 – 9 of 9) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_value.cpp137 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo()
140 if (comment_) in ~CommentInfo()
141 releaseStringValue(comment_); in ~CommentInfo()
145 if (comment_) in setComment()
146 releaseStringValue(comment_); in setComment()
152 comment_ = duplicateStringValue(text); in setComment()
369 if (otherComment.comment_) in Value()
370 comments_[comment].setComment(otherComment.comment_); in Value()
1195 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()
1200 return comments_[placement].comment_; in getComment()
/external/webrtc/webrtc/base/
Dflags.h83 const char* comment() const { return comment_; } in comment()
143 const char* comment_; variable
Dflags.cc31 comment_(comment), in Flag()
94 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
/external/protobuf/gtest/src/
Dgtest-internal-inl.h379 const char* comment() const { return comment_.c_str(); } in comment()
406 const String comment_; // Test comment variable
Dgtest.cc2371 comment_(a_comment), in TestCase()
4309 comment_(String(a_comment)), in UnitTestImpl()
/external/protobuf/gtest/include/gtest/
Dgtest.h712 const char* comment() const { return comment_.c_str(); } in comment()
800 internal::String comment_; variable
/external/jsoncpp/include/json/
Dvalue.h466 char* comment_; member
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc773 const char* comment() const { return comment_.c_str(); } in comment()
800 const String comment_; // Test comment member in testing::internal::TestInfoImpl
3711 comment_(a_comment), in TestCase()
5649 comment_(String(a_comment)), in UnitTestImpl()
Dgtest.h16300 const char* comment() const { return comment_.c_str(); }
16388 internal::String comment_;