HomeSort by relevance Sort by last modified time
    Searched full:other_type (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
dependent-base-member-init.cpp 52 A(U& init) : U::other_type(init) { }
  /external/dbus/dbus/
sd-daemon.c 173 int other_type = 0; local
174 socklen_t l = sizeof(other_type);
176 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &other_type, &l) < 0)
179 if (l != sizeof(other_type))
182 if (other_type != type)