HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseLast (Results 1 - 25 of 34) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
map_test_util.cc 174 result.push_back(message->GetReflection()->ReleaseLast(
176 result.push_back(message->GetReflection()->ReleaseLast(
178 result.push_back(message->GetReflection()->ReleaseLast(
180 result.push_back(message->GetReflection()->ReleaseLast(
182 result.push_back(message->GetReflection()->ReleaseLast(
184 result.push_back(message->GetReflection()->ReleaseLast(
186 result.push_back(message->GetReflection()->ReleaseLast(
188 result.push_back(message->GetReflection()->ReleaseLast(
190 result.push_back(message->GetReflection()->ReleaseLast(
192 result.push_back(message->GetReflection()->ReleaseLast(
    [all...]
generated_message_reflection_unittest.cc 345 TEST(GeneratedMessageReflectionTest, ReleaseLast) {
362 google::protobuf::scoped_ptr<Message> released(message.GetReflection()->ReleaseLast(
385 google::protobuf::scoped_ptr<Message> released(message.GetReflection()->ReleaseLast(
    [all...]
generated_message_reflection.cc     [all...]
generated_message_reflection.h 226 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 466 virtual Message* ReleaseLast(Message* message,
    [all...]
repeated_field.h 461 typename TypeHandler::Type* ReleaseLast() {
857 Element* ReleaseLast();
    [all...]
arena_unittest.cc 806 arena_message->mutable_repeated_nested_message()->ReleaseLast();
831 // Test string case as well. ReleaseLast() in this case must copy the string,
843 string* released = arena_message->mutable_repeated_string()->ReleaseLast();
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 303 typename TypeHandler::Type* ReleaseLast();
506 Element* ReleaseLast();
954 inline typename TypeHandler::Type* RepeatedPtrFieldBase::ReleaseLast() {
    [all...]
generated_message_reflection.h 150 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 402 virtual Message* ReleaseLast(Message* message,
    [all...]
extension_set.h 311 MessageLite* ReleaseLast(int number);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 303 typename TypeHandler::Type* ReleaseLast();
506 Element* ReleaseLast();
954 inline typename TypeHandler::Type* RepeatedPtrFieldBase::ReleaseLast() {
    [all...]
generated_message_reflection.h 150 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 402 virtual Message* ReleaseLast(Message* message,
    [all...]
extension_set.h 311 MessageLite* ReleaseLast(int number);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 303 typename TypeHandler::Type* ReleaseLast();
506 Element* ReleaseLast();
954 inline typename TypeHandler::Type* RepeatedPtrFieldBase::ReleaseLast() {
    [all...]
generated_message_reflection.h 150 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 402 virtual Message* ReleaseLast(Message* message,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 303 typename TypeHandler::Type* ReleaseLast();
506 Element* ReleaseLast();
954 inline typename TypeHandler::Type* RepeatedPtrFieldBase::ReleaseLast() {
    [all...]
generated_message_reflection.h 150 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 402 virtual Message* ReleaseLast(Message* message,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 350 reflection->ReleaseLast(message, descriptor);
446 parent->message->GetReflection()->ReleaseLast(parent->message, field));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 226 Message* ReleaseLast(Message* message, const FieldDescriptor* field) const;
message.h 466 virtual Message* ReleaseLast(Message* message,
    [all...]
repeated_field.h 461 typename TypeHandler::Type* ReleaseLast() {
857 Element* ReleaseLast();
    [all...]

Completed in 2686 milliseconds

1 2