Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.cc64 auto* o_type = Py_TYPE(o); in GetKeysFromDictOrMapping() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java604 final Type o_type = o.getType(cpg); in visitFieldInstruction() local
622 final Type o_type = o.getType(cpg); in visitFieldInstruction() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java1281 final Type o_type = o.getType(cpg); in visitGETFIELD() local
1300 final Type o_type = o.getType(cpg); in visitGETFIELD() local
2719 final Type o_type = o.getType(cpg); in visitPUTFIELD() local
2812 final Type o_type = o.getType(cpg); in visitPUTSTATIC() local
/external/libabigail/src/
Dabg-reporter-priv.cc442 const type_base_sptr o_type = o->get_type(), n_type = n->get_type(); in represent() local