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

  /external/libchrome/mojo/public/cpp/bindings/lib/
template_util.h 42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
43 // sizeof(NoType).
46 struct NoType {
  /external/webrtc/webrtc/base/
template_util.h 66 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
67 // sizeof(NoType).
70 struct NoType {
88 static NoType Test(...);
101 static NoType Test(...);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
fields-expected.cc 120 struct NoType {
125 static NoType SubclassCheck(...);
fields-original.cc 117 struct NoType {
122 static NoType subclassCheck(...);
  /external/deqp-deps/glslang/SPIRV/
spvIR.h 66 const Id NoType = 0;
95 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
365 return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId();
424 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel)));
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 257 milliseconds