Searched refs:SetError (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp38 void SetError(const char* error_msg) { function in class:__anon1079::FidlEncoder
304 SetError("Cannot encode a null fidl type");
309 SetError("Cannot encode null bytes");
314 SetError("Cannot encode with null out_actual_handles");
319 SetError("Cannot provide non-zero handle count and null handle pointer");
324 SetError("Message must be a struct");
329 SetError("num_bytes is less than required according to type");
352 SetError("recursion depth exceeded encoding struct");
365 SetError("message wanted to store too large of a nullable struct");
378 SetError("Trie
[all...]
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp39 SetError("SetBytesProcessedPerRun() was called after KeepRunning()");
43 SetError("Zero argument to SetBytesProcessedPerRun()");
47 SetError("Multiple calls to SetBytesProcessedPerRun()");
55 SetError("DeclareStep() was called after KeepRunning()");
63 SetError("Too many calls to NextStep()");
78 SetError("Wrong number of calls to NextStep()");
107 SetError("Too many calls to KeepRunning()");
221 void SetError(const char* str) { function in class:perftest::__anon1172::RepeatStateImpl

Completed in 78 milliseconds