Home
last modified time | relevance | path

Searched defs:OtherTag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/blueprint/proptools/
H A Dtag_test.go25 OtherTag string `foo:"bar"` member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_concepts.pass.cpp27 struct OtherTag : std::input_iterator_tag {}; struct