HomeSort by relevance Sort by last modified time
    Searched refs:CurrentParam (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c     [all...]
  /external/libbrillo/brillo/dbus/
dbus_param_reader.h 43 // CurrentParam - the type of the current method parameter we are processing.
45 template<bool allow_out_params, typename CurrentParam, typename... RestOfParams>
46 struct DBusParamReader<allow_out_params, CurrentParam, RestOfParams...> {
59 return InvokeHelper<CurrentParam, CallbackType, Args...>(

Completed in 986 milliseconds