Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go755SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" j… member
2695 type SourceCodeInfo struct { struct
2696 state protoimpl.MessageState
2697 sizeCache protoimpl.SizeCache
2698 unknownFields protoimpl.UnknownFields
2748 …ocation []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"`
2751 func (x *SourceCodeInfo) Reset() {
2760 func (x *SourceCodeInfo) String() string {
2764 func (*SourceCodeInfo) ProtoMessage() {}
2766 func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message {
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DSourceCodeInfo.php19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DSourceCodeInfo.php19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Denums.rs71 info: Option<&'a SourceCodeInfo>, in new()
Dmessage.rs80 info: Option<&'a SourceCodeInfo>, in new()
Dcode_writer.rs327 info: Option<&protobuf::descriptor::SourceCodeInfo>, in all_documentation()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs7335 pub struct SourceCodeInfo { struct
7340 // @@protoc_insertion_point(special_field:google.protobuf.SourceCodeInfo.special_fields) argument
7344 impl<'a> ::std::default::Default for &'a SourceCodeInfo { argument
7350 impl SourceCodeInfo { implementation
7371 impl crate::Message for SourceCodeInfo { implementation
7439 impl crate::MessageFull for SourceCodeInfo { implementation
7446 impl ::std::fmt::Display for SourceCodeInfo { implementation
7452 impl crate::reflect::ProtobufValue for SourceCodeInfo { implementation
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto599 message SourceCodeInfo { message
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto676 message SourceCodeInfo { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto766 message SourceCodeInfo { message
H A Ddescriptor.h119 class SourceCodeInfo; variable
H A Ddescriptor.pb.cc464 PROTOBUF_CONSTEXPR SourceCodeInfo::SourceCodeInfo( in SourceCodeInfo() function in SourceCodeInfo
10535 SourceCodeInfo::SourceCodeInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SourceCodeInfo() function in SourceCodeInfo
10541 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in SourceCodeInfo
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto756 message SourceCodeInfo { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto733 message SourceCodeInfo { message
Ddescriptor_sv.proto735 message SourceCodeInfo { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto717 message SourceCodeInfo { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto766 message SourceCodeInfo { message
H A Ddescriptor.h119 class SourceCodeInfo; variable
H A Ddescriptor.pb.cc464 PROTOBUF_CONSTEXPR SourceCodeInfo::SourceCodeInfo( in SourceCodeInfo() function in SourceCodeInfo
10535 SourceCodeInfo::SourceCodeInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SourceCodeInfo() function in SourceCodeInfo
10541 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in SourceCodeInfo
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs605 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
9883 public sealed partial class SourceCodeInfo : pb::IMessage<SourceCodeInfo> class
9908 public SourceCodeInfo() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
9916 public SourceCodeInfo(SourceCodeInfo other) : this() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs605 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
9883 public sealed partial class SourceCodeInfo : pb::IMessage<SourceCodeInfo> class
9908 public SourceCodeInfo() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
9916 public SourceCodeInfo(SourceCodeInfo other) : this() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Dmod.rs146 info: Option<&'a SourceCodeInfo>, in parse()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Ddescriptor.pb.cc462 PROTOBUF_CONSTEXPR SourceCodeInfo::SourceCodeInfo( in SourceCodeInfo() function in SourceCodeInfo
10093 SourceCodeInfo::SourceCodeInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SourceCodeInfo() function in SourceCodeInfo
10099 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in SourceCodeInfo
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Ddescriptor.pb.cc462 PROTOBUF_CONSTEXPR SourceCodeInfo::SourceCodeInfo( in SourceCodeInfo() function in SourceCodeInfo
10093 SourceCodeInfo::SourceCodeInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SourceCodeInfo() function in SourceCodeInfo
10099 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in SourceCodeInfo

12345678