Searched defs:debug_string (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h263 std::string debug_string = local
266 debug_string = "INVALID[" + debug_string + "]";
268 return debug_string;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc262 const string debug_string = empty_message_.DebugString(); local
264 EXPECT_NE(debug_string, other_debug_string);
267 EXPECT_EQ(debug_string, other_message.DebugString());
272 const string debug_string = empty_message_.DebugString(); local
277 EXPECT_EQ(debug_string, empty_message_.DebugString());
H A Dtext_format_unittest.cc186 string debug_string = proto_.DebugString(); local
195 EXPECT_EQ(correct_string, debug_string);
210 string debug_string = proto_.DebugString(); local
223 EXPECT_EQ(correct_string, debug_string);
H A Dtext_format.cc59 string debug_string; local
61 TextFormat::PrintToString(*this, &debug_string);
63 return debug_string;
67 string debug_string; local
72 printer.PrintToString(*this, &debug_string);
74 if (debug_string.size() > 0 &&
75 debug_string[debug_string.size() - 1] == ' ') {
76 debug_string.resize(debug_string
83 string debug_string; local
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc186 string debug_string = proto_.DebugString(); local
195 EXPECT_EQ(correct_string, debug_string);
210 string debug_string = proto_.DebugString(); local
223 EXPECT_EQ(correct_string, debug_string);
H A Dunknown_field_set_unittest.cc262 const string debug_string = empty_message_.DebugString(); local
264 EXPECT_NE(debug_string, other_debug_string);
267 EXPECT_EQ(debug_string, other_message.DebugString());
272 const string debug_string = empty_message_.DebugString(); local
277 EXPECT_EQ(debug_string, empty_message_.DebugString());
H A Dtext_format.cc56 string debug_string; local
58 TextFormat::PrintToString(*this, &debug_string);
60 return debug_string;
64 string debug_string; local
69 printer.PrintToString(*this, &debug_string);
71 if (debug_string.size() > 0 &&
72 debug_string[debug_string.size() - 1] == ' ') {
73 debug_string.resize(debug_string
80 string debug_string; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1214 string debug_string = original_file->DebugString(); local
1217 SetupParser(debug_string.c_str());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1294 string debug_string = original_file->DebugString(); local
1297 SetupParser(debug_string.c_str());
1341 string debug_string = original_file->DebugString(); local
1344 SetupParser(debug_string.c_str());
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1143 /*! @defined debug_string
1149 #undef debug_string macro
1151 #if( !defined( debug_string ) )
1153 #define debug_string( STR ) \ macro
1160 #define debug_string( STR ) macro
/external/chromium_org/v8/src/
H A Dbootstrapper.cc2253 Handle<String> debug_string = local
2256 if (debug_string->AsArrayIndex(&index)) return true;
2258 JSObject::AddProperty(global, debug_string, global_proxy, DONT_ENUM);
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc116 Handle<v8::internal::String> debug_string = local
118 v8::internal::Runtime::DefineObjectProperty(global, debug_string,

Completed in 578 milliseconds