/external/protobuf/src/google/protobuf/ |
proto3_arena_lite_unittest.cc | 144 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) {
|
proto3_arena_unittest.cc | 165 TEST(Proto3ArenaTest, SetAllocatedMessage) {
|
extension_set.h | 264 void SetAllocatedMessage(int number, FieldType type, 441 virtual void SetAllocatedMessage(MessageLite *message) = 0; [all...] |
arena_unittest.cc | 403 TEST(ArenaTest, SetAllocatedMessage) { 615 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); 624 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); 633 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); [all...] |
generated_message_reflection.cc | 584 SetAllocatedMessage(message1, 618 SetAllocatedMessage(message2, temp_message, field1); [all...] |
generated_message_reflection.h | 309 void SetAllocatedMessage(Message* message,
|
message.h | 597 virtual void SetAllocatedMessage(Message* message, [all...] |
extension_set.cc | 591 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, 617 extension->lazymessage_value->SetAllocatedMessage(message); [all...] |
test_util.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 323 TEST(GeneratedMessageTest, SetAllocatedMessage) { [all...] |