Home
last modified time | relevance | path

Searched refs:too_many (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-spec-builders.cc195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
199 too_many = true; in CheckActionCountIfNotDone()
202 too_many = false; in CheckActionCountIfNotDone()
209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
199 too_many = true; in CheckActionCountIfNotDone()
202 too_many = false; in CheckActionCountIfNotDone()
209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc227 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
231 too_many = true; in CheckActionCountIfNotDone()
234 too_many = false; in CheckActionCountIfNotDone()
241 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
245 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable