Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc72 inline bool IsOctNumber(const string& str) { in IsOctNumber() function
944 if (IsHexNumber(text) || IsOctNumber(text)) { in ConsumeUnsignedDecimalInteger()