Home
last modified time | relevance | path

Searched refs:getFieldType (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptorMessageInfoFactory.java296 FieldType type = getFieldType(fd); in convertProto2()
424 getFieldType(fd), in convertProto3()
433 getFieldType(fd), in convertProto3()
437 forField(field(messageType, fd), fd.getNumber(), getFieldType(fd), enforceUtf8)); in convertProto3()
452 FieldType type = getFieldType(fd); in buildOneofMember()
483 private static FieldType getFieldType(FieldDescriptor fd) { in getFieldType() method in DescriptorMessageInfoFactory
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp294 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const { in getFieldType() function in __anoncdbe0b5d0111::TBAAStructTypeNode
570 TBAAStructTypeNode T = BaseType.getFieldType(I); in hasField()
/third_party/cups-filters/filter/
Dpdf.cxx428 if (ffh.getFieldType() == "/Tx") { in pdf_fill_form()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h402 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() function
453 RecTy *getFieldType(StringInit *FieldName) const override;
1197 RecTy *getFieldType(StringInit *FieldName) const override;
1265 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) { in FieldInit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1430 RecTy *TypedInit::getFieldType(StringInit *FieldName) const { in getFieldType() function in TypedInit
1609 RecTy *DefInit::getFieldType(StringInit *FieldName) const { in getFieldType() function in DefInit
DTGParser.cpp2214 if (!Result->getFieldType(FieldName)) { in ParseValue()