Searched refs:_Printer (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | text_format.py | 156 printer = _Printer(out, indent, as_utf8, as_one_line, pointy_brackets, 183 printer = _Printer(out, indent, as_utf8, as_one_line, pointy_brackets, 199 printer = _Printer(out, indent, as_utf8, as_one_line, pointy_brackets, 214 printer = _Printer(out, indent, as_utf8, as_one_line, pointy_brackets, 241 class _Printer(object): class
|
D | json_format.py | 102 printer = _Printer(including_default_value_fields) 112 class _Printer(object): class
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | text_format_test.py | 268 printer = text_format._Printer(out) 283 printer = text_format._Printer(out)
|