Home
last modified time | relevance | path

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

/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dxds_end2end_test.cc3614 std::vector<double> locality_weight_rate_1 = { in TEST_P() local
3617 locality_weight_rate_1.push_back(weight / kTotalLocalityWeight1); in TEST_P()
3682 ::testing::Ge(locality_weight_rate_1[i] * (1 - kErrorTolerance)), in TEST_P()
3683 ::testing::Le(locality_weight_rate_1[i] * (1 + kErrorTolerance)))); in TEST_P()
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dxds_end2end_test.cc5290 std::vector<double> locality_weight_rate_1 = { in TEST_P() local
5293 locality_weight_rate_1.push_back(weight / kTotalLocalityWeight1); in TEST_P()
5358 ::testing::Ge(locality_weight_rate_1[i] * (1 - kErrorTolerance)), in TEST_P()
5359 ::testing::Le(locality_weight_rate_1[i] * (1 + kErrorTolerance)))); in TEST_P()
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc9993 std::vector<double> locality_weight_rate_1 = { in TEST_P() local
9996 locality_weight_rate_1.push_back(weight / kTotalLocalityWeight1); in TEST_P()
10061 ::testing::Ge(locality_weight_rate_1[i] * (1 - kErrorTolerance)), in TEST_P()
10062 ::testing::Le(locality_weight_rate_1[i] * (1 + kErrorTolerance)))); in TEST_P()