Home
last modified time | relevance | path

Searched refs:increment_counter (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc98 static grpc_status_code increment_counter(alts_counter* counter, in increment_counter() function
238 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_protect()
286 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_unprotect()
352 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_protect()
424 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_unprotect()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_record_protocol_crypter_common.h79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
Dalts_unseal_privacy_integrity_crypter.cc77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
Dalts_record_protocol_crypter_common.cc48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function
Dalts_seal_privacy_integrity_crypter.cc81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_test.py152 increment_counter = state_ops.assign_add(counter, 1)
154 (increment_counter, constant_op.constant(42)),
166 increment_counter = state_ops.assign_add(counter, 1)
168 [increment_counter, constant_op.constant(42)],