Searched refs:comment_ (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | flags.h | 83 const char* comment() const { return comment_; } in comment() 143 const char* comment_; variable
|
D | flags.cc | 31 comment_(comment), in Flag() 95 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | flags.h | 98 const char* comment() const { return comment_; } in comment() 158 const char* comment_; variable
|
D | flags.cc | 48 comment_(comment), in Flag() 112 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
D | json_value.cpp | 151 : comment_( 0 ) in CommentInfo() 157 if ( comment_ ) in ~CommentInfo() 158 releaseStringValue( comment_ ); in ~CommentInfo() 165 if ( comment_ ) in setComment() 166 releaseStringValue( comment_ ); in setComment() 170 comment_ = duplicateStringValue( text ); in setComment() 507 if ( otherComment.comment_ ) in Value() 508 comments_[comment].setComment( otherComment.comment_ ); in Value() 1554 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() 1561 return comments_[placement].comment_; in getComment()
|
/external/jsoncpp/chromium-overrides/src/lib_json/ |
D | json_value.cpp | 145 : comment_( 0 ) in CommentInfo() 151 if ( comment_ ) in ~CommentInfo() 152 releaseStringValue( comment_ ); in ~CommentInfo() 159 if ( comment_ ) in setComment() 160 releaseStringValue( comment_ ); in setComment() 164 comment_ = duplicateStringValue( text ); in setComment() 501 if ( otherComment.comment_ ) in Value() 502 comments_[comment].setComment( otherComment.comment_ ); in Value() 1548 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() 1555 return comments_[placement].comment_; in getComment()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 141 : comment_( 0 ) in CommentInfo() 147 if ( comment_ ) in ~CommentInfo() 148 releaseStringValue( comment_ ); in ~CommentInfo() 155 if ( comment_ ) in setComment() 156 releaseStringValue( comment_ ); in setComment() 160 comment_ = duplicateStringValue( text ); in setComment() 497 if ( otherComment.comment_ ) in Value() 498 comments_[comment].setComment( otherComment.comment_ ); in Value() 1544 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() 1551 return comments_[placement].comment_; in getComment()
|
/external/chromium_org/media/base/ |
D | audio_video_metadata_extractor.cc | 174 return comment_; in comment() 247 if (ExtractString(tag, "comment", &comment_)) continue; in ExtractDictionary()
|
D | audio_video_metadata_extractor.h | 85 std::string comment_; variable
|
/external/protobuf/gtest/src/ |
D | gtest-internal-inl.h | 550 const char* comment() const { return comment_.c_str(); } in comment() 577 const String comment_; // Test comment variable
|
D | gtest.cc | 2345 comment_(comment), in TestCase() 4279 comment_(String(comment)), in UnitTestImpl()
|
/external/protobuf/gtest/include/gtest/ |
D | gtest.h | 633 const char* comment() const { return comment_.c_str(); } in comment() 721 internal::String comment_; variable
|
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
D | value.h | 472 char *comment_; member
|
/external/jsoncpp/chromium-overrides/include/json/ |
D | value.h | 472 char *comment_; member
|
/external/jsoncpp/include/json/ |
D | value.h | 472 char *comment_; member
|