Home
last modified time | relevance | path

Searched defs:auth_metadata (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/protos/federatedcompute/
H A Dcommon.proto131 AuthenticationMetadata auth_metadata = 1003; field
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/federatedcompute/
Dcommon.pb.h3061 …gle::internal::federatedcompute::v1::AuthenticationMetadata& RejectionInfo::auth_metadata() const { in auth_metadata() function
3076 …fe_arena_set_allocated_auth_metadata(::google::internal::federatedcompute::v1::AuthenticationMetad… in unsafe_arena_set_allocated_auth_metadata()
Dcommon.pb.cc2039 RejectionInfo::_Internal::auth_metadata(const RejectionInfo* msg) { in auth_metadata() function in google::internal::federatedcompute::v1::RejectionInfo::_Internal
2057 …ionInfo::set_allocated_auth_metadata(::google::internal::federatedcompute::v1::AuthenticationMetad… in set_allocated_auth_metadata()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dend2end_test.cc219 Status Process(const InputMetadata& auth_metadata, AuthContext* context, in Process()