Searched refs:Ctype (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 6526 public global::Google.Protobuf.Reflection.FieldOptions.Types.CType Ctype { property in Google.Protobuf.Reflection.FieldOptions 6748 if (Ctype != other.Ctype) return false; in Equals() 6764 if (HasCtype) hash ^= Ctype.GetHashCode(); in GetHashCode() 6792 output.WriteEnum((int) Ctype); in WriteTo() 6829 output.WriteEnum((int) Ctype); in IBufferMessage.InternalWriteTo() 6865 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Ctype); in CalculateSize() 6898 Ctype = other.Ctype; in MergeFrom() 6934 Ctype = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum(); in MergeFrom() 6978 Ctype = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum(); in IBufferMessage.InternalMergeFrom()
|
/third_party/node/deps/v8/src/compiler/ |
D | types.cc | 299 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in Lub() argument
|
/third_party/node/deps/v8/src/objects/ |
D | js-function.cc | 795 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in CanSubclassHaveInobjectProperties() argument
|
D | objects-body-descriptors-inl.h | 1208 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in BodyDescriptorApply() argument
|
D | map.cc | 220 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in GetVisitorId() argument
|
D | js-objects.cc | 2387 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in GetHeaderSize() argument 2770 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in JSObjectShortPrint() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 310 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in HeapObjectVerify() argument
|
D | objects-printer.cc | 253 #define TYPED_ARRAY_CONSTRUCTORS_SWITCH(Type, type, TYPE, Ctype) \ in HeapObjectPrint() argument
|