/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | SourceCodeInfo.php | 19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 409 …SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" j… member 2342 type SourceCodeInfo struct { struct 2386 … []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"` 2387 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2388 XXX_unrecognized []byte `json:"-"` 2389 XXX_sizecache int32 `json:"-"` 2392 func (m *SourceCodeInfo) Reset() { *m = SourceCodeInfo{} } 2393 func (m *SourceCodeInfo) String() string { return proto.CompactTextString(m) } 2394 func (*SourceCodeInfo) ProtoMessage() {} 2395 func (*SourceCodeInfo) Descriptor() ([]byte, []int) { [all …]
|
D | descriptor.proto | 730 message SourceCodeInfo { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 505 message SourceCodeInfo { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 505 message SourceCodeInfo { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 505 message SourceCodeInfo { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 599 message SourceCodeInfo { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 676 message SourceCodeInfo { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 717 message SourceCodeInfo { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 730 message SourceCodeInfo { message
|
D | descriptor.h | 112 class SourceCodeInfo; variable
|
D | descriptor.pb.cc | 14297 SourceCodeInfo::SourceCodeInfo() in SourceCodeInfo() function in SourceCodeInfo 14302 SourceCodeInfo::SourceCodeInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena) in SourceCodeInfo() function in SourceCodeInfo 14310 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in SourceCodeInfo
|
D | descriptor.pb.h | 128 class SourceCodeInfo; variable 5984 SourceCodeInfo(SourceCodeInfo&& from) noexcept in SourceCodeInfo() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 750 message SourceCodeInfo { message
|
D | descriptor_sv.proto | 735 message SourceCodeInfo { message
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 508 pub fn get_source_code_info(&self) -> &SourceCodeInfo { in get_source_code_info() 520 pub fn set_source_code_info(&mut self, v: SourceCodeInfo) { in set_source_code_info() 526 pub fn mut_source_code_info(&mut self) -> &mut SourceCodeInfo { in mut_source_code_info() 534 pub fn take_source_code_info(&mut self) -> SourceCodeInfo { in take_source_code_info() 8414 pub struct SourceCodeInfo { struct 8416 pub location: crate::RepeatedField<SourceCodeInfo_Location>, argument 8424 impl<'a> ::std::default::Default for &'a SourceCodeInfo { implementation 8430 impl SourceCodeInfo { implementation 8461 impl crate::Message for SourceCodeInfo { implementation 8562 impl crate::Clear for SourceCodeInfo { implementation [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 531 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto 7505 internal sealed partial class SourceCodeInfo : pb::IMessage<SourceCodeInfo> { class 7522 public SourceCodeInfo() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo 7529 public SourceCodeInfo(SourceCodeInfo other) : this() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
|