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

  /external/clang/test/SemaCXX/
constructor-initializer.cpp 166 struct NDC {
169 NDC() { }
170 NDC(T &ref) : ref(ref) { }
173 struct X0 : NDC<int> {
174 X0(int &ref) : NDC<int>(ref), ndc(ref) { }
176 NDC<int> ndc; member in struct:X0
  /external/bluetooth/bluez/health/
hdp_types.h 108 struct hdp_channel *ndc; /* Data channel being negotiated */ member in struct:hdp_device

Completed in 52 milliseconds