Searched refs:kErrorMessage (Results 1 – 4 of 4) sorted by relevance
30 static constexpr char kErrorMessage[] = variable56 errors::InvalidArgument(kErrorMessage, input_flat(i).c_str())); in Compute()
261 const char kErrorMessage[] = "ur bad :{{"; variable285 EXPECT_NE(error_message.find(kErrorMessage), std::string::npos); in TEST_P()289 MojoNotifyBadMessage(message, kErrorMessage, sizeof(kErrorMessage), in TEST_P()
37 const char* kErrorMessage = "This service caused an exception"; variable58 const char* what() const noexcept override { return kErrorMessage; } in what()
569 const char kErrorMessage[] = "ur bad :("; variable642 process_state.set_expected_error_message(kErrorMessage); in TEST_F()644 MojoNotifyBadMessage(message, kErrorMessage, sizeof(kErrorMessage), in TEST_F()