Home
last modified time | relevance | path

Searched refs:update_key (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1936 private function kvUpdateHelper($field, $update_key, $update_value) argument
1942 $field_arr_value[$update_key] = $update_value;
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h3456 ngtcp2_update_key update_key; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.c581 assert(conn->callbacks.update_key); in conn_call_update_key()
583 rv = conn->callbacks.update_key( in conn_call_update_key()
1084 assert(callbacks->update_key); in conn_new()