OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPrimitiveType
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_export_type.cpp
136
if (!RSExportPrimitiveType::
IsPrimitiveType
(BaseElementType)) {
850
bool RSExportPrimitiveType::
IsPrimitiveType
(const clang::Type *T) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm
436
return if
IsPrimitiveType
($type) or IsEnumType($type) or $type eq "object";
467
if (
IsPrimitiveType
($interfaceName) or IsEnumType($interfaceName) or IsCallbackFunctionType($interfaceName)) {
[
all
...]
Completed in 31 milliseconds