HomeSort by relevance Sort by last modified time
    Searched refs:AddAllocated (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/
reflection_internal.h 166 MutableRepeatedField(data)->AddAllocated(allocated);
228 MutableRepeatedField(data)->AddAllocated(allocated);
arena_unittest.cc 676 repeated_field.AddAllocated(cleared);
691 AddAllocated(heap_submessage);
706 AddAllocated(arena2_submessage);
721 AddAllocated(arena2_submessage);
734 AddAllocated(s);
799 arena_message->mutable_repeated_nested_message()->AddAllocated(nested);
817 arena_message->mutable_repeated_nested_message()->AddAllocated(nested);
839 arena_message->mutable_repeated_string()->AddAllocated(s);
    [all...]
repeated_field_unittest.cc 687 field.AddAllocated(original); // Give ownership back.
706 // Test all code paths in AddAllocated().
717 field.AddAllocated(foo);
724 field.AddAllocated(bar);
733 field.AddAllocated(baz);
745 field.AddAllocated(qux);
934 field.AddAllocated(subject[i]);
    [all...]
extension_set_heavy.cc 247 extension->repeated_message_value->AddAllocated(result);
256 extension->repeated_message_value->AddAllocated(new_entry);
repeated_field.h 452 void AddAllocated(typename TypeHandler::Type* value) {
849 void AddAllocated(Element* value);
865 // temp_field.AddAllocated(new T);
    [all...]
map_field.cc 283 MapFieldBase::repeated_field_->AddAllocated(new_entry);
map_field_inl.h 417 repeated_field->AddAllocated(new_entry);
extension_set.cc 756 extension->repeated_message_value->AddAllocated(result);
    [all...]
generated_message_reflection.cc     [all...]
descriptor_unittest.cc     [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
random_tree_gen.cc 37 tree->mutable_nodes()->AddAllocated(nodes->ReleaseLast());

Completed in 849 milliseconds