Searched refs:IsEmptyNullAllowed (Results 1 – 2 of 2) sorted by relevance
198 bool IsEmptyNullAllowed(TokenType type);
336 if (allow_empty_null_ && IsEmptyNullAllowed(type)) { in ParseValue()822 bool JsonStreamParser::IsEmptyNullAllowed(TokenType type) { in IsEmptyNullAllowed() function in google::protobuf::util::converter::JsonStreamParser