Searched refs:string_obj (Results 1 – 2 of 2) sorted by relevance
55 jstring string_obj = static_cast<jstring>(string_obj_uncast); in list_to_utfchars() local56 converted.push_back(ScopedUtfChars(env, string_obj)); in list_to_utfchars()
95 string string_obj = "From an object\n"; in TEST() local101 printer.PrintRaw(string_obj); in TEST()