Searched refs:arrays_to_allocate (Results 1 – 1 of 1) sorted by relevance
274 std::vector<std::string> arrays_to_allocate; in AllocateTransientArrays() local277 PushBackIfNotFound(input, &arrays_to_allocate); in AllocateTransientArrays()282 PushBackIfNotFound(output, &arrays_to_allocate); in AllocateTransientArrays()285 for (const std::string& array : arrays_to_allocate) { in AllocateTransientArrays()