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

  /external/chromium_org/ash/system/chromeos/power/
power_status.h 135 // Updates |proto_|. Does not notify observers.
150 power_manager::PowerSupplyProperties proto_; member in class:ash::internal::PowerStatus
  /external/chromium_org/components/dom_distiller/core/
distiller.h 94 scoped_ptr<DistilledPageProto> proto_; member in class:dom_distiller::DistillerImpl
distiller_unittest.cc 107 proto_ = proto.Pass();
112 scoped_ptr<DistilledPageProto> proto_; member in class:dom_distiller::DistillerTest
157 EXPECT_EQ(kTitle, proto_->title());
158 EXPECT_EQ(kContent, proto_->html());
159 EXPECT_EQ(kURL, proto_->url());
160 EXPECT_EQ(2, proto_->image_size());
161 EXPECT_EQ(kImageData0, proto_->image(0).data());
162 EXPECT_EQ(kId0, proto_->image(0).name());
163 EXPECT_EQ(kImageData1, proto_->image(1).data());
164 EXPECT_EQ(kId1, proto_->image(1).name())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 104 Connection() : proto_(PROTO_UDP), socket_(NULL) {}
117 cricket::ProtocolType proto_; member in class:cricket::TurnServer::Connection
  /external/chromium_org/third_party/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/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 311 milliseconds