Searched refs:out_int64 (Results 1 – 2 of 2) sorted by relevance
23 int64_t out_int64; in LLVMFuzzerTestOneInput() local24 base::StringToInt64(string_piece_input, &out_int64); in LLVMFuzzerTestOneInput()37 base::StringToInt64(string_piece_input16, &out_int64); in LLVMFuzzerTestOneInput()47 base::HexStringToInt64(string_piece_input, &out_int64); in LLVMFuzzerTestOneInput()59 base::NumberToString(out_int64); in LLVMFuzzerTestOneInput()60 base::NumberToString16(out_int64); in LLVMFuzzerTestOneInput()
2023 int64* out_int64 = nullptr; in FastParseSequenceExample() local2032 out_int64 = context_result->dense_values[t].flat<int64>().data(); in FastParseSequenceExample()2077 *out_int64++ = *in_int64++; in FastParseSequenceExample()2101 num_added = ParseInt64Feature(&stream, out_int64); in FastParseSequenceExample()2102 out_int64 += num_added; in FastParseSequenceExample()2132 int64* out_int64 = nullptr; in FastParseSequenceExample() local2141 out_int64 = context_result->sparse_values[t].flat<int64>().data(); in FastParseSequenceExample()2173 num_added = ParseInt64Feature(&stream, out_int64); in FastParseSequenceExample()2174 out_int64 += num_added; in FastParseSequenceExample()2221 int64* out_int64 = nullptr; in FastParseSequenceExample() local[all …]