Home
last modified time | relevance | path

Searched refs:record_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp14 record_(record), in RecordInfo()
43 dyn_cast<ClassTemplateSpecializationDecl>(record_); in GetTemplateArgs()
90 dyn_cast<ClassTemplateSpecializationDecl>(record_); in HasOptionalFinalizer()
113 if (!record_->hasDefinition()) in IsGCDerived()
209 for (Decl* decl : record_->decls()) { in IsEagerlyFinalized()
221 return record_->hasDefinition(); in HasDefinition()
246 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsStackAllocated()
247 it != record_->method_end(); in IsStackAllocated()
264 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsNonNewable()
265 it != record_->method_end(); in IsNonNewable()
[all …]
DRecordInfo.h87 clang::CXXRecordDecl* record() const { return record_; } in record()
138 clang::CXXRecordDecl* record_; variable
/external/tensorflow/tensorflow/python/lib/io/
Dpy_record_reader.h53 string record() const { return record_; } in record()
66 string record_; variable
Dpy_record_reader.cc67 Status s = reader_->ReadRecord(&offset_, &record_); in GetNext()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
209 : record(record_) in AllocationCallbackViolation()
DvkAllocationCallbackUtil.cpp341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot()
342 : record (record_) in AllocationSlot()