Home
last modified time | relevance | path

Searched refs:rawType (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js90 let [hasType, rawType] = getType(k, { types, dynamicTypes })
91 let type = rawType
136 rawType = typeDefault
147 debug('prevalidated val', d, v, rawType)
148 if (!validate(d, k, v, rawType, { typeDefs })) {
150 invalidHandler(k, v, rawType, data)
152 debug('invalid: ' + k + '=' + v, rawType)
156 debug('validated v', d, v, rawType)
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorScalarCast.cpp18 const Type& rawType, in Convert()
21 const Type& type = rawType.scalarTypeForLiteral(); in Convert()
16 Convert(const Context& context, int line, const Type& rawType, ExpressionArray args) Convert() argument
H A DSkSLConstructorScalarCast.h36 const Type& rawType,
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java238 Class<?> rawType = (Class<?>) parameterizedType.getRawType(); in getGenericSuperList()
239 if (List.class.isAssignableFrom(rawType)) { in getGenericSuperList()
249 Class<?> rawType = (Class<?>) parameterizedType.getRawType(); in getGenericSuperList()
250 if (List.class.isAssignableFrom(rawType)) { in getGenericSuperList()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java432 Class<?> rawType = (Class<?>) prdType.getRawType(); in toTypeNameList()
433 s.append(rawType.getCanonicalName()); in toTypeNameList()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc137 int rawType = breakpointId.substring(0, typeLineSeparator).toInteger(); in parseBreakpointId() local
138 if (rawType < static_cast<int>(BreakpointType::kByUrl) || in parseBreakpointId()
139 rawType > static_cast<int>(BreakpointType::kInstrumentationBreakpoint)) { in parseBreakpointId()
142 if (type) *type = static_cast<BreakpointType>(rawType); in parseBreakpointId()
143 if (rawType == static_cast<int>(BreakpointType::kDebugCommand) || in parseBreakpointId()
144 rawType == static_cast<int>(BreakpointType::kMonitorCommand) || in parseBreakpointId()
145 rawType == static_cast<int>(BreakpointType::kBreakpointAtEntry) || in parseBreakpointId()
146 rawType == static_cast<int>(BreakpointType::kInstrumentationBreakpoint)) { in parseBreakpointId()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp552 SpvId SPIRVCodeGenerator::getType(const Type& rawType, const MemoryLayout& layout) { in getType() argument
557 if (rawType.isArray()) { in getType()
561 const Type& component = this->getActualType(rawType.componentType()); in getType()
562 arrayName = component.getArrayName(rawType.columns()); in getType()
563 arrayType = Type::MakeArrayType(arrayName, component, rawType.columns()); in getType()
567 type = &this->getActualType(rawType); in getType()
750 SpvId SPIRVCodeGenerator::getPointerType(const Type& rawType, const MemoryLayout& layout, in getPointerType() argument
752 const Type& type = this->getActualType(rawType); in getPointerType()

Completed in 27 milliseconds