Searched refs:first_part (Results 1 – 7 of 7) sorted by relevance
80 std::vector<string> first_part = in ParseFromString() local82 safe_strto32(first_part[1], &dense_features_size_); in ParseFromString()
1359 std::vector<char> first_part; in ParsePropertyClass() local1366 first_part.push_back(static_cast<char>(current())); in ParsePropertyClass()1380 first_part.push_back(0); // null-terminate string. in ParsePropertyClass()1382 DCHECK(first_part.size() - 1 == std::strlen(first_part.data())); in ParsePropertyClass()1388 const char* name = first_part.data(); in ParsePropertyClass()1406 const char* property_name = first_part.data(); in ParsePropertyClass()
357 Handle<String> first_part = in UnescapeSlow() local390 return isolate->factory()->NewConsString(first_part, second_part); in UnescapeSlow()
2727 first_part = to_encode[:text_space]2728 ew = _ew.encode(first_part, charset=encode_as)2733 first_part = first_part[:-excess]2734 ew = _ew.encode(first_part)2736 to_encode = to_encode[len(first_part):]
4349 size_t first_part = in AddToRingBuffer() local4351 memcpy(trace_ring_buffer_ + ring_buffer_end_, string, first_part); in AddToRingBuffer()4352 ring_buffer_end_ += first_part; in AddToRingBuffer()4353 if (first_part < strlen(string)) { in AddToRingBuffer()4355 size_t second_part = strlen(string) - first_part; in AddToRingBuffer()4356 memcpy(trace_ring_buffer_, string + first_part, second_part); in AddToRingBuffer()
866 PART_ID_T first_part; in hme_init_pred_ctxt_encode() local870 first_part = ge_part_type_to_part_id[e_part_type][0]; in hme_init_pred_ctxt_encode()903 ps_l = ps_search_results->aps_part_results[pred_lx][first_part]; in hme_init_pred_ctxt_encode()907 ps_t = ps_search_results->aps_part_results[pred_lx][first_part]; in hme_init_pred_ctxt_encode()
2903 TNode<String> first_part = in ReplaceSimpleStringFastPath() local2907 context, var_result.value(), first_part)); in ReplaceSimpleStringFastPath()