Home
last modified time | relevance | path

Searched defs:IsRequired (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs194 public bool IsRequired => Proto.Label == FieldDescriptorProto.Types.Label.Required; field in Google.Protobuf.Reflection.FieldDescriptor
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h103 bool IsRequired() const { return m_bRequired; } in IsRequired() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp428 bool IsRequired = isRequiredForExecution(Section); in computeTotalAllocSize() local
661 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp533 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
781 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
795 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp184 bool IsRequired = false; member
972 , bool IsRequired) { in saveSimpleKeyCandidate()
/external/llvm/lib/Support/
DYAMLParser.cpp200 bool IsRequired; member
981 , bool IsRequired) { in saveSimpleKeyCandidate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp184 bool IsRequired = false; member
979 , bool IsRequired) { in saveSimpleKeyCandidate()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc373 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function