Searched defs:ConsumeSignedInteger (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 204 bool Parser::ConsumeSignedInteger(int* output, const char* error) { in ConsumeSignedInteger() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 891 bool ConsumeSignedInteger(int64* value, uint64 max_value) { in ConsumeSignedInteger() function in google::protobuf::TextFormat::Parser::ParserImpl |