Home
last modified time | relevance | path

Searched refs:getValueTypes (Results 1 – 8 of 8) sorted by relevance

/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/
DKeyValuePairHintOrBuilder.java96 java.lang.String getValueTypes(int index); in getValueTypes() method
DKeyValuePairHint.java175 public java.lang.String getValueTypes(int index) { in getValueTypes() method in KeyValuePairHint
748 public java.lang.String getValueTypes(int index) { in getValueTypes() method in KeyValuePairHint.Builder
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/
DKeyValuePairHintOrBuilder.java96 java.lang.String getValueTypes(int index); in getValueTypes() method
DKeyValuePairHint.java175 public java.lang.String getValueTypes(int index) { in getValueTypes() method in KeyValuePairHint
748 public java.lang.String getValueTypes(int index) { in getValueTypes() method in KeyValuePairHint.Builder
/external/llvm/utils/TableGen/
DCodeGenRegisters.h321 ArrayRef<MVT::SimpleValueType> getValueTypes() const {return VTs;} in getValueTypes() function
DCodeGenTarget.cpp248 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes(); in getRegisterVTs()
DCodeGenRegisters.cpp2077 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
DCodeGenDAGPatterns.cpp1125 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
1493 return EEVT::TypeSet(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
1509 return EEVT::TypeSet(T.getRegisterClass(R).getValueTypes()); in getImplicitType()