HomeSort by relevance Sort by last modified time
    Searched defs:IsA (Results 1 - 4 of 4) sorted by null

  /external/v8/src/asmjs/
asm-types.cc 57 bool AsmType::IsA(AsmType* that) {
58 // IsA is used for querying inheritance relationships. Therefore it is only
68 return as_callable->IsA(that);
142 bool AsmCallableType::IsA(AsmType* other) {
186 if (!arg->IsA(AsmType::Floatish()) && !arg->IsA(AsmType::DoubleQ()) &&
187 !arg->IsA(AsmType::Signed()) && !arg->IsA(AsmType::Unsigned())) {
213 if (!args[ii]->IsA(arg_)) {
245 if (!args[ii]->IsA(AsmType::Extern()))
    [all...]
  /external/protobuf/python/
mox.py 771 mock_dao.RunQuery(StrContains('SELECT'), IsA(int))
790 class IsA(Comparator):
795 mock_dao.Connect(IsA(DbConnectInfo))
799 """Initialize IsA
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 155 milliseconds