Home
last modified time | relevance | path

Searched defs:numDesc (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java562 protected void reportOverflowInt(String numDesc) throws IOException { in reportOverflowInt()
567 protected void reportOverflowInt(String numDesc, JsonToken inputType) throws IOException { in reportOverflowInt()
583 protected void reportOverflowLong(String numDesc) throws IOException { in reportOverflowLong()
588 protected void reportOverflowLong(String numDesc, JsonToken inputType) throws IOException { in reportOverflowLong()
/external/skia/src/gpu/d3d/
DGrD3DResourceProvider.cpp183 auto createFunc = [this](GrD3DGpu* gpu, unsigned int numDesc) { in findOrCreateShaderViewTable()
191 auto createFunc = [this](GrD3DGpu* gpu, unsigned int numDesc) { in findOrCreateSamplerTable()