Searched refs:temporary (Results 1 – 6 of 6) sorted by relevance
1 This is a temporary directory that is being used to enable email and Gmail content to be shown
290 … these overheads are often unnoticed. Especially when we need to create temporary object, copy it …331 ### Move semantics and temporary values {#TemporaryValues}333 … one of the "moving" functions, like `PushBack()` or `AddMember()`. As temporary objects can't be…419 …ng API. To avoid the need for an intermediate variable, you can use a [temporary value](#Temporar…448 …ng API. To avoid the need for an intermediate variable, you can use a [temporary value](#Temporar…
258 … "scratch buffer" which is statically allocated (a static/global array) for storing temporary data.262 …ocator is for storing values, while the second allocator is for storing temporary data during pars…
115 …Alternatively, use equivalent of the [C++ swap with temporary idiom](https://en.wikibooks.org/wiki…
288 public void setTemporary(boolean temporary) { in setTemporary() argument289 mTemporary = temporary; in setTemporary()