Home
last modified time | relevance | path

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

/external/protobuf/examples/
DMakefile14 …rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/…
20 protoc_middleman: addressbook.proto target
22 @touch protoc_middleman
24 add_person_cpp: add_person.cc protoc_middleman
28 list_people_cpp: list_people.cc protoc_middleman
32 javac_middleman: AddPerson.java ListPeople.java protoc_middleman
48 add_person_python: add_person.py protoc_middleman
54 list_people_python: list_people.py protoc_middleman