Home
last modified time | relevance | path

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

/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/ondevicepersonalization/
Dexception_reporting.pb.h758 inline const ::PROTOBUF_NAMESPACE_ID::Timestamp& ReportExceptionRequest::request_timestamp() const { in request_timestamp() function
763 ::PROTOBUF_NAMESPACE_ID::Timestamp* request_timestamp) { in unsafe_arena_set_allocated_request_timestamp()
805 …ExceptionRequest::set_allocated_request_timestamp(::PROTOBUF_NAMESPACE_ID::Timestamp* request_time… in set_allocated_request_timestamp()
Dexception_reporting.pb.cc102 ReportExceptionRequest::_Internal::request_timestamp(const ReportExceptionRequest* msg) { in request_timestamp() function in google::ondevicepersonalization::federatedcompute::proto::ReportExceptionRequest::_Internal
/aosp_15_r20/external/federated-compute/fcp/protos/ondevicepersonalization/
H A Dexception_reporting.proto33 google.protobuf.Timestamp request_timestamp = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Doauth_client_test.cc57 const uint64 request_timestamp = 100; in TEST() local