Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/
Dmetadata_test.cc370 static void test_copied_static_metadata(bool dup_key, bool dup_value) { in test_copied_static_metadata() argument
372 dup_value); in test_copied_static_metadata()
381 maybe_dup(GRPC_MDVALUE(p), dup_value)); in test_copied_static_metadata()
383 if (dup_key || dup_value) { in test_copied_static_metadata()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1094 UNITTEST::TestEnumWithDupValue dup_value = UNITTEST::FOO1;
1095 EXPECT_TRUE(UNITTEST::TestEnumWithDupValue_Parse("FOO1", &dup_value));
1096 EXPECT_EQ(UNITTEST::FOO1, dup_value);
1097 EXPECT_TRUE(UNITTEST::TestEnumWithDupValue_Parse("FOO2", &dup_value));
1098 EXPECT_EQ(UNITTEST::FOO2, dup_value);
1099 EXPECT_FALSE(UNITTEST::TestEnumWithDupValue_Parse("FOO", &dup_value));