/third_party/protobuf/src/google/protobuf/ |
H A D | source_context.pb.cc | 20 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<SourceContext> _instance; 28 new (ptr) PROTOBUF_NAMESPACE_ID::SourceContext(); in InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto() 31 PROTOBUF_NAMESPACE_ID::SourceContext::InitAsDefaultInstance(); in InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto() 43 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, _internal_metadata_), 47 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, file_name_), 50 { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::SourceContext)}, 85 void SourceContext::InitAsDefaultInstance() { in InitAsDefaultInstance() 87 class SourceContext::_Internal { 91 SourceContext::SourceContext( function in SourceContext 97 SourceContext::SourceContext(const SourceContext& from) SourceContext() function in SourceContext [all...] |
H A D | source_context.pb.h | 58 class SourceContext; 63 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceContext* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::SourceContext>(Arena*); 69 class PROTOBUF_EXPORT SourceContext PROTOBUF_FINAL : 70 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.SourceContext) */ { 72 inline SourceContext() : SourceContext(nullptr) {} in SourceContext() function in PROTOBUF_FINAL 73 virtual ~SourceContext(); 75 SourceContext(const SourceContext 77 : SourceContext() { SourceContext() function in PROTOBUF_FINAL [all...] |
H A D | type.pb.h | 378 // .google.protobuf.SourceContext source_context = 5; 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 const PROTOBUF_NAMESPACE_ID::SourceContext& _internal_source_context() const; 390 PROTOBUF_NAMESPACE_ID::SourceContext* _internal_mutable_source_context(); 393 PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 394 PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context(); 416 PROTOBUF_NAMESPACE_ID::SourceContext* source_context [all...] |
H A D | api.pb.h | 286 // .google.protobuf.SourceContext source_context = 5; 292 const PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const; 293 PROTOBUF_NAMESPACE_ID::SourceContext* release_source_context(); 294 PROTOBUF_NAMESPACE_ID::SourceContext* mutable_source_context(); 295 void set_allocated_source_context(PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 297 const PROTOBUF_NAMESPACE_ID::SourceContext& _internal_source_context() const; 298 PROTOBUF_NAMESPACE_ID::SourceContext* _internal_mutable_source_context(); 301 PROTOBUF_NAMESPACE_ID::SourceContext* source_context); 302 PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context(); 325 PROTOBUF_NAMESPACE_ID::SourceContext* source_context [all...] |
H A D | type.pb.cc | 227 "e.protobuf.SourceContext\022\'\n\006syntax\030\005 \001(\016" 358 PROTOBUF_NAMESPACE_ID::_Type_default_instance_._instance.get_mutable()->source_context_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceContext*>( in InitAsDefaultInstance() 359 PROTOBUF_NAMESPACE_ID::SourceContext::internal_default_instance()); in InitAsDefaultInstance() 363 static const PROTOBUF_NAMESPACE_ID::SourceContext& source_context(const Type* msg); 366 const PROTOBUF_NAMESPACE_ID::SourceContext& 397 source_context_ = new PROTOBUF_NAMESPACE_ID::SourceContext(*from.source_context_); in Type() 513 // .google.protobuf.SourceContext source_context = 5; in _InternalParse() 592 // .google.protobuf.SourceContext source_context = 5; in _InternalSerialize() 652 // .google.protobuf.SourceContext source_context = 5; in ByteSizeLong() 703 _internal_mutable_source_context()->PROTOBUF_NAMESPACE_ID::SourceContext in MergeFrom() [all...] |
H A D | api.pb.cc | 176 PROTOBUF_NAMESPACE_ID::_Api_default_instance_._instance.get_mutable()->source_context_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceContext*>( in InitAsDefaultInstance() 177 PROTOBUF_NAMESPACE_ID::SourceContext::internal_default_instance()); in InitAsDefaultInstance() 181 static const PROTOBUF_NAMESPACE_ID::SourceContext& source_context(const Api* msg); 184 const PROTOBUF_NAMESPACE_ID::SourceContext& 223 source_context_ = new PROTOBUF_NAMESPACE_ID::SourceContext(*from.source_context_); in Api() 337 // .google.protobuf.SourceContext source_context = 5; in _InternalParse() 428 // .google.protobuf.SourceContext source_context = 5; in _InternalSerialize() 502 // .google.protobuf.SourceContext source_context = 5; in ByteSizeLong() 556 _internal_mutable_source_context()->PROTOBUF_NAMESPACE_ID::SourceContext::MergeFrom(from._internal_source_context()); in MergeFrom()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | SourceContext.cs | 36 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.SourceContext), global::Google.Protobuf.WellKnownTypes.SourceContext.Parser, new[]{ "FileName" }, null, null, null, null) in SourceContextReflection() 44 /// `SourceContext` represents information about the source of a 47 public sealed partial class SourceContext : pb::IMessage<SourceContext> class 52 private static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(() => new SourceContext()); 55 public static pb::MessageParser<SourceContext> Parser { get { return _parser; } } 68 public SourceContext() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 75 public SourceContext(SourceContext other) : this() { SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext [all...] |
H A D | Api.cs | 47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Api), global::Google.Protobuf.WellKnownTypes.Api.Parser, new[]{ "Name", "Methods", "Options", "Version", "SourceContext", "Mixins", "Syntax" }, null, null, null, null), in ApiReflection() 186 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 192 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Api 243 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 256 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 287 output.WriteMessage(SourceContext); in WriteTo() 315 output.WriteMessage(SourceContext); in IBufferMessage.InternalWriteTo() 340 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceContext); in CalculateSize() [all...] |
H A D | Type.cs | 66 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Type), global::Google.Protobuf.WellKnownTypes.Type.Parser, new[]{ "Name", "Fields", "Oneofs", "Options", "SourceContext", "Syntax" }, null, null, null, null), in TypeReflection() 68 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "SourceContext", "Syntax" }, null, null, null, null), in TypeReflection() 195 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 200 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Type 238 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 250 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 277 output.WriteMessage(SourceContext); in WriteTo() 301 output.WriteMessage(SourceContext); in IBufferMessage.InternalWriteTo() 1166 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { global() property in Google.Protobuf.WellKnownTypes.Enum [all...] |
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | SourceContext.php | 12 * `SourceContext` represents information about the source of a 15 * Generated from protobuf message <code>google.protobuf.SourceContext</code> 17 class SourceContext extends \Google\Protobuf\Internal\Message class 39 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
H A D | Api.php | 70 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 117 * @type \Google\Protobuf\SourceContext $source_context 273 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 274 * @return \Google\Protobuf\SourceContext 285 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 286 * @param \Google\Protobuf\SourceContext $var 291 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
H A D | Enum.php | 39 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 4;</code> 61 * @type \Google\Protobuf\SourceContext $source_context 153 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 4;</code> 154 * @return \Google\Protobuf\SourceContext 164 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 4;</code> 165 * @param \Google\Protobuf\SourceContext $var 170 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
H A D | Type.php | 45 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 69 * @type \Google\Protobuf\SourceContext $source_context 187 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 188 * @return \Google\Protobuf\SourceContext 198 * Generated from protobuf field <code>.google.protobuf.SourceContext source_context = 5;</code> 199 * @param \Google\Protobuf\SourceContext $var 204 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
/third_party/protobuf/php/tests/ |
H A D | WellKnownTest.php | 29 use Google\Protobuf\SourceContext; 136 $m->setSourceContext(new SourceContext()); 187 $m->setSourceContext(new SourceContext()); 263 $m = new SourceContext(); 342 $m->setSourceContext(new SourceContext());
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestWellKnownTypes.cs | 295 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_; 297 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContextField { 793 SourceContextField = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 917 SourceContextField = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 1064 SourceContextField = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in IBufferMessage.InternalMergeFrom() 1277 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.SourceContext> _repeated_sourceContextField_codec 1278 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.SourceContext.Parser); 1279 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.SourceContext> sourceContextField_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.SourceContext>(); 1281 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.SourceContext> SourceContextFiel [all...] |
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
H A D | SourceContext.php | 7 class SourceContext class
|
H A D | Api.php | 17 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
H A D | Type.php | 18 \GPBMetadata\Google\Protobuf\SourceContext::initOnce();
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | JsonParserTest.cs | 85 AssertRoundtrip(new SourceContext { FileName = "foo.proto" }); in SourceContextRoundtrip()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonParserTest.cs | 87 AssertRoundtrip(new SourceContext { FileName = "foo.proto" }); in SourceContextRoundtrip()
|