OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrStream
(Results
1 - 22
of
22
) sorted by null
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h
59
// It will remember the text in a
StrStream
.
75
// Note that
StrStream
behaves differently in gcc and in MSVC. You
88
// We allocate the
StrStream
separately because it otherwise each use of
92
Message() : ss_(new internal::
StrStream
) {}
95
Message(const Message& msg) : ss_(new internal::
StrStream
) { // NOLINT
100
explicit Message(const char* str) : ss_(new internal::
StrStream
) {
210
internal::
StrStream
* const ss_;
gtest.h
[
all
...]
gtest.cc
931
StrStream
val1_ss;
935
StrStream
val2_ss;
[
all
...]
/external/gtest/include/gtest/
gtest-message.h
59
// It will remember the text in a
StrStream
.
75
// Note that
StrStream
behaves differently in gcc and in MSVC. You
88
// We allocate the
StrStream
separately because it otherwise each use of
92
Message() : ss_(new internal::
StrStream
) {}
95
Message(const Message& msg) : ss_(new internal::
StrStream
) { // NOLINT
100
explicit Message(const char* str) : ss_(new internal::
StrStream
) {
210
internal::
StrStream
* const ss_;
gtest.h
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h
61
// It will remember the text in a
StrStream
.
77
// Note that
StrStream
behaves differently in gcc and in MSVC. You
90
// We allocate the
StrStream
separately because it otherwise each use of
94
Message() : ss_(new internal::
StrStream
) {
101
Message(const Message& msg) : ss_(new internal::
StrStream
) { // NOLINT
106
explicit Message(const char* str) : ss_(new internal::
StrStream
) {
216
internal::
StrStream
* const ss_;
gtest.h
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest-message.h
59
// It will remember the text in a
StrStream
.
75
// Note that
StrStream
behaves differently in gcc and in MSVC. You
88
// We allocate the
StrStream
separately because it otherwise each use of
92
Message() : ss_(new internal::
StrStream
) {}
95
Message(const Message& msg) : ss_(new internal::
StrStream
) { // NOLINT
100
explicit Message(const char* str) : ss_(new internal::
StrStream
) {
210
internal::
StrStream
* const ss_;
gtest.h
[
all
...]
/external/gtest/test/
gtest-message_test.cc
41
using ::testing::internal::
StrStream
;
147
StrStream
ss;
/external/protobuf/gtest/test/
gtest-message_test.cc
41
using ::testing::internal::
StrStream
;
147
StrStream
ss;
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h
85
// 2. In MSVC, streaming a null char pointer to
StrStream
generates
250
// Gets the content of the
StrStream
's buffer as a String. Each '\0'
252
String StrStreamToString(
StrStream
* stream);
gtest-port.h
212
#include <
strstream
> // NOLINT
285
// std::
strstream
is deprecated. However, we have to use it on
290
typedef ::std::stringstream
StrStream
;
292
typedef ::std::
strstream
StrStream
;
/external/gtest/include/gtest/internal/
gtest-string.h
89
// 2. In MSVC, streaming a null char pointer to
StrStream
generates
317
// Gets the content of the
StrStream
's buffer as a String. Each '\0'
319
String StrStreamToString(
StrStream
* stream);
gtest-port.h
284
#include <
strstream
> // NOLINT
480
// std::
strstream
is deprecated. However, we have to use it on
485
typedef ::std::stringstream
StrStream
;
487
typedef ::std::
strstream
StrStream
;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h
332
// Gets the content of the
StrStream
's buffer as a String. Each '\0'
334
GTEST_API_ String StrStreamToString(
StrStream
* stream);
gtest-port.h
617
typedef ::std::stringstream
StrStream
;
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-string.h
330
// Gets the content of the
StrStream
's buffer as a String. Each '\0'
332
String StrStreamToString(
StrStream
* stream);
gtest-port.h
318
#include <
strstream
> // NOLINT
570
// std::
strstream
is deprecated. However, we have to use it on
575
typedef ::std::stringstream
StrStream
;
577
typedef ::std::
strstream
StrStream
;
[
all
...]
/external/gtest/src/
gtest.cc
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
[
all
...]
Completed in 88 milliseconds