Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set_unittest.cc147 TEST(ExtensionSetTest, SetAllocatedExtension) { in TEST() argument
153 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
166 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
170 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
183 message.SetAllocatedExtension( in TEST()
197 message.SetAllocatedExtension( in TEST()
263 message->SetAllocatedExtension( in TEST()
429 message->SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
Dextension_set.h1203 inline void SetAllocatedExtension( \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt811 * Added SetAllocatedExtension() and ReleaseExtension() to extensions API.