Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena_unittest.cc435 string* allocated_str = new string("hello"); in TEST() local
436 arena_message->set_allocated_optional_string(allocated_str); in TEST()