MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / set_new

Method set_new

extern/re2/re2/sparse_array.h:188–190  ·  view source on GitHub ↗

Set the value at new index i to v. Fast but unsafe: only use if has_index(i) is false.

Source from the content-addressed store, hash-verified

186 // Set the value at new index i to v.
187 // Fast but unsafe: only use if has_index(i) is false.
188 iterator set_new(int i, const Value& v) {
189 return SetInternal(false, i, v);
190 }
191
192 // Set the value at index i to v.
193 // Fast but unsafe: only use if has_index(i) is true.

Callers 5

MarkSuccessorsMethod · 0.80
MarkDominatorMethod · 0.80
AddToThreadqMethod · 0.80
FanoutMethod · 0.80
PropagateMatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected