Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena_unittest.cc561 string* orig_nested_string = NULL; in TEST() local
565 orig_nested_string = arena_message->mutable_optional_string(); in TEST()
570 EXPECT_EQ(orig_nested_string, nested_string); in TEST()