OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTemplateArgs
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp
41
bool RecordInfo::
GetTemplateArgs
(size_t count, TemplateArgs* output_args) {
46
const TemplateArgumentList& args = tmpl->
getTemplateArgs
();
68
if (
GetTemplateArgs
(0, &args)) {
590
if (Config::IsRefPtr(info->name()) && info->
GetTemplateArgs
(1, &args)) {
596
if (Config::IsOwnPtr(info->name()) && info->
GetTemplateArgs
(1, &args)) {
602
if (Config::IsUniquePtr(info->name()) && info->
GetTemplateArgs
(1, &args)) {
614
if (Config::IsMember(info->name()) && info->
GetTemplateArgs
(1, &args)) {
620
if (Config::IsWeakMember(info->name()) && info->
GetTemplateArgs
(1, &args)) {
634
if (!info->
GetTemplateArgs
(1, &args))
650
if (!info->
GetTemplateArgs
(count, &args)
[
all
...]
RecordInfo.h
95
bool
GetTemplateArgs
(size_t count, TemplateArgs* output_args);
Completed in 220 milliseconds