Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc590 int destination_group_index = named_groups.find("D")->second; in TEST() local
592 EXPECT_EQ(2, destination_group_index); in TEST()
596 EXPECT_EQ("san jose", args[destination_group_index - 1]); in TEST()