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

  /external/bison/src/
reader.c 251 char const *lhs_type = r->sym->type_name;
254 if (!UNIQSTR_EQ (lhs_type, rhs_type))
257 lhs_type, rhs_type);
248 char const *lhs_type = r->sym->type_name; local
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 72 int lhs_type; local
75 lhs_type = _dbus_type_reader_get_current_type (lhs);
78 if (lhs_type != rhs_type)
81 if (lhs_type == DBUS_TYPE_INVALID)
84 if (dbus_type_is_basic (lhs_type))
95 return basic_value_equal (lhs_type, &lhs_value, &rhs_value);
    [all...]

Completed in 480 milliseconds