MCPcopy Create free account

hub / github.com/mapbox/pbf / functions

Functions180 in github.com/mapbox/pbf

↓ 63 callersMethodreadVarint
* @param {boolean} [isSigned]
index.js:92
↓ 44 callersMethodfinish
()
index.js:256
↓ 41 callersMethodwriteVarintField
* @param {number} tag * @param {number} val
index.js:508
↓ 32 callersMethodnextField
* Advance to the next field. Returns the field number, or 0 at end-of-message. * @param {number} [end]
index.js:202
↓ 22 callersMethodwriteMessage
* @template T * @param {number} tag * @param {(obj: T, pbf: PbfWriter) => void} fn * @param {T} obj
index.js:395
↓ 21 callersMethodreadString
()
index.js:115
↓ 19 callersFunctioncompile
(proto)
compile.js:7
↓ 19 callersMethodwriteStringField
* @param {number} tag * @param {string} str
index.js:524
↓ 17 callersMethodwriteVarint
@param {number} val
index.js:293
↓ 16 callersMethodreadPackedVarint
* @param {number[]} [arr] * @param {boolean} [isSigned]
index.js:141
↓ 14 callersMethodrealloc
@param {number} min
index.js:242
↓ 11 callersMethodreadFloat
()
index.js:77
↓ 11 callersMethodwriteTag
* @param {number} tag * @param {number} type
index.js:237
↓ 10 callersMethodreadBoolean
()
index.js:111
↓ 9 callersFunctionreadEnvelope
(pbf, end)
test/fixtures/map.js:2
↓ 9 callersMethodreadPackedEnd
()
index.js:194
↓ 9 callersFunctionwriteEnvelope
(obj, pbf)
test/fixtures/map.js:11
↓ 9 callersMethodwritePackedVarint
* @param {number} tag * @param {number[]} arr
index.js:404
↓ 8 callersMethodreadFields
* @template T * @param {(tag: number, result: T, pbf: PbfReader) => void} readField * @param {T} result * @param {number} [end]
index.js:34
↓ 8 callersMethodwriteBooleanField
* @param {number} tag * @param {boolean} val
index.js:548
↓ 8 callersMethodwriteFloatField
* @param {number} tag * @param {number} val
index.js:532
↓ 6 callersMethodreadFixed32
()
index.js:51
↓ 6 callersMethodreadSFixed32
()
index.js:57
↓ 6 callersFunctiontoNum
* @param {number} low * @param {number} high * @param {boolean} [isSigned]
index.js:577
↓ 5 callersMethodreadDouble
()
index.js:83
↓ 5 callersFunctionreadTile
(pbf, end)
test/fixtures/vector_tile.js:2
↓ 5 callersMethodwriteFixed32
@param {number} val
index.js:263
↓ 4 callersFunctionclock
(start)
bench/bench-tiles.js:103
↓ 4 callersFunctiongetMethod
(ctx, field)
compile.js:141
↓ 4 callersFunctiongetSubMessage
(ctx, field)
compile.js:114
↓ 4 callersMethodreadSVarint
()
index.js:106
↓ 4 callersFunctiontoArray
(buf)
test/pbf.test.js:7
↓ 4 callersFunctionvalidateIdentifier
(name)
compile.js:210
↓ 4 callersMethodwriteFixed64
@param {number} val
index.js:277
↓ 4 callersMethodwriteSFixed32
@param {number} val
index.js:270
↓ 4 callersMethodwriteSFixed64
@param {number} val
index.js:285
↓ 4 callersMethodwriteString
@param {string} str
index.js:326
↓ 3 callersFunctioncompileFieldWrite
(ctx, field, name)
compile.js:185
↓ 3 callersFunctioncompileRaw
(proto, options = {})
compile.js:11
↓ 3 callersFunctionfieldShouldUseStringAsNumber
(field)
compile.js:149
↓ 3 callersFunctiongetType
(ctx, field)
compile.js:105
↓ 3 callersMethodreadBytes
()
index.js:128
↓ 3 callersMethodreadFixed64
()
index.js:65
↓ 3 callersMethodreadSFixed64
()
index.js:71
↓ 3 callersMethodwriteBoolean
@param {boolean} val
index.js:321
↓ 3 callersMethodwriteDouble
@param {number} val
index.js:353
↓ 3 callersFunctionwriteEmbeddedType
(obj, pbf)
test/fixtures/embedded_type.js:12
↓ 3 callersMethodwriteFloat
@param {number} val
index.js:346
↓ 3 callersMethodwriteSVarint
@param {number} val
index.js:316
↓ 3 callersFunctionwriteTile
(obj, pbf)
test/fixtures/vector_tile.js:10
↓ 2 callersFunctionconfig
(file, plugins)
rollup.config.js:3
↓ 2 callersFunctionf
(name, type, tag)
compile.js:199
↓ 2 callersFunctiongetEnumValues
(ctx)
compile.js:80
↓ 2 callersFunctionisEnum
(type)
compile.js:101
↓ 2 callersFunctionisPacked
(field)
compile.js:309
↓ 2 callersFunctionmakeRoomForExtraLength
* @param {number} startPos * @param {number} len * @param {PbfWriter} pbf
index.js:646
↓ 2 callersFunctionreadEmbeddedTypeContainerInner
(pbf, end)
test/fixtures/embedded_type.js:30
↓ 2 callersFunctionreadFalsePacked
(pbf, end)
test/fixtures/packed.js:16
↓ 2 callersMethodreadMessage
* @template T * @param {(tag: number, result: T, pbf: PbfReader) => void} readField * @param {T} result
index.js:47
↓ 2 callersMethodskip
@param {number} val
index.js:212
↓ 2 callersFunctionspeed
(time, size)
bench/bench-tiles.js:99
↓ 2 callersFunctionwillSupportPacked
(ctx, field)
compile.js:267
↓ 2 callersMethodwriteBytes
@param {Uint8Array} buffer
index.js:360
↓ 2 callersMethodwriteBytesField
* @param {number} tag * @param {Uint8Array} buffer
index.js:468
↓ 2 callersMethodwriteDoubleField
* @param {number} tag * @param {number} val
index.js:540
↓ 2 callersMethodwriteFixed32Field
* @param {number} tag * @param {number} val
index.js:476
↓ 2 callersMethodwriteFixed64Field
* @param {number} tag * @param {number} val
index.js:492
↓ 2 callersFunctionwriteFunctionExport
({legacy}, name)
compile.js:76
↓ 2 callersFunctionwriteNotPacked
(obj, pbf)
test/fixtures/packed.js:11
↓ 2 callersFunctionwritePacked
(obj, pbf)
test/fixtures/packed.js:39
↓ 2 callersMethodwritePackedBoolean
* @param {number} tag * @param {boolean[]} arr
index.js:418
↓ 2 callersMethodwriteRawMessage
* @template T * @param {(obj: T, pbf: PbfWriter) => void} fn * @param {T} obj
index.js:373
↓ 2 callersMethodwriteSVarintField
* @param {number} tag * @param {number} val
index.js:516
↓ 1 callersFunctionbuildContext
(proto, parent, mapEntryField)
compile.js:216
↓ 1 callersFunctionbuildDefaults
(ctx, syntax)
compile.js:289
↓ 1 callersFunctioncapitalize
(s)
compile.js:110
↓ 1 callersFunctioncompileDest
(ctx)
compile.js:92
↓ 1 callersFunctioncompileFieldRead
(ctx, field)
compile.js:170
↓ 1 callersFunctioncompileFieldWriteLine
(ctx, field)
compile.js:63
↓ 1 callersFunctioncompilePackedRead
(ctx, field)
compile.js:165
↓ 1 callersFunctioncompileScalarFieldRead
(ctx, field)
compile.js:155
↓ 1 callersFunctiongetDefaultValue
(field, value)
compile.js:253
↓ 1 callersFunctiongetDefaultWriteTest
(ctx, field)
compile.js:298
↓ 1 callersFunctiongetMapMessage
(field)
compile.js:198
↓ 1 callersFunctionloadTile
(z, x, y, urlTemplate, cachePath)
bench/bench-tiles.js:140
↓ 1 callersFunctionpointToTileFraction
(lon, lat, z)
bench/bench-tiles.js:173
↓ 1 callersFunctionreadCustomType
(pbf, end)
test/fixtures/defaults_implicit.js:7
↓ 1 callersFunctionreadEmbeddedTypeContainer
(pbf, end)
test/fixtures/embedded_type.js:18
↓ 1 callersFunctionreadEnvelopeKnEntry
(pbf, end)
test/fixtures/map.js:30
↓ 1 callersFunctionreadEnvelopeKnEntry$
(pbf, end)
test/fixtures/map_collision.js:51
↓ 1 callersFunctionreadEnvelopeKvEntry
(pbf, end)
test/fixtures/map.js:16
↓ 1 callersFunctionreadEnvelopeKvEntry
(pbf, end)
test/fixtures/map_collision.js:25
↓ 1 callersFunctionreadEnvelopeKvEntry$
(pbf, end)
test/fixtures/map_collision.js:37
↓ 1 callersFunctionreadNotPacked
(pbf, end)
test/fixtures/packed.js:2
↓ 1 callersFunctionreadPacked
(pbf, end)
test/fixtures/packed.js:30
↓ 1 callersMethodreadPackedBoolean
@param {boolean[]} [arr]
index.js:153
↓ 1 callersFunctionreadPackedFixed
(pbf, end)
test/fixtures/packed_proto3.js:47
↓ 1 callersMethodreadPackedSFixed64
@param {number[]} [arr]
index.js:189
↓ 1 callersFunctionreadTileFeature
(pbf, end)
test/fixtures/vector_tile.js:45
↓ 1 callersFunctionreadTileLayer
(pbf, end)
test/fixtures/vector_tile.js:63
next →1–100 of 180, ranked by callers