OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceContext
(Results
1 - 12
of
12
) sorted by null
/external/protobuf/src/google/protobuf/
source_context.pb.cc
40
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
SourceContext
, file_name_),
45
SourceContext
::default_instance_,
50
sizeof(
SourceContext
),
51
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
SourceContext
, _internal_metadata_),
52
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(
SourceContext
, _is_default_instance_));
66
SourceContext_descriptor_, &
SourceContext
::default_instance());
72
delete
SourceContext
::default_instance_;
90
SourceContext
::default_instance_ = new
SourceContext
();
91
SourceContext
::default_instance_->InitAsDefaultInstance()
[
all
...]
source_context.pb.h
40
class
SourceContext
;
44
class LIBPROTOBUF_EXPORT
SourceContext
: public ::google::protobuf::Message {
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)
[
all
...]
type.pb.h
240
// optional .google.protobuf.
SourceContext
source_context = 5;
244
const ::google::protobuf::
SourceContext
& source_context() const;
245
::google::protobuf::
SourceContext
* mutable_source_context();
246
::google::protobuf::
SourceContext
* release_source_context();
247
void set_allocated_source_context(::google::protobuf::
SourceContext
* source_context);
264
::google::protobuf::
SourceContext
* source_context_;
624
// optional .google.protobuf.
SourceContext
source_context = 4;
628
const ::google::protobuf::
SourceContext
& source_context() const;
629
::google::protobuf::
SourceContext
* mutable_source_context();
630
::google::protobuf::
SourceContext
* release_source_context()
[
all
...]
api.pb.h
150
// optional .google.protobuf.
SourceContext
source_context = 5;
154
const ::google::protobuf::
SourceContext
& source_context() const;
155
::google::protobuf::
SourceContext
* mutable_source_context();
156
::google::protobuf::
SourceContext
* release_source_context();
157
void set_allocated_source_context(::google::protobuf::
SourceContext
* source_context);
186
::google::protobuf::
SourceContext
* source_context_;
589
// optional .google.protobuf.
SourceContext
source_context = 5;
597
inline const ::google::protobuf::
SourceContext
& Api::source_context() const {
601
inline ::google::protobuf::
SourceContext
* Api::mutable_source_context() {
604
source_context_ = new ::google::protobuf::
SourceContext
;
[
all
...]
api.pb.cc
208
source_context_ = const_cast< ::google::protobuf::
SourceContext
*>(&::google::protobuf::
SourceContext
::default_instance());
355
// optional .google.protobuf.
SourceContext
source_context = 5;
457
// optional .google.protobuf.
SourceContext
source_context = 5;
517
// optional .google.protobuf.
SourceContext
source_context = 5;
559
// optional .google.protobuf.
SourceContext
source_context = 5;
632
mutable_source_context()->::google::protobuf::
SourceContext
::MergeFrom(from.source_context());
833
// optional .google.protobuf.
SourceContext
source_context = 5;
841
const ::google::protobuf::
SourceContext
& Api::source_context() const {
845
::google::protobuf::
SourceContext
* Api::mutable_source_context()
[
all
...]
type.pb.cc
230
"e.protobuf.
SourceContext
\022\'\n\006syntax\030\005 \001(\016"
304
source_context_ = const_cast< ::google::protobuf::
SourceContext
*>(&::google::protobuf::
SourceContext
::default_instance());
451
// optional .google.protobuf.
SourceContext
source_context = 5;
536
// optional .google.protobuf.
SourceContext
source_context = 5;
589
// optional .google.protobuf.
SourceContext
source_context = 5;
617
// optional .google.protobuf.
SourceContext
source_context = 5;
685
mutable_source_context()->::google::protobuf::
SourceContext
::MergeFrom(from.source_context());
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
SourceContext.cs
34
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.
SourceContext
), global::Google.Protobuf.WellKnownTypes.
SourceContext
.Parser, new[]{ "FileName" }, null, null, null)
42
/// `
SourceContext
` represents information about the source of a
46
public sealed partial class
SourceContext
: pb::IMessage<
SourceContext
> {
47
private static readonly pb::MessageParser<
SourceContext
> _parser = new pb::MessageParser<
SourceContext
>(() => new
SourceContext
());
48
public static pb::MessageParser<
SourceContext
> Parser { get { return _parser; } }
58
public
SourceContext
() {
[
all
...]
Type.cs
64
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),
66
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "
SourceContext
", "Syntax" }, null, null, null),
119
SourceContext
= other.sourceContext_ != null ? other.
SourceContext
.Clone() : null;
178
private global::Google.Protobuf.WellKnownTypes.
SourceContext
sourceContext_;
182
public global::Google.Protobuf.WellKnownTypes.
SourceContext
SourceContext
{
217
if (!object.Equals(
SourceContext
, other.
SourceContext
)) return false;
228
if (sourceContext_ != null) hash ^=
SourceContext
.GetHashCode()
[
all
...]
Api.cs
45
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),
81
SourceContext
= other.sourceContext_ != null ? other.
SourceContext
.Clone() : null;
162
private global::Google.Protobuf.WellKnownTypes.
SourceContext
sourceContext_;
167
public global::Google.Protobuf.WellKnownTypes.
SourceContext
SourceContext
{
214
if (!object.Equals(
SourceContext
, other.
SourceContext
)) return false;
226
if (sourceContext_ != null) hash ^=
SourceContext
.GetHashCode();
249
output.WriteMessage(
SourceContext
);
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs
278
private global::Google.Protobuf.WellKnownTypes.
SourceContext
sourceContextField_;
279
public global::Google.Protobuf.WellKnownTypes.
SourceContext
SourceContextField {
[
all
...]
/external/protobuf/
Makefile.am
176
csharp/src/Google.Protobuf/WellKnownTypes/
SourceContext
.cs \
408
objectivec/google/protobuf/
SourceContext
.pbobjc.h \
409
objectivec/google/protobuf/
SourceContext
.pbobjc.m \
[
all
...]
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py
27
sourceContext
: Source context for the protocol buffer service represented
61
sourceContext
= _messages.MessageField('
SourceContext
', 5)
[
all
...]
Completed in 596 milliseconds