HomeSort by relevance Sort by last modified time
    Searched refs:addressbook_pb2 (Results 1 - 3 of 3) sorted by null

  /external/protobuf/examples/
add_person.py 5 import addressbook_pb2 namespace
27 phone_number.type = addressbook_pb2.Person.MOBILE
29 phone_number.type = addressbook_pb2.Person.HOME
31 phone_number.type = addressbook_pb2.Person.WORK
42 address_book = addressbook_pb2.AddressBook()
list_people.py 5 import addressbook_pb2 namespace
17 if phone_number.type == addressbook_pb2.Person.MOBILE:
19 elif phone_number.type == addressbook_pb2.Person.HOME:
21 elif phone_number.type == addressbook_pb2.Person.WORK:
31 address_book = addressbook_pb2.AddressBook()
Makefile 14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java

Completed in 39 milliseconds