Home
last modified time | relevance | path

Searched refs:Bb (Results 1 - 19 of 19) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DLegacyGeneratedCodeTest.cs53 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
67 Assert.AreEqual(12345, parsed.A.Bb.OptionalInt32); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
78 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in LegacyGeneratedCodeThrowsWithReadOnlySequence()
110 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
122 Assert.AreEqual(12345, parsed.A.Bb.OptionalInt32); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
138 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in LegacyGeneratedCodeThrowsWithIBufferWriter()
160 public ParseContextEnabledMessageB Bb { property in Google.Protobuf.LegacyGeneratedCodeTest.LegacyGeneratedCodeMessageA
170 output.WriteMessage(Bb); in WriteTo()
180 size += 1 + pb::CodedOutputStream.ComputeMessageSize(Bb); in CalculateSize()
197 Bb in MergeFrom()
[all...]
H A DSampleMessages.cs67 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 35 }, in CreateFullTestAllTypes()
89 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 35 }, new TestAllTypes.Types.NestedMessage { Bb = 10 } }, in CreateFullTestAllTypes()
119 OptionalNestedMessage = new Proto2.TestAllTypes.Types.NestedMessage { Bb = 35 }, in CreateFullTestAllTypesProto2()
142 RepeatedNestedMessage = { new Proto2.TestAllTypes.Types.NestedMessage { Bb = 35 }, new Proto2.TestAllTypes.Types.NestedMessage { Bb = 10 } }, in CreateFullTestAllTypesProto2()
171 message.SetExtension(OptionalNestedMessageExtension, new Proto2.TestAllTypes.Types.NestedMessage { Bb = 35 }); in CreateFullTestAllExtensions()
194 message.GetOrInitializeExtension(RepeatedNestedMessageExtension).AddRange(new[] { new Proto2.TestAllTypes.Types.NestedMessage { Bb = 35 }, new Proto2.TestAllTypes.Types.NestedMessage { Bb = 10 } }); in CreateFullTestAllExtensions()
H A DGeneratedMessageTest.cs158 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 35 }, in RoundTrip_SingleValues()
192 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 35 }, new TestAllTypes.Types.NestedMessage { Bb = 10 } }, in RoundTrip_RepeatedValues()
551 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } in CloneSingleMessageField()
559 clone.SingleNestedMessage.Bb = 30; in CloneSingleMessageField()
568 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 20 } } in CloneRepeatedMessageField()
577 clone.RepeatedNestedMessage[0].Bb = 30; in CloneRepeatedMessageField()
586 OneofNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } in CloneOneofField()
594 original.OneofNestedMessage.Bb = 30; in CloneOneofField()
632 var nestedMessage = new TestAllTypes.Types.NestedMessage { Bb in OneofProperties()
[all...]
H A DFieldMaskTreeTest.cs195 SingleNestedMessage = new TestAllTypes.Types.NestedMessage {Bb = 5678}, in Merge()
197 RepeatedNestedMessage = {new TestAllTypes.Types.NestedMessage {Bb = 8765}} in Merge()
238 SingleNestedMessage = new TestAllTypes.Types.NestedMessage {Bb = 5678} in Merge()
262 RepeatedNestedMessage = {new TestAllTypes.Types.NestedMessage {Bb = 8765}} in Merge()
299 SingleNestedMessage = new TestAllTypes.Types.NestedMessage {Bb = 5678} in Merge()
329 RepeatedNestedMessage = {new TestAllTypes.Types.NestedMessage {Bb = 8765}} in Merge()
H A DJsonFormatterTest.cs117 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 35 }, in AllSingleFields()
582 var message = new TestAllTypes { SingleInt32 = 10, SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } }; in AnyMessageType()
H A DJsonParserTest.cs825 var message = new TestAllTypes { SingleInt32 = 10, SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } }; in Any_RegularMessage()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs64 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 35 }, in CreateFullTestAllTypes()
86 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 35 }, new TestAllTypes.Types.NestedMessage { Bb = 10 } }, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs155 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 35 }, in RoundTrip_SingleValues()
189 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 35 }, new TestAllTypes.Types.NestedMessage { Bb = 10 } }, in RoundTrip_RepeatedValues()
505 SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } in CloneSingleMessageField()
513 clone.SingleNestedMessage.Bb = 30; in CloneSingleMessageField()
522 RepeatedNestedMessage = { new TestAllTypes.Types.NestedMessage { Bb = 20 } } in CloneRepeatedMessageField()
531 clone.RepeatedNestedMessage[0].Bb = 30; in CloneRepeatedMessageField()
540 OneofNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } in CloneOneofField()
548 original.OneofNestedMessage.Bb = 30; in CloneOneofField()
586 var nestedMessage = new TestAllTypes.Types.NestedMessage { Bb in OneofProperties()
[all...]
H A DJsonParserTest.cs807 var message = new TestAllTypes { SingleInt32 = 10, SingleNestedMessage = new TestAllTypes.Types.NestedMessage { Bb = 20 } }; in Any_RegularMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h46 auto *Bb = Inst->getParent(); in parentFunctionOfValue() local
47 return Bb->getParent(); in parentFunctionOfValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs63 new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufUnittest.TestProto3Optional), global::ProtobufUnittest.TestProto3Optional.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalCord", "OptionalNestedMessage", "LazyNestedMessage", "OptionalNestedEnum", "SingularInt32", "SingularInt64" }, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalCord", "OptionalNestedMessage", "LazyNestedMessage", "OptionalNestedEnum" }, new[]{ typeof(global::ProtobufUnittest.TestProto3Optional.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::ProtobufUnittest.TestProto3Optional.Types.NestedMessage), global::ProtobufUnittest.TestProto3Optional.Types.NestedMessage.Parser, new[]{ "Bb" }, new[]{ "Bb" }, null, null, null)}) in UnittestProto3OptionalReflection()
1234 public int Bb { property in ProtobufUnittest.TestProto3Optional.Types.NestedMessage
1265 if (Bb != other.Bb) return false; in Equals()
1272 if (HasBb) hash ^= Bb.GetHashCode(); in GetHashCode()
1291 output.WriteInt32(Bb); in WriteTo()
1304 output.WriteInt32(Bb); in IBufferMessage.InternalWriteTo()
1316 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Bb); in CalculateSize()
1330 Bb in MergeFrom()
[all...]
H A DUnittestProto3.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null)}), in UnittestProto3Reflection()
168 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestReallyLargeTagNumber), global::Google.Protobuf.TestProtos.TestReallyLargeTagNumber.Parser, new[]{ "A", "Bb" }, null, null, null, null), in UnittestProto3Reflection()
170 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMutualRecursionA), global::Google.Protobuf.TestProtos.TestMutualRecursionA.Parser, new[]{ "Bb" }, null, null, null, null), in UnittestProto3Reflection()
174 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings), global::Google.Protobuf.TestProtos.TestFieldOrderings.Parser, new[]{ "MyString", "MyInt", "MyFloat", "SingleNestedMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage.Parser, new[]{ "Oo", "Bb" }, null, null, null, null)}), in UnittestProto3Reflection()
2069 public int Bb { property in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2089 if (Bb != other.Bb) return false; in Equals()
2096 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
2113 if (Bb ! in WriteTo()
3188 public int Bb { global() property in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
3604 public global::Google.Protobuf.TestProtos.TestMutualRecursionB Bb { global() property in Google.Protobuf.TestProtos.TestMutualRecursionA
4883 public int Bb { global() property in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
[all...]
H A DUnittest.cs672 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestAllTypes), global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalGroup", "OptionalNestedMessage", "OptionalForeignMessage", "OptionalImportMessage", "OptionalNestedEnum", "OptionalForeignEnum", "OptionalImportEnum", "OptionalStringPiece", "OptionalCord", "OptionalPublicImportMessage", "OptionalLazyMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedGroup", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedStringPiece", "RepeatedCord", "RepeatedLazyMessage", "DefaultInt32", "DefaultInt64", "DefaultUint32", "DefaultUint64", "DefaultSint32", "DefaultSint64", "DefaultFixed32", "DefaultFixed64", "DefaultSfixed32", "DefaultSfixed64", "DefaultFloat", "DefaultDouble", "DefaultBool", "DefaultString", "DefaultBytes", "DefaultNestedEnum", "DefaultForeignEnum", "DefaultImportEnum", "DefaultStringPiece", "DefaultCord", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null), in UnittestReflection()
693 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber), global::Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber.Parser, new[]{ "A", "Bb" }, null, null, null, null), in UnittestReflection()
695 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA), global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Parser, new[]{ "Bb", "SubGroup" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubMessage), global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubMessage.Parser, new[]{ "B" }, null, null, null, null), in UnittestReflection()
705 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestFieldOrderings), global::Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Parser, new[]{ "MyString", "MyInt", "MyFloat", "OptionalNestedMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Types.NestedMessage), global::Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Types.NestedMessage.Parser, new[]{ "Oo", "Bb" }, null, null, null, null)}), in UnittestReflection()
4459 public int Bb { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage
4490 if (Bb != other.Bb) return false; in Equals()
4497 if (HasBb) hash ^= Bb.GetHashCode(); in GetHashCode()
4516 output.WriteInt32(Bb); in WriteTo()
4529 output.WriteInt32(Bb); in IBufferMessage.InternalWriteTo()
10620 public int Bb { global() property in Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber
11063 public global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB Bb { global() property in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA
14972 public int Bb { global() property in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Types.NestedMessage
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp435 auto *Bb = I->getParent(); in getLutUsedFunction() local
436 if (!Bb) in getLutUsedFunction()
438 auto *UserFn = Bb->getParent(); in getLutUsedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h637 for (auto &Bb : Fn.getBasicBlockList())
638 for (auto &Inst : Bb.getInstList())
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp577 skvm::F32 Bb = gatherF(fbs, ix + 6); in onProgram() local
584 t * Fb + Bb, in onProgram()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js495 zb=/\$NP/,Ab=/\$FG/,Bb=/\$CC/,Cb=/^\(?\$1\)?$/;function Db(a){return 2>a.length?!1:K(xb,a)}function Eb(a){return K(sb,a)?L(a,kb):L(a,ib)}function Fb(a){var b=Eb(a.toString());A(a);a.g(b)}function Gb(a){return null!=a&&(1!=w(a,9)||-1!=u(a,9)[0])}function L(a,b){for(var c=new z,d,f=a.length,e=0;e<f;++e)d=a.charAt(e),d=b[d.toUpperCase()],null!=d&&c.g(d);return c.toString()}function Hb(a){return 0==a.length||Cb.test(a)}function Ib(a){return null!=a&&isNaN(a)&&a.toUpperCase()in gb}
499 function Rb(a,b,c,d){var f=v(b,2),e=new RegExp(q(b,1)),g=v(b,5);2==c&&null!=d&&0<d.length&&0<g.length?(b=g.replace(Bb,d),f=f.replace(yb,b),a=a.replace(e,f)):(b=v(b,4),a=2==c&&null!=b&&0<b.length?a.replace(e,f.replace(yb,b)):a.replace(e,f));3==c&&(a=a.replace(/^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]+/,""),a=a.replace(/[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]+/g,
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1854 const float Bb = 2 * (1 - Kb); in sampleTexel() local
1858 Float4 b = y + Float4(Bb) * u; in sampleTexel()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp2050 const float Bb = 2 * (1 - Kb); in sampleTexel() local
2060 const float Bu = Uu * Bb; in sampleTexel()

Completed in 65 milliseconds