Home
last modified time | relevance | path

Searched defs:BoolValue (Results 1 – 24 of 24) sorted by relevance

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go296 type BoolValue struct { struct
298 Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
299 XXX_NoUnkeyedLiteral struct{} `json:"-"`
300 XXX_unrecognized []byte `json:"-"`
301 XXX_sizecache int32 `json:"-"`
304 func (m *BoolValue) Reset() { *m = BoolValue{} }
305 func (m *BoolValue) String() string { return proto.CompactTextString(m) }
306 func (*BoolValue) ProtoMessage() {}
307 func (*BoolValue) Descriptor() ([]byte, []int) {
311 func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" }
[all …]
Dwrappers.proto99 message BoolValue { message
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBoolValue.php18 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb68BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb68BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs26 public static readonly bool BoolValue = true; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto100 message BoolValue { message
Dwrappers.pb.cc1873 BoolValue::BoolValue() in BoolValue() function in google::protobuf::BoolValue
1879 BoolValue::BoolValue(::google::protobuf::Arena* arena) in BoolValue() function in google::protobuf::BoolValue
1891 BoolValue::BoolValue(const BoolValue& from) in BoolValue() function in google::protobuf::BoolValue
Dwrappers.pb.h40 class BoolValue; variable
/external/grpc-grpc/test/http2_test/
Dmessages_pb2.py576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs276 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
317 BoolValue = 4, enumerator
DWrappers.cs726 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
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
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto26 message BoolValue { message
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto25 message BoolValue { message
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto26 message BoolValue { message
/external/libtextclassifier/utils/
Dvariant.h82 bool BoolValue() const { in BoolValue() function
/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc24 TEST(ValuesStructTraitsTest, BoolValue) { in TEST() argument
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs97 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
114 public BoolValue() { in BoolValue() method in Grpc.Testing.BoolValue
121 public BoolValue(BoolValue other) : this() { in BoolValue() method in Grpc.Testing.BoolValue
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp131 Matcher<Stmt> BoolValue = in TEST_F() local
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go168 BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,proto3,oneof"` member
/external/skia/src/utils/
DSkJSON.cpp59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
/external/skqp/src/utils/
DSkJSON.cpp59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
/external/tinyxml2/
Dtinyxml2.h1174 bool BoolValue() const { in BoolValue() function
/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