Home
last modified time | relevance | path

Searched refs:GetUnknownFields (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.cc59 if (reflection->GetUnknownFields(message).field_count() > 0) return true; in UsesExtensions()
/external/protobuf/src/google/protobuf/
Dwire_format.cc750 message_reflection->GetUnknownFields(message), output); in SerializeWithCachedSizes()
753 message_reflection->GetUnknownFields(message), output); in SerializeWithCachedSizes()
921 message_reflection->GetUnknownFields(message)); in ByteSize()
924 message_reflection->GetUnknownFields(message)); in ByteSize()
Dreflection_ops.cc126 from_reflection->GetUnknownFields(from)); in Merge()
Dgenerated_message_reflection.h178 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
Dmessage.h365 virtual const UnknownFieldSet& GetUnknownFields(
Dgenerated_message_reflection.cc223 const UnknownFieldSet& GeneratedMessageReflection::GetUnknownFields( in GetUnknownFields() function in google::protobuf::internal::GeneratedMessageReflection
241 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf(); in SpaceUsed()
Dtext_format.cc1430 PrintUnknownFields(reflection->GetUnknownFields(message), generator); in Print()
Ddescriptor.cc4874 options->GetReflection()->GetUnknownFields(*options))) { in InterpretSingleOption()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_file.cc60 if (reflection->GetUnknownFields(message).field_count() > 0) return true; in UsesExtensions()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc73 if (reflection->GetUnknownFields(message).field_count() > 0) return false; in CollectExtensions()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc929 message->GetReflection()->GetUnknownFields(*message); in CheckAndGetInteger()