Searched refs:value_string_size (Results 1 – 1 of 1) sorted by relevance
1463 size_t value_string_size = value_strm.GetSize(); in PreprocessCommand() local1464 if (value_string_size) in PreprocessCommand()1466 … command.insert (start_backtick, value_strm.GetData(), value_string_size); in PreprocessCommand()1467 pos = start_backtick + value_string_size; in PreprocessCommand()