Home
last modified time | relevance | path

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

123

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs38 public enum FieldType enum
DFieldDescriptor.cs209 public FieldType FieldType => fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/external/bcc/src/cc/frontends/b/
Dtype_helper.h23 enum FieldType { enum
/external/protobuf/src/google/protobuf/
Dwire_format.cc758 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapKeyWithCachedSizes() argument
783 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in SerializeMapValueRefWithCachedSizes() argument
1159 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapKeyDataOnlyByteSize() argument
1164 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapKeyDataOnlyByteSize() argument
1194 #define CASE_TYPE(FieldType, CamelFieldType, CamelCppType) \ in MapValueRefDataOnlyByteSize() argument
1199 #define FIXED_CASE_TYPE(FieldType, CamelFieldType) \ in MapValueRefDataOnlyByteSize() argument
Dextension_set.h93 typedef uint8 FieldType; typedef
1256 static inline MutableType Release(int number, FieldType /* field_type */, in Release() argument
1262 FieldType /* field_type */, in UnsafeArenaRelease() argument
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp181 std::string FieldType = searchableFieldType(I); in emitLookupFunction() local
224 std::string FieldType = searchableFieldType(I); in emitLookupDeclaration() local
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h168 QualType FieldType; variable
201 QualType FieldType) { in makeIndex()
DCGRecordLayoutBuilder.cpp319 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
325 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
/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/nanopb-c/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/nanopb-c/generator/nanopb/
Doptions.proto21 enum FieldType { enum
/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/tensorflow/tensorflow/core/framework/
Dtensor_util.cc196 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressTensorContent() typedef
275 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressRepeatedField() typedef
Dtensor.cc404 typedef Helper<float>::RepeatedFieldType FieldType; typedef
420 typedef Helper<double>::RepeatedFieldType FieldType; typedef
436 typedef Helper<int32>::RepeatedFieldType FieldType; typedef
/external/llvm-project/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp568 TBAAStructTypeNode FieldType) { in hasField()
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/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/pigweed/pw_protobuf/
Dencoder_fuzzer.cc30 enum FieldType : uint8_t { enum
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp80 String HCodeGenerator::FieldType(const Context& context, const Type& type, in FieldType() function in SkSL::HCodeGenerator
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp300 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
306 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp74 String HCodeGenerator::FieldType(const Context& context, const Type& type, in FieldType() function in SkSL::HCodeGenerator
/external/clang/lib/Sema/
DSemaCUDA.cpp296 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
/external/clang/include/clang/Sema/
DInitialization.h189 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
320 QualType FieldType, in InitializeLambdaCapture()

123