Home
last modified time | relevance | path

Searched refs:BoolValue (Results 1 – 25 of 70) sorted by relevance

123

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs215 case KindOneofCase.BoolValue: in Value()
216 BoolValue = other.BoolValue; in Value()
276 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
277 get { return kindCase_ == KindOneofCase.BoolValue ? (bool) kind_ : false; }
280 kindCase_ = KindOneofCase.BoolValue;
317 BoolValue = 4, enumerator
345 if (BoolValue != other.BoolValue) return false; in Equals()
357 if (kindCase_ == KindOneofCase.BoolValue) hash ^= BoolValue.GetHashCode(); in GetHashCode()
381 if (kindCase_ == KindOneofCase.BoolValue) { in WriteTo()
383 output.WriteBool(BoolValue); in WriteTo()
[all …]
DWrappers.cs45 …typeof(global::Google.Protobuf.WellKnownTypes.BoolValue), global::Google.Protobuf.WellKnownTypes.B… in WrappersReflection()
726 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
727 …ivate static readonly pb::MessageParser<BoolValue> _parser = new pb::MessageParser<BoolValue>(() =…
728 public static pb::MessageParser<BoolValue> Parser { get { return _parser; } }
738 public BoolValue() { in BoolValue() method in Google.Protobuf.WellKnownTypes.BoolValue
744 public BoolValue(BoolValue other) : this() { in BoolValue() method in Google.Protobuf.WellKnownTypes.BoolValue
748 public BoolValue Clone() { in Clone()
749 return new BoolValue(this); in Clone()
766 return Equals(other as BoolValue); in Equals()
769 public bool Equals(BoolValue other) { in Equals()
[all …]
DValuePartial.cs65 return new Value { BoolValue = value }; in ForBool()
/external/skia/tests/
DJSONTest.cpp207 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
219 check_primitive<bool, BoolValue>(reporter, v, false, true); in DEF_TEST()
231 check_primitive<bool, BoolValue>(reporter, v, true, true); in DEF_TEST()
243 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
255 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
267 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
279 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
287 check_primitive<bool, BoolValue>(reporter, v.as<ArrayValue>()[1], true, true); in DEF_TEST()
295 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
309 check_primitive<bool, BoolValue>(reporter, m1.fValue, false, true); in DEF_TEST()
[all …]
/external/skqp/tests/
DJSONTest.cpp207 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
219 check_primitive<bool, BoolValue>(reporter, v, false, true); in DEF_TEST()
231 check_primitive<bool, BoolValue>(reporter, v, true, true); in DEF_TEST()
243 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
255 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
267 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
279 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
287 check_primitive<bool, BoolValue>(reporter, v.as<ArrayValue>()[1], true, true); in DEF_TEST()
295 check_primitive<bool, BoolValue>(reporter, v, false, false); in DEF_TEST()
309 check_primitive<bool, BoolValue>(reporter, m1.fValue, false, true); in DEF_TEST()
[all …]
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go296 type BoolValue struct { struct
304 func (m *BoolValue) Reset() { *m = BoolValue{} } argument
305 func (m *BoolValue) String() string { return proto.CompactTextString(m) } argument
306 func (*BoolValue) ProtoMessage() {} argument
307 func (*BoolValue) Descriptor() ([]byte, []int) { argument
311 func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" } argument
313 func (m *BoolValue) XXX_Unmarshal(b []byte) error { argument
316 func (m *BoolValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
319 func (m *BoolValue) XXX_Merge(src proto.Message) { argument
322 func (m *BoolValue) XXX_Size() int { argument
[all …]
/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc154 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BoolValue, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
159 BoolValue::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
164 sizeof(BoolValue), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
165 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BoolValue, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
166 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(BoolValue, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
222 BoolValue_descriptor_, &BoolValue::default_instance()); in protobuf_RegisterTypes()
244 delete BoolValue::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
279 BoolValue::default_instance_ = new BoolValue(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
288 BoolValue::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
1870 const int BoolValue::kValueFieldNumber;
[all …]
Dwrappers.pb.h40 class BoolValue; variable
598 class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message {
600 BoolValue();
601 virtual ~BoolValue();
603 BoolValue(const BoolValue& from);
605 inline BoolValue& operator=(const BoolValue& from) {
615 static const BoolValue& default_instance();
617 void UnsafeArenaSwap(BoolValue* other);
618 void Swap(BoolValue* other);
622 inline BoolValue* New() const { return New(NULL); } in New()
[all …]
Dunittest_well_known_types.proto39 google.protobuf.BoolValue bool_field = 16;
64 repeated google.protobuf.BoolValue bool_field = 16;
86 google.protobuf.BoolValue bool_field = 16;
111 map<int32,google.protobuf.BoolValue> bool_field = 16;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs61 … pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.BoolValue), global::Grpc.Testing.BoolValue.… in MessagesReflection()
97 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
98 …ivate static readonly pb::MessageParser<BoolValue> _parser = new pb::MessageParser<BoolValue>(() =…
101 public static pb::MessageParser<BoolValue> Parser { get { return _parser; } }
114 public BoolValue() { in BoolValue() method in Grpc.Testing.BoolValue
121 public BoolValue(BoolValue other) : this() { in BoolValue() method in Grpc.Testing.BoolValue
127 public BoolValue Clone() { in Clone()
128 return new BoolValue(this); in Clone()
147 return Equals(other as BoolValue); in Equals()
151 public bool Equals(BoolValue other) { in Equals()
[all …]
DInteropClient.cs593 ExpectCompressed = new BoolValue in RunClientCompressedUnary()
605 ExpectCompressed = new BoolValue in RunClientCompressedUnary()
617 ExpectCompressed = new BoolValue in RunClientCompressedUnary()
638 ExpectCompressed = new BoolValue in RunClientCompressedStreamingAsync()
657 ExpectCompressed = new BoolValue in RunClientCompressedStreamingAsync()
667 ExpectCompressed = new BoolValue in RunClientCompressedStreamingAsync()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java141 public static final class BoolValue extends class in Messages
147 private BoolValue(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in BoolValue() method in Messages.BoolValue
150 private BoolValue() { in BoolValue() method in Messages.BoolValue
159 private BoolValue( in BoolValue() method in Messages.BoolValue
211 …io.grpc.benchmarks.proto.Messages.BoolValue.class, io.grpc.benchmarks.proto.Messages.BoolValue.Bui… in internalGetFieldAccessorTable()
264 if (!(obj instanceof io.grpc.benchmarks.proto.Messages.BoolValue)) { in equals()
267 …io.grpc.benchmarks.proto.Messages.BoolValue other = (io.grpc.benchmarks.proto.Messages.BoolValue) … in equals()
291 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom( in parseFrom()
296 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom( in parseFrom()
302 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom( in parseFrom()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto25 message BoolValue { message
73 BoolValue response_compressed = 6;
79 BoolValue expect_compressed = 8;
102 BoolValue expect_compressed = 2;
126 BoolValue compressed = 3;
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto26 message BoolValue { message
77 BoolValue response_compressed = 6;
83 BoolValue expect_compressed = 8;
106 BoolValue expect_compressed = 2;
130 BoolValue compressed = 3;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto26 message BoolValue { message
77 BoolValue response_compressed = 6;
83 BoolValue expect_compressed = 8;
106 BoolValue expect_compressed = 2;
130 BoolValue compressed = 3;
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleRequest.php237 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
289 GPBUtil::checkMessage($var, \Grpc\Testing\BoolValue::class);
DBoolValue.php18 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java1468 com.google.protobuf.BoolValue getResponseCompressed(); in getResponseCompressed()
1521 com.google.protobuf.BoolValue getExpectCompressed(); in getExpectCompressed()
1620 com.google.protobuf.BoolValue.Builder subBuilder = null; in SimpleRequest()
1624 …responseCompressed_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); in SimpleRequest()
1646 com.google.protobuf.BoolValue.Builder subBuilder = null; in SimpleRequest()
1650 … expectCompressed_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); in SimpleRequest()
1783 private com.google.protobuf.BoolValue responseCompressed_;
1807 public com.google.protobuf.BoolValue getResponseCompressed() { in getResponseCompressed()
1808 …return responseCompressed_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : response… in getResponseCompressed()
1858 private com.google.protobuf.BoolValue expectCompressed_;
[all …]
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto76 google.protobuf.BoolValue response_compressed = 6;
82 google.protobuf.BoolValue expect_compressed = 8;
109 google.protobuf.BoolValue expect_compressed = 2;
133 google.protobuf.BoolValue compressed = 3;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcodegen-prepare.ll18 define linkonce_odr void @foo(%class.A* nocapture %this, i32 %BoolValue) nounwind uwtable {
20 %cmp = icmp eq i32 %BoolValue, 0
/external/llvm/test/CodeGen/X86/
Dcodegen-prepare.ll19 define linkonce_odr void @foo(%class.A* nocapture %this, i32 %BoolValue) nounwind uwtable {
21 %cmp = icmp eq i32 %BoolValue, 0
/external/skqp/src/utils/
DSkJSON.cpp59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
571 fValueStack.push_back(BoolValue(true)); in pushTrue()
575 fValueStack.push_back(BoolValue(false)); in pushFalse()
855 stream->writeText(*v.as<BoolValue>() ? "true" : "false"); in Write()
/external/skia/src/utils/
DSkJSON.cpp59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
571 fValueStack.push_back(BoolValue(true)); in pushTrue()
575 fValueStack.push_back(BoolValue(false)); in pushFalse()
855 stream->writeText(*v.as<BoolValue>() ? "true" : "false"); in Write()
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs26 public static readonly bool BoolValue = true; field in FlatBuffers.Test.FuzzTestData
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go168 BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,proto3,oneof"` member
221 return x.BoolValue

123