Home
last modified time | relevance | path

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

/aosp12/art/runtime/base/
H A Dmessage_queue_test.cc193 const bool is_string{std::is_same<StringMessage, decltype(message)>()}; in TEST_F() local
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h128 bool is_string() const { return kind_ == Kind::kString; } in is_string() function