OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeTemplate
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp
95
Persistent<FunctionTemplate>
TypeTemplate
;
472
new Type(this, descriptor,
TypeTemplate
->GetFunction()->NewInstance());
527
TypeTemplate
= Persistent<FunctionTemplate>::New(FunctionTemplate::New());
528
TypeTemplate
->SetClassName(String::New("Type"));
533
TypeTemplate
->InstanceTemplate()->SetInternalFieldCount(4);
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
673
return NameClassification::
TypeTemplate
(Template);
[
all
...]
Completed in 33 milliseconds