Searched refs:string_constants (Results 1 – 1 of 1) sorted by relevance
538 std::vector<std::unique_ptr<Declaration>> string_constants; in BuildConstantDeclarations() local551 string_constants.push_back(std::move(getter)); in BuildConstantDeclarations()574 if (!string_constants.empty()) { in BuildConstantDeclarations()577 for (auto& string_constant : string_constants) { in BuildConstantDeclarations()