Home
last modified time | relevance | path

Searched defs:FromInt (Results 1 – 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
Dresource_type.h35 static Type FromInt(int32 type) { in FromInt() function
/external/v8/src/
Dtype-info.h83 static TypeInfo FromInt(int bit_representation) { in FromInt() function
Dobjects-inl.h976 Smi* Smi::FromInt(int value) { in FromInt() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp1570 struct FromInt { FromInt(int); }; struct