Home
last modified time | relevance | path

Searched refs:proto_ (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc98 unittest::TestAllTypes proto_; member in google::protobuf::text_format_unittest::TextFormatTest
121 unittest::TestAllExtensions proto_; member in google::protobuf::text_format_unittest::TextFormatExtensionsTest
129 TestUtil::SetAllFields(&proto_); in TEST_F()
130 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
134 TestUtil::SetAllExtensions(&proto_); in TEST_F()
135 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
139 proto_.set_optional_int32(1); in TEST_F()
140 proto_.set_optional_string("hello"); in TEST_F()
141 proto_.mutable_optional_nested_message()->set_bb(2); in TEST_F()
142 proto_.mutable_optional_foreign_message(); in TEST_F()
[all …]
/third_party/mindspore/patches/
D0006-remove-lite-expression-fix-double-loadso.patch6894 return proto_;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp123763 proto_() in WrapperOptions()
123767 proto_() in WrapperOptions()
123769 proto_.emplace(cx); in WrapperOptions()
123775 *proto_ = protoArg; in setProto()
123780 mozilla::Maybe<JS::RootedObject> proto_; member in js::WrapperOptions
123884 return proto_ ? *proto_ : Wrapper::defaultProto; in proto()