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.cc490 std::string* allocated_str = new std::string("hello"); in TEST() local
491 arena_message->set_allocated_optional_string(allocated_str); in TEST()