OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransferList
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.h
96
LIST_ENTRY
TransferList
;
111
CR(a, UFS_PASS_THRU_TRANS_REQ,
TransferList
, UFS_PASS_THRU_TRANS_REQ_SIG)
[
all
...]
/bootable/recovery/updater/include/private/
commands.h
410
//
TransferList
represents the info for a transfer list, which is parsed from input text lines
429
class
TransferList
{
434
TransferList
() = default;
436
// Parses the given input string and returns a
TransferList
object. Sets error message if any.
437
static
TransferList
Parse(const std::string& transfer_list_str, std::string* err);
459
// Returns whether the
TransferList
is valid.
/external/protobuf/src/google/protobuf/
map.h
[
all
...]
Completed in 265 milliseconds