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

  /external/libweave/third_party/libuweave/src/
macaroon.h 40 } UwMacaroonDelegateeInfo;
50 UwMacaroonDelegateeInfo delegatees[MAX_NUM_DELEGATEES];
  /external/libweave/src/privet/
auth_manager.cc 485 auto delegates_rbegin = std::reverse_iterator<const UwMacaroonDelegateeInfo*>(
488 std::reverse_iterator<const UwMacaroonDelegateeInfo*>(result.delegatees);
491 [](const UwMacaroonDelegateeInfo& delegatee) {
496 [](const UwMacaroonDelegateeInfo& delegatee) {

Completed in 43 milliseconds