MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / empty

Method empty

Processor/DataPositions.cpp:181–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool DataPositions::empty() const
182{
183 for (auto& x : files)
184 for (auto& y : x)
185 if (y)
186 return false;
187
188 for (auto& x : inputs)
189 for (auto& y : x)
190 if (y)
191 return false;
192
193 for (auto& x : extended)
194 if (not x.empty())
195 return false;
196
197 if (not edabits.empty())
198 return false;
199
200 return true;
201}
202
203bool DataPositions::any_more(const DataPositions& other) const
204{

Callers 15

print_costMethod · 0.45
Instruction.cppFile · 0.45
compute_constantsMethod · 0.45
parse_with_errorMethod · 0.45
open_input_fileMethod · 0.45
setup_redirectionMethod · 0.45
fill_buffersMethod · 0.45
runMethod · 0.45
suggest_optimizationsMethod · 0.45
~SubProcessorMethod · 0.45
find_availableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected