Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set_unittest.cc145 TEST(ExtensionSetTest, SetAllocatedExtension) { in TEST() argument
151 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
164 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
168 message.SetAllocatedExtension(unittest::optional_foreign_message_extension, in TEST()
181 message.SetAllocatedExtension( in TEST()
195 message.SetAllocatedExtension( in TEST()
Dextension_set.h1139 inline void SetAllocatedExtension( \
/external/protobuf/
DCHANGES.txt90 * Added SetAllocatedExtension() and ReleaseExtension() to extensions API.