Home
last modified time | relevance | path

Searched defs:Answer (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/modules/skparagraph/tests/
DSkShaperJSONWriterTest.cpp18 struct Answer { in DEF_TEST() struct
19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST()
20 uint32_t utf8StartIndex, utf8EndIndex; in DEF_TEST()
75 struct Answer { in DEF_TEST() struct
76 std::string utf8; in DEF_TEST()
77 std::vector<SkGlyphID> glyphIDs; in DEF_TEST()
/third_party/skia/m133/modules/skparagraph/tests/
DSkShaperJSONWriterTest.cpp18 struct Answer { in DEF_TEST() struct
19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST()
20 uint32_t utf8StartIndex, utf8EndIndex; in DEF_TEST()
75 struct Answer { in DEF_TEST() struct
76 std::string utf8; in DEF_TEST()
77 std::vector<SkGlyphID> glyphIDs; in DEF_TEST()
/third_party/skia/tests/
DSkShaperJSONWriterTest.cpp18 struct Answer { in DEF_TEST() struct
19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST()
20 uint32_t utf8StartIndex, utf8EndIndex; in DEF_TEST()
75 struct Answer { in DEF_TEST() struct
76 std::string utf8; in DEF_TEST()
77 std::vector<SkGlyphID> glyphIDs; in DEF_TEST()
/third_party/rust/rust/tests/ui/const-generics/generic_const_exprs/
Dissue-74634.rs9 type Answer; typedef
17 type Answer = True; typedef
/third_party/rust/rust/library/std/src/sync/remutex/
Dtests.rs55 pub struct Answer<'a>(pub ReentrantMutexGuard<'a, RefCell<u32>>); struct
56 impl Drop for Answer<'_> { implementation
/third_party/grpc/test/core/promise/
Dcontext_test.cc55 int Answer() override { return 42; } in Answer() function in grpc_core::CorrectContext
60 int Answer() override { return 0; } in Answer() function in grpc_core::IncorrectContext
/third_party/rust/rust/src/tools/miri/tests/pass/
Dfunction_pointers.rs3 trait Answer { trait
/third_party/rust/rust/compiler/rustc_transmute/src/
Dlib.rs25 pub enum Answer<R> { enum
/third_party/rust/rust/library/alloc/src/collections/btree/
Dset.rs272 Answer(Option<&'a T>), // return a specific element or emptiness enumerator
/third_party/python/Lib/test/
Dtest_enum.py101 Answer = Enum('Answer', 'him this then there because') variable
103 Answer = exc variable