Searched refs:increment_counter (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 98 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/ |
D | alts_record_protocol_crypter_common.h | 79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
|
D | alts_unseal_privacy_integrity_crypter.cc | 77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
|
D | alts_record_protocol_crypter_common.cc | 48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function
|
D | alts_seal_privacy_integrity_crypter.cc | 81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops_test.py | 152 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)],
|