/external/protobuf/src/google/protobuf/ |
D | source_context.pb.cc | 21 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<SourceContext> _instance; 29 new (ptr) PROTOBUF_NAMESPACE_ID::SourceContext(); in InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto() 32 PROTOBUF_NAMESPACE_ID::SourceContext::InitAsDefaultInstance(); in InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto() 44 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, _internal_metadata_), 48 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, file_name_), 51 { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::SourceContext)}, 87 void SourceContext::InitAsDefaultInstance() { in InitAsDefaultInstance() 89 class SourceContext::_Internal { 93 SourceContext::SourceContext() in SourceContext() function in SourceContext 98 SourceContext::SourceContext(const SourceContext& from) in SourceContext() function in SourceContext [all …]
|
D | source_context.pb.h | 58 class SourceContext; variable 63 …ROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceContext* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 69 class PROTOBUF_EXPORT SourceContext : 72 SourceContext(); 73 virtual ~SourceContext(); 75 SourceContext(const SourceContext& from); 76 SourceContext(SourceContext&& from) noexcept in SourceContext() function 77 : SourceContext() { in SourceContext() 81 inline SourceContext& operator=(const SourceContext& from) { 85 inline SourceContext& operator=(SourceContext&& from) noexcept { [all …]
|
D | type.pb.h | 384 const PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const; 385 PROTOBUF_NAMESPACE_ID::SourceContext* release_source_context(); 386 PROTOBUF_NAMESPACE_ID::SourceContext* mutable_source_context(); 387 void set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 389 PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 390 PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context(); 409 PROTOBUF_NAMESPACE_ID::SourceContext* source_context_; 981 const PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const; 982 PROTOBUF_NAMESPACE_ID::SourceContext* release_source_context(); 983 PROTOBUF_NAMESPACE_ID::SourceContext* mutable_source_context(); [all …]
|
D | api.pb.h | 258 const PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const; 259 PROTOBUF_NAMESPACE_ID::SourceContext* release_source_context(); 260 PROTOBUF_NAMESPACE_ID::SourceContext* mutable_source_context(); 261 void set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 278 PROTOBUF_NAMESPACE_ID::SourceContext* source_context_; 804 inline const PROTOBUF_NAMESPACE_ID::SourceContext& Api::source_context() const { in source_context() 805 const PROTOBUF_NAMESPACE_ID::SourceContext* p = source_context_; in source_context() 807 return p != nullptr ? *p : *reinterpret_cast<const PROTOBUF_NAMESPACE_ID::SourceContext*>( in source_context() 810 inline PROTOBUF_NAMESPACE_ID::SourceContext* Api::release_source_context() { in release_source_context() 813 PROTOBUF_NAMESPACE_ID::SourceContext* temp = source_context_; in release_source_context() [all …]
|
D | unittest_well_known_types.proto | 29 google.protobuf.SourceContext source_context_field = 6; 53 repeated google.protobuf.SourceContext source_context_field = 6; 76 google.protobuf.SourceContext source_context_field = 6; 101 map<int32,google.protobuf.SourceContext> source_context_field = 6;
|
D | source_context.proto | 42 // `SourceContext` represents information about the source of a 44 message SourceContext { message
|
D | type.pb.cc | 360 …nce_._instance.get_mutable()->source_context_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceContext*>( in InitAsDefaultInstance() 361 PROTOBUF_NAMESPACE_ID::SourceContext::internal_default_instance()); in InitAsDefaultInstance() 365 static const PROTOBUF_NAMESPACE_ID::SourceContext& source_context(const Type* msg); 368 const PROTOBUF_NAMESPACE_ID::SourceContext& 373 PROTOBUF_NAMESPACE_ID::SourceContext* source_context) { in unsafe_arena_set_allocated_source_context() 419 source_context_ = new PROTOBUF_NAMESPACE_ID::SourceContext(*from.source_context_); in Type() 899 … mutable_source_context()->PROTOBUF_NAMESPACE_ID::SourceContext::MergeFrom(from.source_context()); in MergeFrom() 1691 …nce_._instance.get_mutable()->source_context_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceContext*>( in InitAsDefaultInstance() 1692 PROTOBUF_NAMESPACE_ID::SourceContext::internal_default_instance()); in InitAsDefaultInstance() 1696 static const PROTOBUF_NAMESPACE_ID::SourceContext& source_context(const Enum* msg); [all …]
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | source_context.rs | 24 pub struct SourceContext { struct 34 impl<'a> ::std::default::Default for &'a SourceContext { implementation 35 fn default() -> &'a SourceContext { in default() 36 <SourceContext as crate::Message>::default_instance() in default() 40 impl SourceContext { implementation 41 pub fn new() -> SourceContext { in new() 72 impl crate::Message for SourceContext { implementation 138 fn new() -> SourceContext { in new() 139 SourceContext::new() in new() 148 |m: &SourceContext| { &m.file_name }, in descriptor_static() [all …]
|
D | type_pb.rs | 30 pub source_context: crate::SingularPtrField<crate::well_known_types::SourceContext>, 154 pub fn get_source_context(&self) -> &crate::well_known_types::SourceContext { in get_source_context() argument 155 …self.source_context.as_ref().unwrap_or_else(|| <crate::well_known_types::SourceContext as crate::M… in get_source_context() 166 pub fn set_source_context(&mut self, v: crate::well_known_types::SourceContext) { in set_source_context() argument 172 pub fn mut_source_context(&mut self) -> &mut crate::well_known_types::SourceContext { in mut_source_context() argument 180 pub fn take_source_context(&mut self) -> crate::well_known_types::SourceContext { in take_source_context() argument 181 self.source_context.take().unwrap_or_else(|| crate::well_known_types::SourceContext::new()) in take_source_context() 363 …ptr_field_accessor::<_, crate::types::ProtobufTypeMessage<crate::well_known_types::SourceContext>>( in descriptor_static() 1081 pub source_context: crate::SingularPtrField<crate::well_known_types::SourceContext>, 1180 pub fn get_source_context(&self) -> &crate::well_known_types::SourceContext { in get_source_context() argument [all …]
|
D | api.rs | 30 pub source_context: crate::SingularPtrField<crate::well_known_types::SourceContext>, 156 pub fn get_source_context(&self) -> &crate::well_known_types::SourceContext { in get_source_context() argument 157 …self.source_context.as_ref().unwrap_or_else(|| <crate::well_known_types::SourceContext as crate::M… in get_source_context() 168 pub fn set_source_context(&mut self, v: crate::well_known_types::SourceContext) { in set_source_context() argument 174 pub fn mut_source_context(&mut self) -> &mut crate::well_known_types::SourceContext { in mut_source_context() argument 182 pub fn take_source_context(&mut self) -> crate::well_known_types::SourceContext { in take_source_context() argument 183 self.source_context.take().unwrap_or_else(|| crate::well_known_types::SourceContext::new()) in take_source_context() 407 …ptr_field_accessor::<_, crate::types::ProtobufTypeMessage<crate::well_known_types::SourceContext>>( in descriptor_static()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | SourceContext.cs | 36 …of(global::Google.Protobuf.WellKnownTypes.SourceContext), global::Google.Protobuf.WellKnownTypes.S… in SourceContextReflection() 47 public sealed partial class SourceContext : pb::IMessage<SourceContext> { class 48 …static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(()… 51 public static pb::MessageParser<SourceContext> Parser { get { return _parser; } } 64 public SourceContext() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 71 public SourceContext(SourceContext other) : this() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 77 public SourceContext Clone() { in Clone() 78 return new SourceContext(this); in Clone() 98 return Equals(other as SourceContext); in Equals() 102 public bool Equals(SourceContext other) { in Equals() [all …]
|
D | Type.cs | 191 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 196 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Type 234 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 246 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 270 output.WriteMessage(SourceContext); in WriteTo() 291 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceContext); in CalculateSize() 315 SourceContext = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 317 SourceContext.MergeFrom(other.SourceContext); in MergeFrom() 351 SourceContext = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 353 input.ReadMessage(SourceContext); in MergeFrom() [all …]
|
D | Api.cs | 182 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 188 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Api 239 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 252 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 280 output.WriteMessage(SourceContext); in WriteTo() 304 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceContext); in CalculateSize() 331 SourceContext = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 333 SourceContext.MergeFrom(other.SourceContext); in MergeFrom() 368 SourceContext = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 370 input.ReadMessage(SourceContext); in MergeFrom()
|
/external/protobuf/php/src/Google/Protobuf/ |
D | SourceContext.php | 17 class SourceContext extends \Google\Protobuf\Internal\Message class 39 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
D | Enum.php | 170 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
D | Type.php | 204 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
D | Api.php | 291 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_well_known_types.proto | 29 google.protobuf.SourceContext source_context_field = 6; 53 repeated google.protobuf.SourceContext source_context_field = 6; 76 google.protobuf.SourceContext source_context_field = 6; 101 map<int32,google.protobuf.SourceContext> source_context_field = 6;
|
/external/protobuf/php/tests/ |
D | well_known_test.php | 28 use Google\Protobuf\SourceContext; alias 135 $m->setSourceContext(new SourceContext()); 186 $m->setSourceContext(new SourceContext()); 262 $m = new SourceContext(); 341 $m->setSourceContext(new SourceContext());
|
/external/protobuf/objectivec/google/protobuf/ |
D | SourceContext.pbobjc.m | 17 #import <Protobuf/SourceContext.pbobjc.h> 19 #import "google/protobuf/SourceContext.pbobjc.h"
|
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
D | SourceContext.php | 7 class SourceContext class
|
D | Api.php | 17 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
D | Type.php | 18 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 291 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_; 293 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContextField { 709 SourceContextField = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 830 SourceContextField = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 1038 …private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.SourceContext> _repe… 1039 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.SourceContext.Parser); 1040 …obuf.WellKnownTypes.SourceContext> sourceContextField_ = new pbc::RepeatedField<global::Google.Pro… 1042 …public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.SourceContext> SourceContextField… 1547 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContextField { 1548 …neofCase.SourceContextField ? (global::Google.Protobuf.WellKnownTypes.SourceContext) oneofField_ :… [all …]
|
/external/protobuf/objectivec/ |
D | GPBProtocolBuffers.h | 60 #import <Protobuf/SourceContext.pbobjc.h>
|