Searched refs:exception_string (Results 1 – 5 of 5) sorted by relevance
32 exception_string="ERROR: Malformed sensor metadata YAML:\n{}",40 exception_string=(51 exception_string=(60 exception_string=(69 exception_string=(82 exception_string=(94 exception_string=(106 exception_string=(163 exception_string="Failed to find test.yaml using search paths:",178 exception_string="Failed to find a definition for 'bar', did"[all …]
42 auto exception_string = std::string(e.what()); \43 trim(exception_string); \44 ASSERT_NE(exception_string.find(substring_s), std::string::npos) \46 << exception_string; \
304 ScopedJavaLocalRef<jstring> exception_string( in GetJavaExceptionInfo() local310 return ConvertJavaStringToUTF8(exception_string); in GetJavaExceptionInfo()
754 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls() local756 const char* exception_string_utf8 = env_->GetStringUTFChars(exception_string, nullptr); in TestCalls()760 env_->ReleaseStringUTFChars(exception_string, exception_string_utf8); in TestCalls()
1387 const char* exception_type = "", const char* exception_string = "");4462 const char* exception_type, const char* exception_string) {4472 m_exception_string = exception_string;