Searched refs:numDesc (Results 1 – 2 of 2) sorted by relevance
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/ |
D | ParserMinimalBase.java | 562 protected void reportOverflowInt(String numDesc) throws IOException { in reportOverflowInt() argument 563 reportOverflowInt(numDesc, currentToken()); in reportOverflowInt() 567 protected void reportOverflowInt(String numDesc, JsonToken inputType) throws IOException { in reportOverflowInt() argument 569 _longIntegerDesc(numDesc), Integer.MIN_VALUE, Integer.MAX_VALUE), in reportOverflowInt() 583 protected void reportOverflowLong(String numDesc) throws IOException { in reportOverflowLong() argument 584 reportOverflowLong(numDesc, currentToken()); in reportOverflowLong() 588 protected void reportOverflowLong(String numDesc, JsonToken inputType) throws IOException { in reportOverflowLong() argument 590 _longIntegerDesc(numDesc), Long.MIN_VALUE, Long.MAX_VALUE), in reportOverflowLong()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DResourceProvider.cpp | 183 auto createFunc = [this](GrD3DGpu* gpu, unsigned int numDesc) { in findOrCreateShaderViewTable() argument 184 return this->fDescriptorTableManager.createShaderViewTable(gpu, numDesc); in findOrCreateShaderViewTable() 191 auto createFunc = [this](GrD3DGpu* gpu, unsigned int numDesc) { in findOrCreateSamplerTable() argument 192 return this->fDescriptorTableManager.createSamplerTable(gpu, numDesc); in findOrCreateSamplerTable() 378 std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int numDesc)> createFunc) { in findOrCreateDescTable()
|