Searched refs:value_of (Results 1 – 3 of 3) sorted by relevance
94 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main()96 let virt_index = matches.value_of("index").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main()97 let hci_index = matches.value_of("hci").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main()
94 static jmethodID value_of = in ToJavaInteger() local96 return env->CallStaticObjectMethod(integer_class, value_of, i); in ToJavaInteger()
40 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main()