Searched defs:sstr (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h19 // SmallString<8> S = formatv("{0} {1}", 1234.412, "test").sstr<8>();
128 template <unsigned N> SmallString<N> sstr() const { function in class:llvm::formatv_object_base
135 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
/external/eigen/Eigen/src/Core/
H A DIO.h173 std::stringstream sstr; local
174 sstr.copyfmt(s);
175 sstr << m.coeff(i,j);
176 width = std::max<Index>(width, Index(sstr.str().length()));
/external/webrtc/webrtc/base/
H A Dlinux.cc242 std::ostringstream sstr; local
243 sstr << buf.sysname << " "
247 return sstr.str();
/external/python/cpython3/Objects/
H A Dunicodeobject.c10444 anylib_count(int kind, PyObject *sstr, void* sbuf, Py_ssize_t slen, argument
10449 if (PyUnicode_IS_ASCII(sstr) && PyUnicode_IS_ASCII(str1))

Completed in 421 milliseconds