Searched defs:IsRequired (Results 1 – 9 of 9) sorted by relevance
194 public bool IsRequired => Proto.Label == FieldDescriptorProto.Types.Label.Required; field in Google.Protobuf.Reflection.FieldDescriptor
103 bool IsRequired() const { return m_bRequired; } in IsRequired() function
428 bool IsRequired = isRequiredForExecution(Section); in computeTotalAllocSize() local661 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
533 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local781 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local795 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
184 bool IsRequired = false; member972 , bool IsRequired) { in saveSimpleKeyCandidate()
200 bool IsRequired; member981 , bool IsRequired) { in saveSimpleKeyCandidate()
184 bool IsRequired = false; member979 , bool IsRequired) { in saveSimpleKeyCandidate()
373 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function