Searched defs:list_object (Results 1 – 5 of 5) sorted by relevance
34 std::vector<std::string> StringListToVector(JNIEnv* env, jobject list_object) { in StringListToVector()
1114 def _set_list_item(list_object, index_string, value): argument1132 def _set_tuple_item(list_object, index_string, value): argument
820 let list_object = env.new_object(ARRAYLIST_CLASS, "()V", &[])?; in short_lifetime_list_sub_fn() localVariable
1026 let list_object = env.new_object(ARRAYLIST_CLASS, "()V", &[])?; in short_lifetime_list_sub_fn() localVariable
10874 ObjPtr<mirror::Object> list_object = list_class->AllocObject(self); in CreateWellKnownClassLoader() local