OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comment_
(Results
1 - 12
of
12
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
flags.h
95
const char* comment() const { return
comment_
; }
155
const char*
comment_
;
member in class:Flag
flags.cc
48
comment_
(comment),
112
printf(" --%s (%s) type: %s default: ", name_,
comment_
,
/external/chromium_org/third_party/libjingle/source/talk/base/
flags.h
98
const char* comment() const { return
comment_
; }
158
const char*
comment_
;
member in class:Flag
flags.cc
48
comment_
(comment),
112
printf(" --%s (%s) type: %s default: ", name_,
comment_
,
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp
151
:
comment_
( 0 )
157
if (
comment_
)
158
releaseStringValue(
comment_
);
165
if (
comment_
)
166
releaseStringValue(
comment_
);
170
comment_
= duplicateStringValue( text );
507
if ( otherComment.
comment_
)
508
comments_[comment].setComment( otherComment.
comment_
);
[
all
...]
/external/open-vcdiff/gtest/src/
gtest-internal-inl.h
554
const char* comment() const { return
comment_
.c_str(); }
581
const String
comment_
; // Test comment
member in class:testing::internal::TestInfoImpl
[
all
...]
gtest.cc
[
all
...]
/external/protobuf/gtest/src/
gtest-internal-inl.h
550
const char* comment() const { return
comment_
.c_str(); }
577
const String
comment_
; // Test comment
member in class:testing::internal::TestInfoImpl
[
all
...]
gtest.cc
[
all
...]
/external/open-vcdiff/gtest/include/gtest/
gtest.h
715
const char* comment() const { return
comment_
.c_str(); }
803
internal::String
comment_
;
member in class:testing::TestCase
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest.h
633
const char* comment() const { return
comment_
.c_str(); }
721
internal::String
comment_
;
member in class:testing::TestCase
[
all
...]
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h
472
char *
comment_
;
member in struct:Json::Value::CommentInfo
[
all
...]
Completed in 1496 milliseconds