Searched refs:ss_ (Results 1 - 14 of 14) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
97 *ss_ << msg.GetString();
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
102 *ss_ << str;
131 *ss_ << val;
151 *ss_ << "(null)";
153 *ss_ << pointer;
166 *ss_ << val;
208 *ss_ << "(null)";
210 *ss_ << pointe
224 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
97 *ss_ << msg.GetString();
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
102 *ss_ << str;
131 *ss_ << val;
151 *ss_ << "(null)";
153 *ss_ << pointer;
166 *ss_ << val;
208 *ss_ << "(null)";
210 *ss_ << pointe
224 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
97 *ss_ << msg.GetString();
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
102 *ss_ << str;
131 *ss_ << val;
151 *ss_ << "(null)";
153 *ss_ << pointer;
166 *ss_ << val;
208 *ss_ << "(null)";
210 *ss_ << pointe
224 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
97 *ss_ << msg.GetString();
101 explicit Message(const char* str) : ss_(new ::std::stringstream) {
102 *ss_ << str;
131 *ss_ << val;
151 *ss_ << "(null)";
153 *ss_ << pointer;
166 *ss_ << val;
208 *ss_ << "(null)";
210 *ss_ << pointe
224 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dsocket.h195 __SOCKADDR_COMMON (ss_); /* Address family, etc. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dsocket.h195 __SOCKADDR_COMMON (ss_); /* Address family, etc. */
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
H A Dmarkv_codec.cpp286 return ss_.str();
291 ss_ << str;
295 std::stringstream ss_; member in class:__anon17415::CommentLogger
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/comp/
H A Dmarkv_codec.cpp286 return ss_.str();
291 ss_ << str;
295 std::stringstream ss_; member in class:__anon17750::CommentLogger
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest.cc896 Message::Message() : ss_(new ::std::stringstream) {
899 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
932 return internal::StringStreamToString(ss_.get());
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
H A Dgtest.cc896 Message::Message() : ss_(new ::std::stringstream) {
899 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
932 return internal::StringStreamToString(ss_.get());
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2395 Message::Message() : ss_(new ::std::stringstream) {
2398 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
2431 return internal::StringStreamToString(ss_.get());
H A Dgtest.h3168 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
3169 *ss_ << msg.GetString();
3173 explicit Message(const char* str) : ss_(new ::std::stringstream) {
3174 *ss_ << str;
3203 *ss_ << val;
3223 *ss_ << "(null)";
3225 *ss_ << pointer;
3238 *ss_ << val;
3280 *ss_ << "(null)";
3282 *ss_ << pointe
3296 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2395 Message::Message() : ss_(new ::std::stringstream) {
2398 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
2431 return internal::StringStreamToString(ss_.get());
H A Dgtest.h3168 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
3169 *ss_ << msg.GetString();
3173 explicit Message(const char* str) : ss_(new ::std::stringstream) {
3174 *ss_ << str;
3203 *ss_ << val;
3223 *ss_ << "(null)";
3225 *ss_ << pointer;
3238 *ss_ << val;
3280 *ss_ << "(null)";
3282 *ss_ << pointe
3296 const internal::scoped_ptr< ::std::stringstream> ss_; member in class:testing::Message
[all...]

Completed in 1801 milliseconds