Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs228 return !f.IsRequired; in IsInitialized()
231 else if (f.IsRequired) in IsInitialized()
/third_party/node/deps/v8/src/heap/
Dheap-write-barrier.h70 static inline bool IsRequired(HeapObject host, T value);
Dheap-write-barrier-inl.h289 bool WriteBarrier::IsRequired(HeapObject host, T value) { in IsRequired() function
/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
536 if (IsRequired) { in computeTotalAllocSize()
781 bool IsRequired = isRequiredForExecution(Section); in emitSection() local
832 if (IsRequired || ProcessAllSections) { in emitSection()
883 if (!IsRequired) in emitSection()
/third_party/skia/third_party/externals/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()
/third_party/node/deps/v8/src/objects/
Dobject-macros.h502 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \
524 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \
544 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \
Dobjects-inl.h866 SLOW_DCHECK(!WriteBarrier::IsRequired(*this, value)); in set_map()
880 SLOW_DCHECK(!WriteBarrier::IsRequired(*this, value)); in set_map_after_allocation()
/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/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc402 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function
3821 chunks.erase(std::remove_if(chunks.begin(), chunks.end(), IsRequired), in GenerateByteSize()