Searched refs:SameSizeAs (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
H A DBlinkGCPluginConsumer.cpp679 // Ignore any class prefixed by SameSizeAs. These are used in
681 const std::string SameSizeAs = "SameSizeAs"; local
682 if (info->name().compare(0, SameSizeAs.size(), SameSizeAs) == 0)

Completed in 6371 milliseconds