Searched refs:PayerName (Results 1 – 1 of 1) sorted by relevance
1112 static const char* PayerName[] = { "NotSet", "BucketOwner", "Requester"}; in ToRequestPayerName() local1113 return PayerName[static_cast<int>(payer) - static_cast<int>(RequestPayer::NotSet)]; in ToRequestPayerName()
Completed in 5 milliseconds