OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUnknownFields
(Results
1 - 16
of
16
) sorted by null
/external/protobuf/src/google/protobuf/
drop_unknown_fields_test.cc
59
EXPECT_TRUE(foo.GetReflection()->
GetUnknownFields
(foo).empty());
78
EXPECT_TRUE(foo->GetReflection()->
GetUnknownFields
(*foo).empty());
proto3_arena_unittest.cc
150
arena_message->GetReflection()->
GetUnknownFields
(*arena_message).empty());
reflection_ops.cc
126
from_reflection->
GetUnknownFields
(from));
wire_format.cc
803
message_reflection->
GetUnknownFields
(message), output);
806
message_reflection->
GetUnknownFields
(message), output);
[
all
...]
generated_message_reflection.h
214
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
237
// See Reflection::
GetUnknownFields
() for more on unknown fields.
410
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
generated_message_reflection.cc
255
const UnknownFieldSet& GeneratedMessageReflection::
GetUnknownFields
(
284
total_size +=
GetUnknownFields
(message).SpaceUsedExcludingSelf();
[
all
...]
map_test.cc
[
all
...]
text_format.cc
[
all
...]
descriptor.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc
59
if (reflection->
GetUnknownFields
(message).field_count() > 0) return true;
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc
60
if (reflection->
GetUnknownFields
(message).field_count() > 0) return true;
/external/protobuf/src/google/protobuf/compiler/java/
java_file.cc
91
if (reflection->
GetUnknownFields
(message).field_count() > 0) return false;
/external/protobuf/src/google/protobuf/util/
message_differencer.cc
492
&reflection1->
GetUnknownFields
(message1);
494
&reflection2->
GetUnknownFields
(message2);
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
[
all
...]
descriptor.cc
232
const UnknownFieldSet& unknown_fields(reflection->
GetUnknownFields
(options));
[
all
...]
Completed in 80 milliseconds