Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs218 public bool IsRequired => Proto.Label == FieldDescriptorProto.Types.Label.Required; field in Google.Protobuf.Reflection.FieldDescriptor
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp184 bool IsRequired = false; member
979 , bool IsRequired) { in saveSimpleKeyCandidate()
/third_party/flatbuffers/include/flatbuffers/
Didl.h313 bool IsRequired() const { in IsRequired() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc402 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function