Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/
DAddPerson.cs48 person.Id = int.Parse(input.ReadLine()); in PromptForAddress()
51 person.Name = input.ReadLine(); in PromptForAddress()
54 string email = input.ReadLine(); in PromptForAddress()
63 string number = input.ReadLine(); in PromptForAddress()
72 String type = input.ReadLine(); in PromptForAddress()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc888 bool ReadLine(StringPiece* input, StringPiece* line) { in ReadLine() function
1319 while (ReadLine(&p_, &line)) { in ParseLoop()