Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h84 bool struct_integers_as_strings; member
86 Options() : struct_integers_as_strings(false) {} in Options()
Dprotostream_objectwriter.cc807 if (ow->options_.struct_integers_as_strings) { in RenderStructValue()
822 if (ow->options_.struct_integers_as_strings) { in RenderStructValue()
Dprotostream_objectwriter_test.cc1354 options_.struct_integers_as_strings = true; in TEST_P()