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

  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 157 const DebugString* getDebugString() const { return m_Data.debug_string; }
158 DebugString* getDebugString() { return m_Data.debug_string; }
161 { m_Data.debug_string = pDebugString; }
178 DebugString* debug_string; member in union:mcld::LDSection::Data
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 104 return (NULL != m_Data.debug_string);
  /external/protobuf/src/google/protobuf/
text_format.cc 75 string debug_string; local
77 TextFormat::PrintToString(*this, &debug_string);
79 return debug_string;
83 string debug_string; local
88 printer.PrintToString(*this, &debug_string);
90 if (debug_string.size() > 0 &&
91 debug_string[debug_string.size() - 1] == ' ') {
92 debug_string.resize(debug_string.size() - 1)
99 string debug_string; local
    [all...]
unknown_field_set_unittest.cc 267 const string debug_string = empty_message_.DebugString(); local
269 EXPECT_NE(debug_string, other_debug_string);
272 EXPECT_EQ(debug_string, other_message.DebugString());
277 const string debug_string = empty_message_.DebugString(); local
282 EXPECT_EQ(debug_string, empty_message_.DebugString());
text_format_unittest.cc 186 string debug_string = proto_.DebugString(); local
195 EXPECT_EQ(correct_string, debug_string);
211 string debug_string = proto_.DebugString(); local
232 EXPECT_EQ(correct_string, debug_string);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 1149 #undef debug_string macro
1153 #define debug_string macro
1160 #define debug_string macro
    [all...]
DebugServices.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 1458 string debug_string = original_file->DebugString(); local
1508 string debug_string = original_file->DebugString(); local
    [all...]
  /external/v8/src/
bootstrapper.cc 2253 Handle<String> debug_string = local
    [all...]
  /external/v8/test/cctest/
test-debug.cc 116 Handle<v8::internal::String> debug_string = local
118 v8::internal::Runtime::DefineObjectProperty(global, debug_string,
    [all...]

Completed in 292 milliseconds