Home
last modified time | relevance | path

Searched defs:allow_legacy_syntax (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/json/internal/
Dwriter.h58 bool allow_legacy_syntax = false; member
Dlexer.h58 bool allow_legacy_syntax = false; member
Dlexer.cc350 static char ParseSimpleEscape(char c, bool allow_legacy_syntax) { in ParseSimpleEscape()