OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumvalue_
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs
841
enumvalue_
= other.
enumvalue_
.Clone();
868
private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue>
enumvalue_
= new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue>();
field in class:Google.Protobuf.WellKnownTypes.Enum
873
get { return
enumvalue_
; }
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs
571
enumValue_
= other.
enumValue_
;
623
private global::UnitTest.Issues.TestProtos.DeprecatedEnum
enumValue_
= 0;
626
get { return
enumValue_
; }
628
enumValue_
= value;
761
enumValue_
= (global::UnitTest.Issues.TestProtos.DeprecatedEnum) input.ReadEnum();
[
all
...]
/external/protobuf/src/google/protobuf/
type.pb.cc
102
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Enum,
enumvalue_
),
[
all
...]
type.pb.h
645
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >
enumvalue_
;
member in class:google::protobuf::Enum
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h
645
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >
enumvalue_
;
member in class:google::protobuf::Enum
[
all
...]
Completed in 168 milliseconds