/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | source_context.pb.cc | 41 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceContext, file_name_), in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 46 SourceContext::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 51 sizeof(SourceContext), in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceContext, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 53 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceContext, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 68 SourceContext_descriptor_, &SourceContext::default_instance()); in protobuf_RegisterTypes() 74 delete SourceContext::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fsource_5fcontext_2eproto() 93 SourceContext::default_instance_ = new SourceContext(); in protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 94 SourceContext::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 108 const int SourceContext::kFileNameFieldNumber; [all …]
|
D | source_context.pb.h | 40 class SourceContext; variable 44 class LIBPROTOBUF_EXPORT SourceContext : public ::google::protobuf::Message /* @@protoc_insertion_p… 46 SourceContext(); 47 virtual ~SourceContext(); 49 SourceContext(const SourceContext& from); 51 inline SourceContext& operator=(const SourceContext& from) { 57 static const SourceContext& default_instance(); 59 void Swap(SourceContext* other); 63 inline SourceContext* New() const { return New(NULL); } in New() 65 SourceContext* New(::google::protobuf::Arena* arena) const; [all …]
|
D | type.pb.h | 248 const ::google::protobuf::SourceContext& source_context() const; 249 ::google::protobuf::SourceContext* mutable_source_context(); 250 ::google::protobuf::SourceContext* release_source_context(); 251 void set_allocated_source_context(::google::protobuf::SourceContext* source_context); 268 ::google::protobuf::SourceContext* source_context_; 640 const ::google::protobuf::SourceContext& source_context() const; 641 ::google::protobuf::SourceContext* mutable_source_context(); 642 ::google::protobuf::SourceContext* release_source_context(); 643 void set_allocated_source_context(::google::protobuf::SourceContext* source_context); 659 ::google::protobuf::SourceContext* 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 | api.pb.h | 158 const ::google::protobuf::SourceContext& source_context() const; 159 ::google::protobuf::SourceContext* mutable_source_context(); 160 ::google::protobuf::SourceContext* release_source_context(); 161 void set_allocated_source_context(::google::protobuf::SourceContext* source_context); 190 ::google::protobuf::SourceContext* source_context_; 609 inline const ::google::protobuf::SourceContext& Api::source_context() const { in source_context() 613 inline ::google::protobuf::SourceContext* Api::mutable_source_context() { in mutable_source_context() 616 source_context_ = new ::google::protobuf::SourceContext; in mutable_source_context() 621 inline ::google::protobuf::SourceContext* Api::release_source_context() { in release_source_context() 624 ::google::protobuf::SourceContext* temp = source_context_; in release_source_context() [all …]
|
D | source_context.proto | 42 // `SourceContext` represents information about the source of a 44 message SourceContext { message
|
D | type.pb.cc | 297 …source_context_ = const_cast< ::google::protobuf::SourceContext*>(&::google::protobuf::SourceConte… in InitAsDefaultInstance() 682 mutable_source_context()->::google::protobuf::SourceContext::MergeFrom(from.source_context()); in MergeFrom() 901 const ::google::protobuf::SourceContext& Type::source_context() const { in source_context() 905 ::google::protobuf::SourceContext* Type::mutable_source_context() { in mutable_source_context() 908 source_context_ = new ::google::protobuf::SourceContext; in mutable_source_context() 913 ::google::protobuf::SourceContext* Type::release_source_context() { in release_source_context() 916 ::google::protobuf::SourceContext* temp = source_context_; in release_source_context() 920 void Type::set_allocated_source_context(::google::protobuf::SourceContext* source_context) { in set_allocated_source_context() 1980 …source_context_ = const_cast< ::google::protobuf::SourceContext*>(&::google::protobuf::SourceConte… in InitAsDefaultInstance() 2316 mutable_source_context()->::google::protobuf::SourceContext::MergeFrom(from.source_context()); in MergeFrom() [all …]
|
D | api.pb.cc | 201 …source_context_ = const_cast< ::google::protobuf::SourceContext*>(&::google::protobuf::SourceConte… in InitAsDefaultInstance() 629 mutable_source_context()->::google::protobuf::SourceContext::MergeFrom(from.source_context()); in MergeFrom() 838 const ::google::protobuf::SourceContext& Api::source_context() const { in source_context() 842 ::google::protobuf::SourceContext* Api::mutable_source_context() { in mutable_source_context() 845 source_context_ = new ::google::protobuf::SourceContext; in mutable_source_context() 850 ::google::protobuf::SourceContext* Api::release_source_context() { in release_source_context() 853 ::google::protobuf::SourceContext* temp = source_context_; in release_source_context() 857 void Api::set_allocated_source_context(::google::protobuf::SourceContext* source_context) { in set_allocated_source_context()
|
D | type.proto | 56 SourceContext source_context = 5; 150 SourceContext source_context = 4;
|
D | api.proto | 84 SourceContext source_context = 5;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | SourceContext.cs | 33 …of(global::Google.Protobuf.WellKnownTypes.SourceContext), global::Google.Protobuf.WellKnownTypes.S… in SourceContextReflection() 44 public sealed partial class SourceContext : pb::IMessage<SourceContext> { class 45 …static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(()… 47 public static pb::MessageParser<SourceContext> Parser { get { return _parser; } } 60 public SourceContext() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 67 public SourceContext(SourceContext other) : this() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 72 public SourceContext Clone() { in Clone() 73 return new SourceContext(this); in Clone() 93 return Equals(other as SourceContext); in Equals() 97 public bool Equals(SourceContext other) { in Equals() [all …]
|
D | Type.cs | 122 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null; in Type() 186 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 191 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Type 229 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 241 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 262 output.WriteMessage(SourceContext); in WriteTo() 280 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceContext); in CalculateSize() 301 sourceContext_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 303 SourceContext.MergeFrom(other.SourceContext); in MergeFrom() 336 sourceContext_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() [all …]
|
D | Api.cs | 84 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null; in Api() 170 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_; 176 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext { property in Google.Protobuf.WellKnownTypes.Api 227 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals() 240 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 265 output.WriteMessage(SourceContext); in WriteTo() 286 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceContext); in CalculateSize() 310 sourceContext_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 312 SourceContext.MergeFrom(other.SourceContext); in MergeFrom() 346 sourceContext_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | SourceContext.pbobjc.m | 17 #import <Protobuf/SourceContext.pbobjc.h> 19 #import "google/protobuf/SourceContext.pbobjc.h"
|
D | Api.pbobjc.m | 18 #import <Protobuf/SourceContext.pbobjc.h> 22 #import "google/protobuf/SourceContext.pbobjc.h"
|
D | Type.pbobjc.m | 19 #import <Protobuf/SourceContext.pbobjc.h> 23 #import "google/protobuf/SourceContext.pbobjc.h"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBProtocolBuffers.h | 60 #import <Protobuf/SourceContext.pbobjc.h>
|
D | GPBProtocolBuffers.m | 62 #import "google/protobuf/SourceContext.pbobjc.m"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 287 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_; 289 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContextField { 687 sourceContextField_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 807 sourceContextField_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom() 1013 …private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.SourceContext> _repe… 1014 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.SourceContext.Parser); 1015 …obuf.WellKnownTypes.SourceContext> sourceContextField_ = new pbc::RepeatedField<global::Google.Pro… 1017 …public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.SourceContext> SourceContextField… 1510 public global::Google.Protobuf.WellKnownTypes.SourceContext SourceContextField { 1511 …neofCase.SourceContextField ? (global::Google.Protobuf.WellKnownTypes.SourceContext) oneofField_ :… [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 64 …F1B21D0000054530B /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E6758… 198 …SourceContext.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 199 …SourceContext.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 301 F4E6758E1B21D0000054530B /* SourceContext.pbobjc.h */, 302 F4E6758F1B21D0000054530B /* SourceContext.pbobjc.m */, 635 F4E6759F1B21D0000054530B /* SourceContext.pbobjc.m in Sources */,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 72 …41B21D1620054530B /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675C… 220 …SourceContext.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = So… 221 …SourceContext.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name =… 336 F4E675BF1B21D1440054530B /* SourceContext.pbobjc.h */, 337 F4E675C01B21D1440054530B /* SourceContext.pbobjc.m */, 723 F4E675D41B21D1620054530B /* SourceContext.pbobjc.m in Sources */,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | Protobuf.podspec | 24 'objectivec/google/protobuf/SourceContext.pbobjc.{h,m}',
|
D | Makefile.am | 176 csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs \ 421 objectivec/google/protobuf/SourceContext.pbobjc.h \ 422 objectivec/google/protobuf/SourceContext.pbobjc.m \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 463 var message = new SourceContext { FileName = "foo.proto" }; in SourceContextStandalone()
|
D | JsonParserTest.cs | 85 AssertRoundtrip(new SourceContext { FileName = "foo.proto" }); in SourceContextRoundtrip()
|