| /external/libchrome/base/metrics/ |
| histogram_unittest.cc | 554 EXPECT_TRUE(iter.ReadString(&name)); 601 EXPECT_TRUE(iter.ReadInt(&i) && iter.ReadString(&s) && iter.ReadInt(&i) &&
|
| /external/llvm/lib/AsmParser/ |
| LLLexer.cpp | 300 /// ReadString - Read a string until the closing quote. 301 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { 390 lltok::Kind kind = ReadString(lltok::StringConstant);
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| Any.cs | 244 TypeUrl = input.ReadString();
|
| /external/protobuf/src/google/protobuf/ |
| extension_set_heavy.cc | 69 return input->ReadString( 644 if (!input->ReadString(&temp, length)) return false;
|
| descriptor.pb.cc | [all...] |
| wire_format_lite.cc | 190 if (!input->ReadString(&temp, length)) return false;
|
| /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
| plugin.go | 178 return ui.r.ReadString('\n')
|
| /prebuilts/go/darwin-x86/src/crypto/ecdsa/ |
| ecdsa_test.go | 228 line, err := buf.ReadString('\n')
|
| /prebuilts/go/darwin-x86/src/log/syslog/ |
| syslog_test.go | 79 s, err := b.ReadString('\n')
|
| /prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
| reader_test.go | 160 s, _ := br.ReadString('\n')
|
| /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
| plugin.go | 178 return ui.r.ReadString('\n')
|
| /prebuilts/go/linux-x86/src/crypto/ecdsa/ |
| ecdsa_test.go | 228 line, err := buf.ReadString('\n')
|
| /prebuilts/go/linux-x86/src/log/syslog/ |
| syslog_test.go | 79 s, err := b.ReadString('\n')
|
| /prebuilts/go/linux-x86/src/mime/quotedprintable/ |
| reader_test.go | 160 s, _ := br.ReadString('\n')
|
| /external/protobuf/src/google/protobuf/io/ |
| coded_stream.cc | 263 bool CodedInputStream::ReadString(string* buffer, int size) {
|
| coded_stream.h | 207 // Implementation Note: ReadString() grows the string gradually as it 212 bool ReadString(string* buffer, int size); [all...] |
| /frameworks/base/tools/incident_report/ |
| main.cpp | 64 // TODO: do a version of readstring that just pumps the data 67 if (in->ReadString(&str, size)) {
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
| coded_stream.h | 200 // Implementation Note: ReadString() grows the string gradually as it 205 bool ReadString(string* buffer, int size); [all...] |
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
| wire_format_lite.h | 289 static bool ReadString(input, string* value);
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
| coded_stream.h | 200 // Implementation Note: ReadString() grows the string gradually as it 205 bool ReadString(string* buffer, int size); [all...] |
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
| wire_format_lite.h | 289 static bool ReadString(input, string* value);
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
| coded_stream.h | 200 // Implementation Note: ReadString() grows the string gradually as it 205 bool ReadString(string* buffer, int size); [all...] |
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
| wire_format_lite.h | 289 static bool ReadString(input, string* value);
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
| coded_stream.h | 207 // Implementation Note: ReadString() grows the string gradually as it 212 bool ReadString(string* buffer, int size); [all...] |
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
| coded_stream.h | 200 // Implementation Note: ReadString() grows the string gradually as it 205 bool ReadString(string* buffer, int size); [all...] |