Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h891 size_t common_idx = 0; in ChangeTo() local
892 while (common_idx < len) { in ChangeTo()
893 if (name_stack_[common_idx] != new_stack_[common_idx]) break; in ChangeTo()
894 common_idx++; in ChangeTo()
897 it != name_stack_.crend() - common_idx; ++it) { in ChangeTo()
905 for (size_t i = common_idx; i < name_stack_.size(); ++i) { in ChangeTo()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h903 size_t common_idx = 0; in ChangeTo() local
904 while (common_idx < len) { in ChangeTo()
905 if (name_stack_[common_idx] != new_stack_[common_idx]) break; in ChangeTo()
906 common_idx++; in ChangeTo()
909 it != name_stack_.crend() - common_idx; ++it) { in ChangeTo()
917 for (size_t i = common_idx; i < name_stack_.size(); ++i) { in ChangeTo()
/external/mbedtls/library/
Dssl_tls.c5713 uint32_t common_idx = 0; in mbedtls_ssl_parse_sig_alg_ext() local
5744 if( common_idx + 1 < MBEDTLS_RECEIVED_SIG_ALGS_SIZE ) in mbedtls_ssl_parse_sig_alg_ext()
5746 ssl->handshake->received_sig_algs[common_idx] = sig_alg; in mbedtls_ssl_parse_sig_alg_ext()
5747 common_idx += 1; in mbedtls_ssl_parse_sig_alg_ext()
5760 if( common_idx == 0 ) in mbedtls_ssl_parse_sig_alg_ext()
5768 ssl->handshake->received_sig_algs[common_idx] = MBEDTLS_TLS_SIG_NONE; in mbedtls_ssl_parse_sig_alg_ext()