Home
last modified time | relevance | path

Searched refs:chunking_layer_bytes_downloaded (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_example_store_test.cc493 int64_t chunking_layer_bytes_downloaded = 200; in TEST_F() local
500 stats.set_chunking_layer_bytes_downloaded(chunking_layer_bytes_downloaded); in TEST_F()
561 chunking_layer_bytes_downloaded); in TEST_F()
H A Dopstats_example_store.cc134 CreateFeatureFromInt(op_stats.chunking_layer_bytes_downloaded()); in CreateExample()
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dgrpc_federated_protocol_test.cc1218 int64_t chunking_layer_bytes_downloaded = 555; in TEST_P() local
1221 .WillRepeatedly(Return(chunking_layer_bytes_downloaded)); in TEST_P()
1309 int64_t chunking_layer_bytes_downloaded = 555; in TEST_P() local
1312 .WillRepeatedly(Return(chunking_layer_bytes_downloaded)); in TEST_P()
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dopstats.proto300 int64 chunking_layer_bytes_downloaded = 10; 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/
Dopstats.pb.h860 ::int64_t chunking_layer_bytes_downloaded() const; in Swap()
1737 inline ::int64_t OperationalStats::chunking_layer_bytes_downloaded() const { in chunking_layer_bytes_downloaded() function