Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc79 inline bool IsAlphanumeric(char c) { in IsAlphanumeric() function
113 if (!IsAlphanumeric((*input)[len])) { in ConsumeKey()