Home
last modified time | relevance | path

Searched refs:extJSONValue (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_parser_test.go42 vals []*extJSONValue
163 values := []*extJSONValue{
268 vals: []*extJSONValue{
368 val *extJSONValue
513 values: []*extJSONValue{
524 values: []*extJSONValue{
535 values: []*extJSONValue{
597 values: []*extJSONValue{
608 values: []*extJSONValue{
722 val := &extJSONValue{
[all …]
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_parser_test.go42 vals []*extJSONValue
163 values := []*extJSONValue{
268 vals: []*extJSONValue{
368 val *extJSONValue
513 values: []*extJSONValue{
524 values: []*extJSONValue{
535 values: []*extJSONValue{
597 values: []*extJSONValue{
608 values: []*extJSONValue{
619 values: []*extJSONValue{
[all …]
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
185 func (ejv *extJSONValue) parseDateTime() (int64, error) {
255 func (ejv *extJSONValue) parseDouble() (float64, error) {
281 func (ejv *extJSONValue) parseInt32() (int32, error) {
302 func (ejv *extJSONValue) parseInt64() (int64, error) {
319 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
327 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
339 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
399 func (ejv *extJSONValue) parseSymbol() (string, error) {
407 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go49 type extJSONValue struct { struct
56 values []*extJSONValue
64 v *extJSONValue
234 var v *extJSONValue
324 base64 := &extJSONValue{
328 subType := &extJSONValue{
333 v = &extJSONValue{
371 v = &extJSONValue{
375 values: []*extJSONValue{base64, subType},
488 vals := make([]*extJSONValue, numKeys)
[all …]
H A Dextjson_parser_test.go42 vals []*extJSONValue
77 func readValueDiff(t *testing.T, eVal, aVal *extJSONValue, err error, errF expectedErrorFunc, desc … argument
184 values := []*extJSONValue{
205 vals: []*extJSONValue{nil},
211 …nc(desc, input, firstKey string, firstType bsontype.Type, firstValue *extJSONValue) readKeyValueTe…
217 vals: []*extJSONValue{firstValue, nil},
289 vals: []*extJSONValue{
306 vals: []*extJSONValue{nil},
315 …secondKeyError("invalid input: missing }", `{"a": 1`, "a", bsontype.Int32, &extJSONValue{t: bsonty…
316 …secondKeyError("invalid input: missing comma", `{"a": 1 "b"`, "a", bsontype.Int32, &extJSONValue{t…
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser_test.go42 vals []*extJSONValue
77 func readValueDiff(t *testing.T, eVal, aVal *extJSONValue, err error, errF expectedErrorFunc, desc … argument
184 values := []*extJSONValue{
205 vals: []*extJSONValue{nil},
211 …nc(desc, input, firstKey string, firstType bsontype.Type, firstValue *extJSONValue) readKeyValueTe…
217 vals: []*extJSONValue{firstValue, nil},
289 vals: []*extJSONValue{
306 vals: []*extJSONValue{nil},
315 …secondKeyError("invalid input: missing }", `{"a": 1`, "a", bsontype.Int32, &extJSONValue{t: bsonty…
316 …secondKeyError("invalid input: missing comma", `{"a": 1 "b"`, "a", bsontype.Int32, &extJSONValue{t…
[all …]
H A Dextjson_parser.go46 type extJSONValue struct { struct
53 values []*extJSONValue
61 v *extJSONValue
219 func (ejp *extJSONParser) readValue(t bsontype.Type) (*extJSONValue, error) {
224 var v *extJSONValue
303 v = &extJSONValue{
307 values: []*extJSONValue{base64, subType},
328 v = &extJSONValue{t: bsontype.EmbeddedDocument, v: &extJSONObject{keys: keys, values: vals}}
420 vals := make([]*extJSONValue, numKeys)
676 func extendJSONToken(jt *jsonToken) *extJSONValue {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go49 type extJSONValue struct { struct
56 values []*extJSONValue
64 v *extJSONValue
234 var v *extJSONValue
324 base64 := &extJSONValue{
328 subType := &extJSONValue{
333 v = &extJSONValue{
371 v = &extJSONValue{
375 values: []*extJSONValue{base64, subType},
488 vals := make([]*extJSONValue, numKeys)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go46 type extJSONValue struct { struct
53 values []*extJSONValue
61 v *extJSONValue
212 func (ejp *extJSONParser) readValue(t bsontype.Type) (*extJSONValue, error) {
217 var v *extJSONValue
296 v = &extJSONValue{
300 values: []*extJSONValue{base64, subType},
321 v = &extJSONValue{t: bsontype.EmbeddedDocument, v: &extJSONObject{keys: keys, values: vals}}
413 vals := make([]*extJSONValue, numKeys)
669 func extendJSONToken(jt *jsonToken) *extJSONValue {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go49 type extJSONValue struct { struct
56 values []*extJSONValue
64 v *extJSONValue
234 var v *extJSONValue
324 base64 := &extJSONValue{
328 subType := &extJSONValue{
333 v = &extJSONValue{
371 v = &extJSONValue{
375 values: []*extJSONValue{base64, subType},
488 vals := make([]*extJSONValue, numKeys)
[all …]
H A Dextjson_parser_test.go42 vals []*extJSONValue
77 func readValueDiff(t *testing.T, eVal, aVal *extJSONValue, err error, errF expectedErrorFunc, desc … argument
184 values := []*extJSONValue{
205 vals: []*extJSONValue{nil},
211 …nc(desc, input, firstKey string, firstType bsontype.Type, firstValue *extJSONValue) readKeyValueTe…
217 vals: []*extJSONValue{firstValue, nil},
289 vals: []*extJSONValue{
306 vals: []*extJSONValue{nil},
315 …secondKeyError("invalid input: missing }", `{"a": 1`, "a", bsontype.Int32, &extJSONValue{t: bsonty…
316 …secondKeyError("invalid input: missing comma", `{"a": 1 "b"`, "a", bsontype.Int32, &extJSONValue{t…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go49 type extJSONValue struct { struct
56 values []*extJSONValue
64 v *extJSONValue
234 var v *extJSONValue
324 base64 := &extJSONValue{
328 subType := &extJSONValue{
333 v = &extJSONValue{
371 v = &extJSONValue{
375 values: []*extJSONValue{base64, subType},
488 vals := make([]*extJSONValue, numKeys)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
185 func (ejv *extJSONValue) parseDateTime() (int64, error) {
255 func (ejv *extJSONValue) parseDouble() (float64, error) {
281 func (ejv *extJSONValue) parseInt32() (int32, error) {
302 func (ejv *extJSONValue) parseInt64() (int64, error) {
319 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
327 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
339 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
399 func (ejv *extJSONValue) parseSymbol() (string, error) {
407 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
185 func (ejv *extJSONValue) parseDateTime() (int64, error) {
255 func (ejv *extJSONValue) parseDouble() (float64, error) {
281 func (ejv *extJSONValue) parseInt32() (int32, error) {
302 func (ejv *extJSONValue) parseInt64() (int64, error) {
319 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
327 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
339 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
399 func (ejv *extJSONValue) parseSymbol() (string, error) {
407 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go60 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
185 func (ejv *extJSONValue) parseDateTime() (int64, error) {
263 func (ejv *extJSONValue) parseDouble() (float64, error) {
289 func (ejv *extJSONValue) parseInt32() (int32, error) {
310 func (ejv *extJSONValue) parseInt64() (int64, error) {
327 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
335 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
347 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
407 func (ejv *extJSONValue) parseSymbol() (string, error) {
415 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]
H A Dextjson_parser.go49 type extJSONValue struct { struct
56 values []*extJSONValue
64 v *extJSONValue
234 var v *extJSONValue
324 base64 := &extJSONValue{
328 subType := &extJSONValue{
333 v = &extJSONValue{
371 v = &extJSONValue{
375 values: []*extJSONValue{base64, subType},
488 vals := make([]*extJSONValue, numKeys)
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/
H A Dextjson_wrappers.go66 func (ejv *extJSONValue) parseBinary() (b []byte, subType byte, err error) {
191 func (ejv *extJSONValue) parseDateTime() (int64, error) {
269 func (ejv *extJSONValue) parseDouble() (float64, error) {
295 func (ejv *extJSONValue) parseInt32() (int32, error) {
316 func (ejv *extJSONValue) parseInt64() (int64, error) {
333 func (ejv *extJSONValue) parseJavascript() (code string, err error) {
341 func (ejv *extJSONValue) parseMinMaxKey(minmax string) error {
353 func (ejv *extJSONValue) parseObjectID() (primitive.ObjectID, error) {
413 func (ejv *extJSONValue) parseSymbol() (string, error) {
421 func (ejv *extJSONValue) parseTimestamp() (t, i uint32, err error) {
[all …]

12