Searched defs:ParseInteger (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 181 uint64 ParseInteger(const std::string& text) { in ParseInteger() function in google::protobuf::io::__anon11cb0d300111::TokenizerTest 703 TEST_F(TokenizerTest, ParseInteger) { in TEST_F() argument
|
D | tokenizer.cc | 862 bool Tokenizer::ParseInteger(const std::string& text, uint64 max_value, in ParseInteger() function in google::protobuf::io::Tokenizer
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.cc | 175 int ParseInteger(const char* str, size_t size) { in ParseInteger() function
|
/external/perfetto/src/perfetto_cmd/ |
D | pbtxt_to_pb.cc | 446 bool ParseInteger(base::StringView s, T* number_ptr) { in ParseInteger() function in perfetto::__anon5c3d75eb0111::ParserDelegate
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 74 uint64_t ARMAttributeParser::ParseInteger(const uint8_t *Data, in ParseInteger() function in llvm::ARMAttributeParser
|
/external/protobuf/python/google/protobuf/ |
D | text_format.py | 1631 def ParseInteger(text, is_signed=False, is_long=False): function
|
/external/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
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | parse.cc | 1326 static bool ParseInteger(StringPiece* s, int* np) { in ParseInteger() function
|