Searched refs:new_properties (Results 1 – 7 of 7) sorted by relevance
115 tsi_peer_property* new_properties = static_cast<tsi_peer_property*>( in local_check_peer() local116 gpr_zalloc(sizeof(*new_properties) * new_property_count)); in local_check_peer()118 new_properties[i] = peer.properties[i]; in local_check_peer()121 peer.properties = new_properties; in local_check_peer()
87 props = new_properties( ctx); in awakened()124 virtual fiber_properties * new_properties( context * ctx) { in new_properties() function
998 def clone_action (action, new_project, new_action_name, new_properties): argument1008 assert isinstance(new_properties, property_set.PropertySet)1012 if not new_properties:1013 new_properties = action.properties()1016 new_properties)
1335 new_properties = []1338 new_properties.append(p)1339 properties = new_properties
1254 tsi_peer_property* new_properties = static_cast<tsi_peer_property*>( in ssl_handshaker_result_extract_peer() local1255 gpr_zalloc(sizeof(*new_properties) * new_property_count)); in ssl_handshaker_result_extract_peer()1257 new_properties[i] = peer->properties[i]; in ssl_handshaker_result_extract_peer()1260 peer->properties = new_properties; in ssl_handshaker_result_extract_peer()
81 algorithm_with_properties..new_properties]: we're content with
557 virtual fiber_properties * new_properties( context *);646 [member_heading algorithm_with_properties..new_properties]648 virtual fiber_properties * new_properties( context * f);653 [[Note:] [By default, `algorithm_with_properties<>::new_properties()`