OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:message_set_wire_format
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_mset.proto
35
// This file contains messages for testing
message_set_wire_format
.
41
// A message with
message_set_wire_format
.
43
option
message_set_wire_format
= true;
wire_format.cc
102
descriptor->options().
message_set_wire_format
() &&
420
if (descriptor->options().
message_set_wire_format
()) {
441
field->containing_type()->options().
message_set_wire_format
() &&
590
if (descriptor->options().
message_set_wire_format
()) {
607
field->containing_type()->options().
message_set_wire_format
() &&
unittest_custom_options.proto
95
option
message_set_wire_format
= false;
294
option
message_set_wire_format
= true;
wire_format.h
157
// opion
message_set_wire_format
= true.
wire_format_lite.h
247
// Same thing except for messages that have the
message_set_wire_format
264
// Same thing except for messages that have the
message_set_wire_format
descriptor.proto
321
// option
message_set_wire_format
= true;
332
optional bool
message_set_wire_format
= 1 [default=false];
descriptor.cc
[
all
...]
/external/protobuf/src/google/protobuf/
unittest_mset.proto
35
// This file contains messages for testing
message_set_wire_format
.
41
// A message with
message_set_wire_format
.
43
option
message_set_wire_format
= true;
wire_format.h
152
// Same thing except for messages that have the
message_set_wire_format
169
// Same thing except for messages that have the
message_set_wire_format
204
// opion
message_set_wire_format
= true.
wire_format.cc
405
descriptor->options().
message_set_wire_format
() &&
723
if (descriptor->options().
message_set_wire_format
()) {
744
field->containing_type()->options().
message_set_wire_format
() &&
[
all
...]
unittest_custom_options.proto
89
option
message_set_wire_format
= false;
descriptor.proto
290
// option
message_set_wire_format
= true;
301
optional bool
message_set_wire_format
= 1 [default=false];
generated_message_reflection.cc
[
all
...]
/external/protobuf/python/google/protobuf/internal/
generator_test.py
141
self.assertTrue(proto.DESCRIPTOR.GetOptions().
message_set_wire_format
)
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
421
if (descriptor_->options().
message_set_wire_format
()) {
451
if (descriptor_->options().
message_set_wire_format
()) {
477
if (descriptor_->options().
message_set_wire_format
()) {
487
if (descriptor_->options().
message_set_wire_format
()) {
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py
145
self.assertTrue(proto.DESCRIPTOR.GetOptions().
message_set_wire_format
)
python_message.py
87
descriptor.GetOptions().
message_set_wire_format
):
185
field.containing_type.GetOptions().
message_set_wire_format
and
[
all
...]
cpp_message.py
502
field.containing_type.GetOptions().
message_set_wire_format
and
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc
510
if (descriptor_->options().
message_set_wire_format
()) {
543
if (descriptor_->options().
message_set_wire_format
()) {
569
if (descriptor_->options().
message_set_wire_format
()) {
579
if (descriptor_->options().
message_set_wire_format
()) {
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
/external/chromium_org/third_party/protobuf/
descriptor_pb2.py
726
name='
message_set_wire_format
', full_name='google.protobuf.MessageOptions.
message_set_wire_format
', index=0,
[
all
...]
/external/protobuf/python/google/protobuf/
reflection.py
151
descriptor.GetOptions().
message_set_wire_format
):
252
field.containing_type.GetOptions().
message_set_wire_format
and
[
all
...]
text_format.py
80
if (field.containing_type.GetOptions().
message_set_wire_format
and
/external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py
84
if (field.containing_type.GetOptions().
message_set_wire_format
and
Completed in 560 milliseconds
1
2