Home
last modified time | relevance | path

Searched refs:struct_integers_as_strings (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h84 bool struct_integers_as_strings; member
91 : struct_integers_as_strings(false), ignore_unknown_fields(false) {} in Options()
Dprotostream_objectwriter.cc815 if (ow->options_.struct_integers_as_strings) { in RenderStructValue()
830 if (ow->options_.struct_integers_as_strings) { in RenderStructValue()
Dprotostream_objectwriter_test.cc1471 options_.struct_integers_as_strings = true; in TEST_P()