Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc112 std::vector<std::string> all_annotations; in Generate() local
145 all_annotations.push_back(info_full_path); in Generate()
162 &all_annotations); in Generate()
195 for (int i = 0; i < all_annotations.size(); i++) { in Generate()
197 all_annotations[i]); in Generate()