HomeSort by relevance Sort by last modified time
    Searched full:recordinfo (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.h 37 RecordInfo* info,
42 RecordInfo* info() { return info_; }
46 RecordInfo* info_;
69 class RecordInfo {
75 ~RecordInfo();
104 RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache);
139 RecordInfo* Lookup(clang::CXXRecordDecl* record);
141 RecordInfo* Lookup(const clang::CXXRecordDecl* record) {
145 RecordInfo* Lookup(clang::DeclContext* decl) {
149 RecordInfo* Lookup(const clang::Type* type)
    [all...]
CMakeLists.txt 8 RecordInfo.cpp
RecordInfo.cpp 6 #include "RecordInfo.h"
11 RecordInfo::RecordInfo(CXXRecordDecl* record, RecordCache* cache)
29 RecordInfo::~RecordInfo() {
39 bool RecordInfo::GetTemplateArgs(size_t count, TemplateArgs* output_args) {
61 bool RecordInfo::IsHeapAllocatedCollection() {
86 bool RecordInfo::IsGCDerived() {
105 bool RecordInfo::IsGCFinalized() {
121 bool RecordInfo::IsGCMixin()
    [all...]
BlinkGCPlugin.cpp 13 #include "RecordInfo.h"
271 RecordInfo* info = cache_->Lookup(field->getParent());
275 RecordInfo::Fields::iterator it = info->GetFields().find(field);
301 CheckDispatchVisitor(RecordInfo* receiver)
315 RecordInfo* receiver_;
324 CheckTraceVisitor(CXXMethodDecl* trace, RecordInfo* info)
366 for (RecordInfo::Fields::iterator it = info_->GetFields().begin();
424 RecordInfo::Bases::iterator it = info_->GetBases().begin();
466 RecordInfo::Bases::iterator it = info_->GetBases().find(decl);
534 CheckTraceVisitor(RecordInfo* info) : trace_(0), info_(info) {
    [all...]
Edge.h 12 class RecordInfo;
99 explicit Value(RecordInfo* value) : value_(value) {};
105 RecordInfo* value() { return value_; }
108 RecordInfo* value_;
203 Collection(RecordInfo* info, bool on_heap, bool is_root)
239 RecordInfo* info_;
Edge.cpp 7 #include "RecordInfo.h"
  /external/openssl/include/openssl/
dtls1.h 273 struct bio_dgram_sctp_rcvinfo recordinfo; member in struct:dtls1_record_data_st
  /external/openssl/ssl/
dtls1.h 273 struct bio_dgram_sctp_rcvinfo recordinfo; member in struct:dtls1_record_data_st
d1_pkt.c 240 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
823 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
    [all...]

Completed in 74 milliseconds