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

1 2

  /external/protobuf/src/google/protobuf/
map_test_util.cc 131 result.push_back(&message.GetReflection()->GetRepeatedMessage(
133 result.push_back(&message.GetReflection()->GetRepeatedMessage(
135 result.push_back(&message.GetReflection()->GetRepeatedMessage(
137 result.push_back(&message.GetReflection()->GetRepeatedMessage(
139 result.push_back(&message.GetReflection()->GetRepeatedMessage(
141 result.push_back(&message.GetReflection()->GetRepeatedMessage(
143 result.push_back(&message.GetReflection()->GetRepeatedMessage(
145 result.push_back(&message.GetReflection()->GetRepeatedMessage(
147 result.push_back(&message.GetReflection()->GetRepeatedMessage(
149 result.push_back(&message.GetReflection()->GetRepeatedMessage(
    [all...]
reflection_ops.cc 94 from_reflection->GetRepeatedMessage(from, field, j));
165 if (!reflection->GetRepeatedMessage(message, field, j)
252 reflection->GetRepeatedMessage(message, field, j);
generated_message_reflection.h 340 const Message& GetRepeatedMessage(const Message& message,
message.h 650 virtual const Message& GetRepeatedMessage(
    [all...]
extension_set.h 306 const MessageLite& GetRepeatedMessage(int number, int index) const;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 72 reflection->GetRepeatedMessage(message, fields[i], j);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 73 reflection->GetRepeatedMessage(message, fields[i], j);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 228 const Message& GetRepeatedMessage(const Message& message,
message.h 547 virtual const Message& GetRepeatedMessage(
    [all...]
extension_set.h 279 const MessageLite& GetRepeatedMessage(int number, int index) const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 228 const Message& GetRepeatedMessage(const Message& message,
message.h 547 virtual const Message& GetRepeatedMessage(
    [all...]
extension_set.h 279 const MessageLite& GetRepeatedMessage(int number, int index) const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 228 const Message& GetRepeatedMessage(const Message& message,
message.h 547 virtual const Message& GetRepeatedMessage(
    [all...]
extension_set.h 279 const MessageLite& GetRepeatedMessage(int number, int index) const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 228 const Message& GetRepeatedMessage(const Message& message,
message.h 547 virtual const Message& GetRepeatedMessage(
    [all...]
extension_set.h 279 const MessageLite& GetRepeatedMessage(int number, int index) const;
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 772 reflection1->GetRepeatedMessage(*message1, repeated_field, index1);
774 reflection2->GetRepeatedMessage(*message2, repeated_field, index2);
    [all...]
field_mask_util.cc 427 source_reflection->GetRepeatedMessage(source, field, i));
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 108 const Message& sub_message = reflection->GetRepeatedMessage(
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 104 reflection->GetRepeatedMessage(message, fields[i], j);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 340 const Message& GetRepeatedMessage(const Message& message,
message.h 650 virtual const Message& GetRepeatedMessage(
    [all...]

Completed in 1801 milliseconds

1 2