Home
last modified time | relevance | path

Searched refs:bar_ (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc749 bar_ = message_->field(1); in SetUp()
791 const FieldDescriptor* bar_; member in google::protobuf::descriptor_unittest::DescriptorTest
820 EXPECT_EQ(bar_, message_->field(1)); in TEST_F()
832 EXPECT_EQ(bar_, message_->FindFieldByName("bar")); in TEST_F()
847 EXPECT_EQ(bar_, message_->FindFieldByNumber(6)); in TEST_F()
862 EXPECT_EQ("bar", bar_->name()); in TEST_F()
869 EXPECT_EQ("TestMessage.bar", bar_->full_name()); in TEST_F()
880 EXPECT_EQ("TestMessage.bar", bar_->PrintableNameForExtension()); in TEST_F()
947 EXPECT_EQ(foo_file_, bar_->file()); in TEST_F()
958 EXPECT_EQ(1, bar_ in TEST_F()
1386 const EnumValueDescriptor* bar_; global() member in google::protobuf::descriptor_unittest::EnumDescriptorTest
1560 const MethodDescriptor* bar_; global() member in google::protobuf::descriptor_unittest::ServiceDescriptorTest
1729 const Descriptor* bar_; global() member in google::protobuf::descriptor_unittest::NestedDescriptorTest
1908 const Descriptor* bar_; global() member in google::protobuf::descriptor_unittest::ExtensionDescriptorTest
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs2322 bar_ = other.bar_ != null ? other.bar_.Clone() : null; in ComplexOptionType2()
2336 private global::UnitTest.Issues.TestProtos.ComplexOptionType1 bar_; field in UnitTest.Issues.TestProtos.ComplexOptionType2
2339 get { return bar_; }
2341 bar_ = value;
2400 if (bar_ != null) hash ^= Bar.GetHashCode(); in GetHashCode()
2420 if (bar_ != null) { in WriteTo()
2442 if (bar_ != null) { in IBufferMessage.InternalWriteTo()
2464 if (bar_ ! in CalculateSize()
[all...]
H A DUnittest.cs12529 bar_ = other.HasBar ? other.bar_.Clone() : null; in TestDupFieldNumber()
12588 private global::Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber.Types.Bar bar_; field in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber
12591 get { return bar_; }
12593 bar_ = value;
12599 get { return bar_ != null; }
12604 bar_ = null; in ClearBar()
20515 get { return HasBarInt ? (int) bar_ : 5; }
20517 bar_ = value;
20538 get { return HasBarString ? (string) bar_
20722 private object bar_; global() field in Google.Protobuf.TestProtos.Proto2.TestOneof2
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4189 % we're called from @code, as @code{@value{foo-bar_}}, though.

Completed in 52 milliseconds