Home
last modified time | relevance | path

Searched refs:indent_size_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/util/misc/
H A Dformio.cc43 long SCFormIO::indent_size_ = 0; member in SCFormIO
112 indent_size_ = ios::xalloc(); in init_ostream()
121 o.iword(indent_size_) = 0; in init_ostream()
160 long size = o.iword(indent_size_); in incindent()
172 long size = o.iword(indent_size_); in decindent()
H A Dformio.h44 static long indent_size_; variable