HomeSort by relevance Sort by last modified time
    Searched full:encode_error (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 136 fallback => sub { encode_error('Invalid value. JSON can only reference.') },
291 encode_error("hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this)")
329 encode_error( sprintf(
342 encode_error( sprintf("encountered object '%s', but neither allow_blessed "
362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
430 : encode_error("cannot encode reference to scalar");
438 encode_error("cannot encode reference to scalar");
441 encode_error("encountered $value, but JSON can only represent references to arrays or hashes");
504 sub encode_error { subroutine
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 136 fallback => sub { encode_error('Invalid value. JSON can only reference.') },
291 encode_error("hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this)")
329 encode_error( sprintf(
342 encode_error( sprintf("encountered object '%s', but neither allow_blessed "
362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
430 : encode_error("cannot encode reference to scalar");
438 encode_error("cannot encode reference to scalar");
441 encode_error("encountered $value, but JSON can only represent references to arrays or hashes");
504 sub encode_error { subroutine
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 136 fallback => sub { encode_error('Invalid value. JSON can only reference.') },
291 encode_error("hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this)")
329 encode_error( sprintf(
342 encode_error( sprintf("encountered object '%s', but neither allow_blessed "
362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
430 : encode_error("cannot encode reference to scalar");
438 encode_error("cannot encode reference to scalar");
441 encode_error("encountered $value, but JSON can only represent references to arrays or hashes");
504 sub encode_error { subroutine
    [all...]

Completed in 52 milliseconds