Searched refs:first_part (Results 1 – 4 of 4) sorted by relevance
138 def _SubPaths(paths, first_part): argument140 assert first_part142 if '/' in p and p.split('/')[0] == first_part]
1154 List<char> first_part; in ParsePropertyClass() local1160 first_part.Add(static_cast<char>(current())); in ParsePropertyClass()1173 first_part.Add(0); // null-terminate string. in ParsePropertyClass()1177 const char* name = first_part.ToConstVector().start(); in ParsePropertyClass()1196 const char* property_name = first_part.ToConstVector().start(); in ParsePropertyClass()
353 Handle<String> first_part = in UnescapeSlow() local386 return isolate->factory()->NewConsString(first_part, second_part); in UnescapeSlow()
4970 size_t first_part = in AddToRingBuffer() local4972 memcpy(trace_ring_buffer_ + ring_buffer_end_, string, first_part); in AddToRingBuffer()4973 ring_buffer_end_ += first_part; in AddToRingBuffer()4974 if (first_part < strlen(string)) { in AddToRingBuffer()4976 size_t second_part = strlen(string) - first_part; in AddToRingBuffer()4977 memcpy(trace_ring_buffer_, string + first_part, second_part); in AddToRingBuffer()