Home
last modified time | relevance | path

Searched defs:BaseMessage (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/extensions/base/
H A Dbase.pb.go17 type BaseMessage struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
21 extensionFields protoimpl.ExtensionFields
23 Field *string `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
26 func (x *BaseMessage) Reset() {
35 func (x *BaseMessage) String() string {
39 func (*BaseMessage) ProtoMessage() {}
41 func (x *BaseMessage) ProtoReflect() protoreflect.Message {
[all …]
H A Dbase.proto11 message BaseMessage { message
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-json-11.kt19 data class BaseMessage(val message: String) : Base() class
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DJsonClassDiscriminatorTest.kt88 data class BaseMessage(val message: String) : Base() class in kotlinx.serialization.features.JsonClassDiscriminatorTest
/aosp_15_r20/external/nanopb-c/tests/regression/issue_342/
H A Dextensions.proto3 message BaseMessage { message
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
H A Dfull_test.proto143 message BaseMessage { message