Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.cc95 int format_length = 0; in Add() local
98 temp[format_length++] = format[offset++]; in Add()
100 temp[format_length++] = format[offset++]; in Add()
104 temp[format_length++] = type; in Add()
105 temp[format_length] = '\0'; in Add()