Lines Matching defs:once
638 "Debugger::Initialize called more than once!");
980 // Make sure we call this function only once. With the C++ global destructor
1583 std::once_flag *once) {
1616 if (once)
1617 std::call_once(*once, ReportDiagnosticLambda);
1624 std::once_flag *once) {
1625 ReportDiagnosticImpl(eSeverityWarning, std::move(message), debugger_id, once);
1630 std::once_flag *once) {
1631 ReportDiagnosticImpl(eSeverityError, std::move(message), debugger_id, once);
1636 std::once_flag *once) {
1637 ReportDiagnosticImpl(eSeverityInfo, std::move(message), debugger_id, once);