Home
last modified time | relevance | path

Searched defs:SourceCodeInfo (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go409SourceCodeInfo *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 …]
Ddescriptor.proto730 message SourceCodeInfo { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto505 message SourceCodeInfo { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto505 message SourceCodeInfo { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto505 message SourceCodeInfo { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto599 message SourceCodeInfo { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto676 message SourceCodeInfo { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto717 message SourceCodeInfo { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto730 message SourceCodeInfo { message
Ddescriptor.h112 class SourceCodeInfo; variable
Ddescriptor.pb.cc14297 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
Ddescriptor.pb.h128 class SourceCodeInfo; variable
5984 SourceCodeInfo(SourceCodeInfo&& from) noexcept in SourceCodeInfo() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto750 message SourceCodeInfo { message
Ddescriptor_sv.proto735 message SourceCodeInfo { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs508 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/
DDescriptor.cs531 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