OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAllowedResultDigests
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
gm_expectations.cpp
128
fAllowedResultDigests
.push_back(GmResultDigest(bitmap));
134
fAllowedResultDigests
.push_back(bitmapAndDigest.fDigest);
164
fAllowedResultDigests
.push_back(GmResultDigest(allowedDigests[i]));
171
for (int i=0; i < this->
fAllowedResultDigests
.count(); i++) {
172
GmResultDigest allowedResultDigest = this->
fAllowedResultDigests
[i];
182
if (!this->
fAllowedResultDigests
.empty()) {
183
for (int i=0; i < this->
fAllowedResultDigests
.count(); i++) {
184
allowedDigestArray.append(this->
fAllowedResultDigests
[i].asJsonTypeValuePair());
gm_expectations.h
137
bool empty() const { return this->
fAllowedResultDigests
.empty(); }
164
SkTArray<GmResultDigest>
fAllowedResultDigests
;
Completed in 61 milliseconds