Home
last modified time | relevance | path

Searched defs:FieldType (Results 1 – 25 of 55) sorted by relevance

123

/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs149 field_type: &model::FieldType, in map_entry_field()
175 key: &model::FieldType, in map_entry_message()
176 value: &model::FieldType, in map_entry_message()
465 input: &model::FieldType, in field_type()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs38 public enum FieldType enum
DFieldDescriptor.cs264 public FieldType FieldType => fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs38 public enum FieldType enum
DFieldDescriptor.cs264 public FieldType FieldType => fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/external/rust/crates/argh_derive/src/
Dparse_attrs.rs48 pub struct FieldType { struct
49 pub kind: FieldKind,
50 pub ident: syn::Ident,
236 slot: &mut Option<FieldType>, in parse_attr_field_type()
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp181 std::string FieldType = searchableFieldType(I); in emitLookupFunction() local
224 std::string FieldType = searchableFieldType(I); in emitLookupDeclaration() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwire_format.cc1085 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapKeyWithCachedSizes() argument
1114 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapValueRefWithCachedSizes() argument
1555 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapKeyDataOnlyByteSize() argument
1560 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapKeyDataOnlyByteSize() argument
1590 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapValueRefDataOnlyByteSize() argument
1595 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapValueRefDataOnlyByteSize() argument
/external/protobuf/src/google/protobuf/
Dwire_format.cc1085 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapKeyWithCachedSizes() argument
1114 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapValueRefWithCachedSizes() argument
1555 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapKeyDataOnlyByteSize() argument
1560 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapKeyDataOnlyByteSize() argument
1590 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapValueRefDataOnlyByteSize() argument
1595 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapValueRefDataOnlyByteSize() argument
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/pigweed/pw_protobuf/
Dfuzz.h22 enum FieldType : uint8_t { enum
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java111 public enum FieldType { enum in WireFormat
151 FieldType(final JavaType javaType, final int wireType) { in FieldType() method in WireFormat.FieldType
DFieldType.java41 public enum FieldType { enum
100 FieldType(int id, Collection collection, JavaType javaType) { in FieldType() method in FieldType
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java111 public enum FieldType { enum in WireFormat
151 FieldType(final JavaType javaType, final int wireType) { in FieldType() method in WireFormat.FieldType
DFieldType.java41 public enum FieldType { enum
100 FieldType(int id, Collection collection, JavaType javaType) { in FieldType() method in FieldType
/external/libchrome/base/json/
Djson_value_converter.h412 bool (*convert_func)(StringPiece, FieldType*)) { in RegisterCustomField() argument
423 bool (*convert_func)(const base::Value*, FieldType*)) { in RegisterCustomValueField() argument
/external/nanopb-c/generator/nanopb/
Doptions.proto21 enum FieldType { enum
/external/nanopb-c/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/cronet/base/json/
Djson_value_converter.h418 bool (*convert_func)(StringPiece, FieldType*)) { in RegisterCustomField() argument
429 FieldType*)) { in RegisterCustomValueField() argument
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding.h31 enum class FieldType : uint8_t { enum
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc196 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressTensorContent() typedef
316 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressRepeatedField() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp568 TBAAStructTypeNode FieldType) { in hasField()
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h53 } FieldType; typedef
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/
Dmetrics.proto37 enum FieldType { enum
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp300 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
306 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local

123