OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUnknownFields
(Results
1 - 21
of
21
) sorted by null
/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/
reflection_ops.cc
126
from_reflection->
GetUnknownFields
(from));
wire_format.cc
750
message_reflection->
GetUnknownFields
(message), output);
753
message_reflection->
GetUnknownFields
(message), output);
[
all
...]
generated_message_reflection.h
178
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
212
// See Reflection::
GetUnknownFields
() for more on unknown fields.
365
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
generated_message_reflection.cc
223
const UnknownFieldSet& GeneratedMessageReflection::
GetUnknownFields
(
241
total_size +=
GetUnknownFields
(message).SpaceUsedExcludingSelf();
[
all
...]
text_format.cc
[
all
...]
descriptor.cc
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
141
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
215
// See Reflection::
GetUnknownFields
() for more on unknown fields.
368
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
141
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
215
// See Reflection::
GetUnknownFields
() for more on unknown fields.
368
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
141
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
215
// See Reflection::
GetUnknownFields
() for more on unknown fields.
368
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h
141
const UnknownFieldSet&
GetUnknownFields
(const Message& message) const;
message.h
215
// See Reflection::
GetUnknownFields
() for more on unknown fields.
368
virtual const UnknownFieldSet&
GetUnknownFields
(
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_file.cc
73
if (reflection->
GetUnknownFields
(message).field_count() > 0) return false;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
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
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
929
message->GetReflection()->
GetUnknownFields
(*message);
[
all
...]
Completed in 668 milliseconds