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

  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 88 unittest::TestAllTypes proto_; member in class:google::protobuf::text_format_unittest::TextFormatTest
111 unittest::TestAllExtensions proto_; member in class:google::protobuf::text_format_unittest::TextFormatExtensionsTest
120 TestUtil::SetAllFields(&proto_);
121 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
125 TestUtil::SetAllExtensions(&proto_);
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString());
130 proto_.set_optional_int32(1);
131 proto_.set_optional_string("hello");
132 proto_.mutable_optional_nested_message()->set_bb(2);
133 proto_.mutable_optional_foreign_message()
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 709 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) {
710 proto_->CopyFrom(proto);
716 ::std::tr1::get<N>(args)->CopyFrom(*proto_);
720 const internal::linked_ptr<Proto> proto_; member in class:testing::internal::SetArgumentPointeeAction
    [all...]

Completed in 282 milliseconds