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

  /external/protobuf/src/google/protobuf/
message_lite.h 207 bool AppendToString(string* output) const;
208 // Like AppendToString(), but allows missing required fields.
message_lite.cc 272 bool MessageLite::AppendToString(string* output) const {
292 return AppendToString(output);
322 if (!AppendToString(&output))
message_unittest.cc 82 EXPECT_TRUE(message.AppendToString(&str2));
wire_format_unittest.cc     [all...]
test_util.cc     [all...]
descriptor.cc     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 163 msg->AppendToString(&mStringBuffer); // append message
  /external/regex-re2/re2/
stringpiece.h 101 void AppendToString(std::string* target) const;
  /art/runtime/base/
stringpiece.h 119 void AppendToString(std::string* target) const;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp     [all...]

Completed in 300 milliseconds