/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 296 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 …]
|
D | wrappers.proto | 99 message BoolValue { message
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BoolValue.php | 18 class BoolValue extends \Google\Protobuf\Internal\Message class
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | messages_pb.rb | 68 …BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
|
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/ |
D | messages_pb.rb | 68 …BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 26 public static readonly bool BoolValue = true; field in FlatBuffers.Test.FuzzTestData
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.proto | 100 message BoolValue { message
|
D | wrappers.pb.cc | 1873 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
|
D | wrappers.pb.h | 40 class BoolValue; variable
|
/external/grpc-grpc/test/http2_test/ |
D | messages_pb2.py | 576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 276 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value 317 BoolValue = 4, enumerator
|
D | Wrappers.cs | 726 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/ |
D | messages.proto | 26 message BoolValue { message
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | messages.proto | 25 message BoolValue { message
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 26 message BoolValue { message
|
/external/libtextclassifier/utils/ |
D | variant.h | 82 bool BoolValue() const { in BoolValue() function
|
/external/libchrome/mojo/public/cpp/base/ |
D | values_unittest.cc | 24 TEST(ValuesStructTraitsTest, BoolValue) { in TEST() argument
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Messages.cs | 97 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/ |
D | RegistryTest.cpp | 131 Matcher<Stmt> BoolValue = in TEST_F() local
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 168 BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,proto3,oneof"` member
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
|
/external/skqp/src/utils/ |
D | SkJSON.cpp | 59 BoolValue::BoolValue(bool b) { in BoolValue() function in skjson::BoolValue
|
/external/tinyxml2/ |
D | tinyxml2.h | 1174 bool BoolValue() const { in BoolValue() function
|
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ |
D | Messages.java | 141 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
|