Searched refs:Answer (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | SkShaperJSONWriterTest.cpp | 18 struct Answer { in DEF_TEST() struct 26 std::vector<Answer> answers; in DEF_TEST() 55 Answer a = oneCase.answers[answerCount]; in DEF_TEST() 75 struct Answer { in DEF_TEST() struct 83 std::vector<Answer> answers; in DEF_TEST() 103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkShaperJSONWriterTest.cpp | 18 struct Answer { in DEF_TEST() struct 26 std::vector<Answer> answers; in DEF_TEST() 55 Answer a = oneCase.answers[answerCount]; in DEF_TEST() 75 struct Answer { in DEF_TEST() struct 83 std::vector<Answer> answers; in DEF_TEST() 103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 101 Answer = Enum('Answer', 'him this then there because') variable 103 Answer = exc variable 1343 if isinstance(Answer, Exception): 1344 raise Answer 1345 test_pickle_dump_load(self.assertIs, Answer.him) 1346 test_pickle_dump_load(self.assertIs, Answer)
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 32358 Answer(Option<&'a T>), // return a specific value or emptiness 32564 return Intersection { inner: IntersectionInner::Answer(None) }; in intersection() 32570 return Intersection { inner: IntersectionInner::Answer(None) }; in intersection() 32574 (Greater, _) | (_, Less) => IntersectionInner::Answer(None), in intersection() 32575 (Equal, _) => IntersectionInner::Answer(Some(self_min)), in intersection() 32576 (_, Equal) => IntersectionInner::Answer(Some(self_max)), in intersection() 33669 IntersectionInner::Answer(answer) => IntersectionInner::Answer(*answer), in min() 33697 IntersectionInner::Answer(answer) => answer.take(), in next() 33705 IntersectionInner::Answer(Non in size_hint() [all...] |
Completed in 52 milliseconds