Home | Sort by relevance Sort by last modified time |
/external/protobuf/src/google/protobuf/util/internal/ | |
protostream_objectwriter.h | 84 bool struct_integers_as_strings; member in struct:google::protobuf::util::converter::ProtoStreamObjectWriter::Options 86 Options() : struct_integers_as_strings(false) {} |
protostream_objectwriter.cc | 807 if (ow->options_.struct_integers_as_strings) { 822 if (ow->options_.struct_integers_as_strings) { [all...] |
protostream_objectwriter_test.cc | [all...] |