Home
last modified time | relevance | path

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

/external/bsdiff/
Dpatch_reader.cc71 int64_t ctrl_len = ParseInt64(patch_data + 8); in Init()
72 int64_t diff_len = ParseInt64(patch_data + 16); in Init()
73 int64_t signed_newsize = ParseInt64(patch_data + 24); in Init()
125 int64_t diff_size = ParseInt64(buf); in ParseControlEntry()
129 int64_t extra_size = ParseInt64(buf); in ParseControlEntry()
143 control_entry->offset_increment = ParseInt64(buf); in ParseControlEntry()
Dutils.h12 int64_t ParseInt64(const uint8_t* buf);
Dutils.cc9 int64_t ParseInt64(const uint8_t* buf) { in ParseInt64() function
Dbspatch.cc221 uint64_t newsize = ParseInt64(patch_data + 24); in bspatch()
/external/libtextclassifier/utils/strings/
Dnumbers.h41 bool ParseInt64(const char *c_str, int64 *value);
Dnumbers.cc47 bool ParseInt64(const char *c_str, int64 *value) { in ParseInt64() function
Dnumbers_test.cc54 EXPECT_EQ(expected_parsing_success, ParseInt64(c_str, &parsed_value)); in TestParseInt64()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc308 bool ParseInt64(int64* result);
690 !ParseInt64(&parameter_number)) { in ParseInstructionRhs()
1829 if (!ParseInt64(&dim)) { in ParseSingleSharding()
1841 if (!ParseInt64(&device)) { in ParseSingleSharding()
2300 if (!ParseInt64(&value)) { in ParseDenseLiteral()
2371 if (!ParseInt64(&value)) { in ParseSparseLiteral()
2683 if (!ParseInt64(&result)) { in ParseAttributeHelper()
2691 if (!ParseInt64(&result)) { in ParseAttributeHelper()
3322 if (!ParseInt64(&i)) { in ParseInt64List()
3403 if (!ParseInt64(&i)) { in ParseDimensionSizes()
[all …]
/external/libtextclassifier/utils/
Dflatbuffers.cc174 if (!ParseInt64(value.data(), &int_value)) { in ParseAndSet()