Searched refs:str_value (Results 1 – 2 of 2) sorted by relevance
140 std::string str_value; in Update() local149 str_value = self->DecodeJObject(old_value.get())->AsString()->ToModifiedUtf8(); in Update()155 if (!str_value.empty()) { in Update()156 str_value += ":"; in Update()158 str_value += segment; in Update()166 art::mirror::String::AllocFromModifiedUtf8(self, str_value.c_str()); in Update()
1203 mirror::String* str_value = mirror::String::AllocFromModifiedUtf8(soa.Self(), "robot"); in TEST_F() local1204 s8->SetObject<false>(s8->GetDeclaringClass(), str_value); in TEST_F()