Searched refs:IsRequired (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | MessageExtensions.cs | 228 return !f.IsRequired; in IsInitialized() 231 else if (f.IsRequired) in IsInitialized()
|
/third_party/node/deps/v8/src/heap/ |
D | heap-write-barrier.h | 70 static inline bool IsRequired(HeapObject host, T value);
|
D | heap-write-barrier-inl.h | 289 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/ |
D | RuntimeDyld.cpp | 533 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/ |
D | YAMLParser.cpp | 184 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/ |
D | object-macros.h | 502 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \ 524 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \ 544 SLOW_DCHECK(!WriteBarrier::IsRequired(object, value)); \
|
D | objects-inl.h | 866 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/ |
D | FieldDescriptor.cs | 218 public bool IsRequired => Proto.Label == FieldDescriptorProto.Types.Label.Required; field in Google.Protobuf.Reflection.FieldDescriptor
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 402 bool IsRequired(const std::vector<const FieldDescriptor*>& v) { in IsRequired() function 3821 chunks.erase(std::remove_if(chunks.begin(), chunks.end(), IsRequired), in GenerateByteSize()
|