Home
last modified time | relevance | path

Searched refs:IsRequired (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs179 return !f.IsRequired; in IsInitialized()
182 else if (f.IsRequired) in IsInitialized()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp428 bool IsRequired = isRequiredForExecution(Section); in computeTotalAllocSize() local
431 if (IsRequired) { in computeTotalAllocSize()
661 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
702 if (IsRequired) { in emitSection()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h103 bool IsRequired() const { return m_bRequired; } in IsRequired() function
Dcpdf_interactiveform.cpp1003 if (pField->IsRequired() && in CheckRequiredFields()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp533 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
536 if (IsRequired) { in computeTotalAllocSize()
781 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
832 if (IsRequired || ProcessAllSections) { in emitSection()
883 if (!IsRequired) in emitSection()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local
546 if (IsRequired) { in computeTotalAllocSize()
795 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
846 if (IsRequired || ProcessAllSections) { in emitSection()
897 if (!IsRequired) in emitSection()
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp184 bool IsRequired = false; member
404 , bool IsRequired);
972 , bool IsRequired) { in saveSimpleKeyCandidate() argument
978 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
988 if (i->IsRequired) in removeStaleSimpleKeyCandidates()
/external/llvm/lib/Support/
DYAMLParser.cpp200 bool IsRequired; member
421 , bool IsRequired);
981 , bool IsRequired) { in saveSimpleKeyCandidate() argument
987 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
997 if (i->IsRequired) in removeStaleSimpleKeyCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp184 bool IsRequired = false; member
411 , bool IsRequired);
979 , bool IsRequired) { in saveSimpleKeyCandidate() argument
985 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()
995 if (i->IsRequired) in removeStaleSimpleKeyCandidates()
/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/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc373 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function
4169 chunks.erase(std::remove_if(chunks.begin(), chunks.end(), IsRequired), in GenerateByteSize()