HomeSort by relevance Sort by last modified time
    Searched refs:ReadString (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 269 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
288 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc     [all...]
stun.cc 310 if (!buf->ReadString(&magic_cookie, kStunMagicCookieLength))
314 if (!buf->ReadString(&transaction_id, kStunTransactionIdLength))
802 if (!buf->ReadString(&reason_, length() - 4))
  /external/google-breakpad/src/processor/
binarystream_unittest.cc 109 TEST_F(BinaryStreamBasicTest, ReadString) {
375 TEST_F(BinaryStreamU8Test, ReadString) {
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 358 string text = input.ReadString();
465 Assert.AreEqual("field 1", input.ReadString());
469 Assert.AreEqual("field 3", input.ReadString());
496 Assert.AreEqual("field 1", input.ReadString());
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 396 // ReadString reads until the first occurrence of delim in the input,
398 // If ReadString encounters an error before finding a delimiter,
400 // ReadString returns err != nil if and only if the returned data does not end
402 func (b *Buffer) ReadString(delim byte) (line string, err error) {
buffer_test.go 401 s, err = buf.ReadString(test.delim)
423 _, err := buf.ReadString('x')
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 396 // ReadString reads until the first occurrence of delim in the input,
398 // If ReadString encounters an error before finding a delimiter,
400 // ReadString returns err != nil if and only if the returned data does not end
402 func (b *Buffer) ReadString(delim byte) (line string, err error) {
buffer_test.go 401 s, err = buf.ReadString(test.delim)
423 _, err := buf.ReadString('x')
  /external/gptfdisk/
gptpart.cc 441 line = ReadString();
  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 209 EXPECT_TRUE(iter.ReadString(&name));
  /external/protobuf/src/google/protobuf/
field_mask.pb.cc 196 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
source_context.pb.cc 197 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
wire_format.cc 97 if (!input->ReadString(unknown_fields->AddLengthDelimited(number),
438 return input->ReadString(
642 if (!WireFormatLite::ReadString(input, &value)) return false;
759 if (!input->ReadString(&temp, length)) return false;
    [all...]
any.pb.cc 217 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
descriptor_database.cc 357 return internal::WireFormatLite::ReadString(&input, output);
type.pb.cc 385 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
419 DO_(::google::protobuf::internal::WireFormatLite::ReadString(
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 202 CFX_ByteString CPDF_SyntaxParser::ReadString() {
406 CFX_ByteString str = ReadString();
527 CFX_ByteString str = ReadString();
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 329 /// ReadString - Read a string until the closing quote.
330 lltok::Kind LLLexer::ReadString(lltok::Kind kind) {
371 return ReadString(lltok::LocalVar);
397 lltok::Kind kind = ReadString(lltok::StringConstant);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 74 // Minidump::ReadString will return a string object to the user, and the user
    [all...]
  /external/libchrome/base/
pickle.cc 144 bool PickleIterator::ReadString(std::string* result) {
  /external/libchrome/base/test/
multiprocess_test_android.cc 262 CHECK(iter.ReadString(&arg));

Completed in 577 milliseconds

1 2 34 5 6 7 8