Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dstring-stream.cc78 int format_length = 0; in Add() local
81 temp[format_length++] = format[offset++]; in Add()
83 temp[format_length++] = format[offset++]; in Add()
87 temp[format_length++] = type; in Add()
88 temp[format_length] = '\0'; in Add()