OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:message_set_wire_format
(Results
1 - 25
of
25
) sorted by null
/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/src/google/protobuf/
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
() &&
generated_message_reflection.cc
[
all
...]
text_format.cc
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.cc
[
all
...]
descriptor.pb.h
4964
inline bool MessageOptions::
message_set_wire_format
() const {
function in class:google::protobuf::MessageOptions
[
all
...]
/external/protobuf/src/google/protobuf/
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
...]
text_format.cc
1010
if (field->containing_type()->options().
message_set_wire_format
()
[
all
...]
generated_message_reflection.cc
[
all
...]
descriptor.pb.h
3814
inline bool MessageOptions::
message_set_wire_format
() const {
function in class:google::protobuf::MessageOptions
[
all
...]
descriptor.pb.cc
[
all
...]
descriptor.cc
[
all
...]
/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/protobuf/python/google/protobuf/internal/
generator_test.py
141
self.assertTrue(proto.DESCRIPTOR.GetOptions().
message_set_wire_format
)
reflection_test.py
[
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
reflection_test.py
[
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/python/google/protobuf/
text_format.py
84
if (field.containing_type.GetOptions().
message_set_wire_format
and
/external/protobuf/python/google/protobuf/
text_format.py
80
if (field.containing_type.GetOptions().
message_set_wire_format
and
reflection.py
151
descriptor.GetOptions().
message_set_wire_format
):
252
field.containing_type.GetOptions().
message_set_wire_format
and
[
all
...]
Completed in 319 milliseconds