Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc434 string* allocated_str = new string("hello"); in TEST() local
435 arena_message->set_allocated_optional_string(allocated_str); in TEST()