Lines Matching full:runtime
28 OStream& OStream::operator<<(short x) { // NOLINT(runtime/int)
33 OStream& OStream::operator<<(unsigned short x) { // NOLINT(runtime/int)
48 OStream& OStream::operator<<(long x) { // NOLINT(runtime/int)
53 OStream& OStream::operator<<(unsigned long x) { // NOLINT(runtime/int)
58 OStream& OStream::operator<<(long long x) { // NOLINT(runtime/int)
63 OStream& OStream::operator<<(unsigned long long x) { // NOLINT(runtime/int)
107 OStream& flush(OStream& os) { // NOLINT(runtime/references)
112 OStream& endl(OStream& os) { // NOLINT(runtime/references)
117 OStream& hex(OStream& os) { // NOLINT(runtime/references)
122 OStream& dec(OStream& os) { // NOLINT(runtime/references)