Searched defs:ParseInteger (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/src/google/protobuf/io/ | ||
| D | tokenizer_unittest.cc | 181 uint64 ParseInteger(const std::string& text) { in ParseInteger() function in google::protobuf::io::__anon5b7cb57b0111::TokenizerTest |
| D | tokenizer.cc | 863 bool Tokenizer::ParseInteger(const std::string& text, uint64 max_value, in ParseInteger() function in google::protobuf::io::Tokenizer |
| /third_party/protobuf/python/google/protobuf/ | ||
| D | text_format.py | 1676 def ParseInteger(text, is_signed=False, is_long=False): function |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | ||
| D | ARMAttributeParser.cpp | 74 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data, in ParseInteger() function in llvm::ARMAttributeParser |
| /third_party/re2/re2/ | ||
| D | parse.cc | 1325 static bool ParseInteger(StringPiece* s, int* np) { in ParseInteger() function |