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

  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 226 EXPECT_EQ(message.DebugString(), empty_message_.DebugString());
253 EXPECT_EQ(empty_message_.DebugString(), message.DebugString());
262 const string debug_string = empty_message_.DebugString();
263 const string other_debug_string = other_message.DebugString();
267 EXPECT_EQ(debug_string, other_message.DebugString());
268 EXPECT_EQ(other_debug_string, empty_message_.DebugString());
272 const string debug_string = empty_message_.DebugString();
277 EXPECT_EQ(debug_string, empty_message_.DebugString());
    [all...]
descriptor.h 145 string DebugString() const;
242 // Internal version of DebugString; controls the level of indenting for
244 void DebugString(int depth, string *contents) const;
473 // See Descriptor::DebugString().
474 string DebugString() const;
485 // See Descriptor::DebugString().
486 void DebugString(int depth, string *contents) const;
583 // See Descriptor::DebugString().
584 string DebugString() const;
589 // See Descriptor::DebugString()
    [all...]
text_format_unittest.cc 121 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
185 // Get the DebugString from the proto.
186 string debug_string = proto_.DebugString();
209 // Get the DebugString from the proto.
210 string debug_string = proto_.DebugString();
253 message.DebugString());
488 RemoveRedundantZeros(message.DebugString()));
572 RemoveRedundantZeros(message.DebugString()));
    [all...]
wire_format_unittest.cc 325 EXPECT_EQ(source.DebugString(), dest.DebugString());
334 EXPECT_EQ(source.DebugString(), dest.DebugString());
480 EXPECT_EQ(message_set.DebugString(), dynamic_message_set.DebugString());
639 EXPECT_EQ(msg1.DebugString(), msg2.DebugString());
descriptor.cc     [all...]
extension_set_unittest.cc 592 message.DebugString());
607 EXPECT_EQ(message.DebugString(), message2.DebugString());
repeated_field_unittest.cc 961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
message.h 246 string DebugString() const;
247 // Like DebugString(), but with less whitespace.
249 // Like DebugString(), but do not escape UTF-8 byte sequences.
251 // Convenience function useful in GDB. Prints DebugString() to stdout.
    [all...]
text_format.cc 55 string Message::DebugString() const {
91 printf("%s", DebugString().c_str());
    [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 122 // just compare directly to actual.DebugString(), but that would require
123 // that the caller precisely match the formatting that DebugString()
129 EXPECT_EQ(expected.DebugString(), actual.DebugString());
    [all...]
  /external/chromium/net/base/
cookie_monster.h 277 std::string DebugString() const;
354 std::string DebugString() const;
cookie_monster.cc 467 COOKIE_DLOG(INFO) << "SetCookie() cc: " << cc->DebugString();
509 COOKIE_DLOG(INFO) << "InternalDeleteCookie() cc: " << cc->DebugString();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 59 string def = field->DebugString();
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 60 string def = field->DebugString();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 120 EXPECT_EQ(parsed_descriptor_proto.DebugString(),
121 generated_decsriptor_proto.DebugString());
    [all...]
cpp_message.cc 63 string def = field->DebugString();
    [all...]

Completed in 111 milliseconds