Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php252 private static $k_control_char_limit = 0x20; variable in Google\\Protobuf\\Internal\\GPBJsonWire
272 return $c < chr($k_control_char_limit) || $c === "\"" || $c === "\\";