Home
last modified time | relevance | path

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

12

/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/bcc/src/cc/frontends/b/
Dtype_helper.h23 enum FieldType { enum
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp181 std::string FieldType = searchableFieldType(I); in emitLookupFunction() local
224 std::string FieldType = searchableFieldType(I); in emitLookupDeclaration() local
/external/nanopb-c/generator/proto/
Dnanopb.proto13 enum FieldType { enum
/external/nanopb-c/generator/nanopb/
Doptions.proto21 enum FieldType { 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.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.cc189 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressTensorContent() typedef
268 using FieldType = typename internal::TensorProtoHelper<T>::FieldType; in CompressRepeatedField() typedef
Dtensor.cc378 typedef Helper<float>::RepeatedFieldType FieldType; typedef
394 typedef Helper<double>::RepeatedFieldType FieldType; typedef
410 typedef Helper<int32>::RepeatedFieldType FieldType; typedef
Dtensor_util_test.cc539 using FieldType = typename TensorProtoHelper::FieldType; in ConstantTailTest() typedef
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h53 } FieldType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp570 TBAAStructTypeNode FieldType) { in hasField()
642 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() 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/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
/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp76 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
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/v8/src/
Dutils.h323 typedef T FieldType; typedef

12