Searched refs:proto_ (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc89 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_
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dturnserver.h43 TurnServerConnection() : proto_(PROTO_UDP), socket_(NULL) {}
56 cricket::ProtocolType proto_; member in class:cricket::TurnServerConnection
H A Dturnserver.cc534 proto_(proto),
539 return src_ == c.src_ && dst_ == c.dst_ && proto_ == c.proto_;
543 return src_ < c.src_ || dst_ < c.dst_ || proto_ < c.proto_;
551 ost << src_.ToString() << "-" << dst_.ToString() << ":"<< kProtos[proto_];
/external/gmock/include/gmock/
H A Dgmock-actions.h711 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) {
712 proto_->CopyFrom(proto);
718 ::std::tr1::get<N>(args)->CopyFrom(*proto_);
722 const internal::linked_ptr<Proto> proto_; member in class:testing::internal::SetArgumentPointeeAction
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h711 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) {
712 proto_->CopyFrom(proto);
718 ::std::tr1::get<N>(args)->CopyFrom(*proto_);
722 const internal::linked_ptr<Proto> proto_; member in class:testing::internal::SetArgumentPointeeAction

Completed in 121 milliseconds