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 - 12
of
12
) 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/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/protobuf/python/google/protobuf/internal/
generator_test.py
141
self.assertTrue(proto.DESCRIPTOR.GetOptions().
message_set_wire_format
)
reflection_test.py
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
/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 335 milliseconds