Searched refs:example_end_index (Results 1 – 2 of 2) sorted by relevance
1284 for (size_t example_end_index : buffer.example_end_indices) { in FastParseExample() local1286 for (; delta < example_end_index; ++delta) { in FastParseExample()1338 for (size_t example_end_index : buffer.example_end_indices) { in FastParseExample() local1339 *++row_splits_out = start + example_end_index; in FastParseExample()1344 for (size_t example_end_index : buffer.example_end_indices) { in FastParseExample() local1345 *++row_splits_out = start + example_end_index; in FastParseExample()
517 for (size_t example_end_index : buffer.example_end_indices) { in FastParseExampleLite() local519 for (; delta < example_end_index; ++delta) { in FastParseExampleLite()