Home
last modified time | relevance | path

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

12

/external/nanopb-c/generator/proto/
Dnanopb.proto12 enum FieldType { enum
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs38 public enum FieldType enum
DFieldDescriptor.cs200 public FieldType FieldType => fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp181 std::string FieldType = searchableFieldType(I); in emitLookupFunction() local
224 std::string FieldType = searchableFieldType(I); in emitLookupDeclaration() local
/external/v8/src/crankshaft/
Dhydrogen-types.h19 class FieldType; variable
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h30 enum FieldType : uint32_t { enum
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java109 public enum FieldType { enum in WireFormat
145 FieldType(final JavaType javaType, final int wireType) { in FieldType() method in WireFormat.FieldType
/external/libchrome/base/json/
Djson_value_converter.h410 bool (*convert_func)(const StringPiece&, FieldType*)) { in RegisterCustomField() argument
421 bool (*convert_func)(const base::Value*, FieldType*)) { in RegisterCustomValueField() argument
/external/v8/src/
Dlist.h211 class FieldType; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h53 } FieldType; typedef
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp50 String HCodeGenerator::FieldType(const Context& context, const Type& type, in FieldType() function in SkSL::HCodeGenerator
/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp50 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
DCGClass.cpp707 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
755 QualType FieldType = Field->getType(); in EmitInitializerForField() local
1146 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
1210 QualType FieldType = MemberInit->getAnyMember()->getType(); in pushEHDestructors() local
DCGDebugInfo.cpp1023 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() local
1084 llvm::DIType *FieldType; in CollectRecordNormalField() local
DCGExpr.cpp3424 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc370 typedef Helper<float>::RepeatedFieldType FieldType; typedef
386 typedef Helper<double>::RepeatedFieldType FieldType; typedef
402 typedef Helper<int32>::RepeatedFieldType FieldType; typedef
/external/clang/lib/Sema/
DSemaCUDA.cpp296 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
DSemaDeclCXX.cpp4295 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
5789 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
6240 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
10135 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyAssignmentExceptionSpec() local
10415 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
10531 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedMoveAssignmentExceptionSpec() local
10848 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
10962 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyCtorExceptionSpec() local
11143 QualType FieldType = Context.getBaseElementType(F->getType()); in ComputeDefaultedMoveCtorExceptionSpec() local
DSemaLambda.cpp1401 QualType FieldType = Field->getType(); in performLambdaVarCaptureInitialization() local
/external/protobuf/src/google/protobuf/
Dextension_set.h80 typedef uint8 FieldType; typedef
983 static inline MutableType Release(int number, FieldType /* field_type */, in Release() argument
Dwire_format_lite.h96 enum FieldType { enum
/external/clang/include/clang/Sema/
DInitialization.h189 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
320 QualType FieldType, in InitializeLambdaCapture()
/external/clang/lib/AST/
DDeclCXX.cpp742 if (CXXRecordDecl *FieldType = Field->getType()->getAsCXXRecordDecl()) { in addedMember() local
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp182 enum FieldType { enum in GMTOffsetField

12