Home
last modified time | relevance | path

Searched refs:s_ (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dto_str.h32 s_ = os.str(); in ToStr()
36 return s_.c_str(); in c_str()
40 return s_; in str()
44 std::string s_;
/art/tools/veridex/
Dveridex.cc37 static VeriClass s_(Primitive::Type::kPrimShort, 0, nullptr); variable
47 VeriClass* VeriClass::short_ = &s_;