Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp55 jstring string_obj = static_cast<jstring>(string_obj_uncast); in list_to_utfchars() local
56 converted.push_back(ScopedUtfChars(env, string_obj)); in list_to_utfchars()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dprinter_unittest.cc95 string string_obj = "From an object\n"; in TEST() local
101 printer.PrintRaw(string_obj); in TEST()