Lines Matching refs:JavaParamRef
13 using base::android::JavaParamRef;
21 const JavaParamRef<jobjectArray>& array, in JNI_CommandLine_AppendJavaStringArrayToCommandLine()
37 const JavaParamRef<jclass>& clazz, in JNI_CommandLine_HasSwitch()
38 const JavaParamRef<jstring>& jswitch) { in JNI_CommandLine_HasSwitch()
45 const JavaParamRef<jclass>& clazz, in JNI_CommandLine_GetSwitchValue()
46 const JavaParamRef<jstring>& jswitch) { in JNI_CommandLine_GetSwitchValue()
56 const JavaParamRef<jclass>& clazz, in JNI_CommandLine_AppendSwitch()
57 const JavaParamRef<jstring>& jswitch) { in JNI_CommandLine_AppendSwitch()
64 const JavaParamRef<jclass>& clazz, in JNI_CommandLine_AppendSwitchWithValue()
65 const JavaParamRef<jstring>& jswitch, in JNI_CommandLine_AppendSwitchWithValue()
66 const JavaParamRef<jstring>& jvalue) { in JNI_CommandLine_AppendSwitchWithValue()
75 const JavaParamRef<jclass>& clazz, in JNI_CommandLine_AppendSwitchesAndArguments()
76 const JavaParamRef<jobjectArray>& array) { in JNI_CommandLine_AppendSwitchesAndArguments()
82 const JavaParamRef<jclass>& jclazz, in JNI_CommandLine_Init()
83 const JavaParamRef<jobjectArray>& init_command_line) { in JNI_CommandLine_Init()