Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
WritePNGAndJSONFilesResult Struct Reference

Public Types

enum  { kSuccess , kSkippedKnownDigest , kError }
 

Public Attributes

enum WritePNGAndJSONFilesResult:: { ... }  status
 
std::string errorMsg = ""
 
std::string skippedDigest = ""
 

Detailed Description

Definition at line 107 of file BazelGMTestRunner.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kSuccess 
kSkippedKnownDigest 
kError 

Definition at line 108 of file BazelGMTestRunner.cpp.

Member Data Documentation

◆ errorMsg

std::string WritePNGAndJSONFilesResult::errorMsg = ""

Definition at line 109 of file BazelGMTestRunner.cpp.

◆ skippedDigest

std::string WritePNGAndJSONFilesResult::skippedDigest = ""

Definition at line 110 of file BazelGMTestRunner.cpp.

◆ []

enum { ... } WritePNGAndJSONFilesResult::status

The documentation for this struct was generated from the following file: