HomeSort by relevance Sort by last modified time
    Searched refs:IsOut (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndrtypes.h 69 unsigned short IsOut : 1;
137 unsigned char IsOut : 1;
ndr64types.h 110 NDR64_UINT16 IsOut : 1;
144 NDR64_UINT8 IsOut : 1;
  /system/tools/aidl/
generate_cpp.cpp 120 if (a->IsOut()) {
132 if (a->IsOut()) { literal = "&"; }
284 string var_name = ((a->IsOut()) ? "*" : "") + a->GetName();
297 } else if (a->IsOut() && a->GetType().IsArray()) {
460 } else if (a->IsOut() && a->GetType().IsArray()) {
aidl_language.cpp 146 if (a->IsOut()) { out_arguments_.push_back(a.get()); }
aidl_language.h 121 bool IsOut() const { return direction_ & OUT_DIR; }
aidl.cpp 225 if (oneway && arg->IsOut()) {

Completed in 182 milliseconds