HomeSort by relevance Sort by last modified time
    Searched refs:support_by_pp (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 11 use JSON qw( -support_by_pp -no_export ); # for JSON::PP::Boolean inheritance
bench_encode.pl 11 use JSON qw( -support_by_pp -no_export ); # for JSON::PP::Boolean inheritance
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 83 if ($tag eq '-support_by_pp') {
86 ->support_by_pp(@PPOnlyMethods) if ($JSON::Backend eq $Module_XS);
451 sub support_by_pp {
492 $JSON::DEBUG and Carp::carp("set -support_by_pp mode.");
642 # If you want to use PP only support features, call with '-support_by_pp'
645 use JSON -support_by_pp;
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 83 if ($tag eq '-support_by_pp') {
86 ->support_by_pp(@PPOnlyMethods) if ($JSON::Backend eq $Module_XS);
451 sub support_by_pp {
492 $JSON::DEBUG and Carp::carp("set -support_by_pp mode.");
642 # If you want to use PP only support features, call with '-support_by_pp'
645 use JSON -support_by_pp;
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 83 if ($tag eq '-support_by_pp') {
86 ->support_by_pp(@PPOnlyMethods) if ($JSON::Backend eq $Module_XS);
451 sub support_by_pp {
492 $JSON::DEBUG and Carp::carp("set -support_by_pp mode.");
642 # If you want to use PP only support features, call with '-support_by_pp'
645 use JSON -support_by_pp;
    [all...]

Completed in 33 milliseconds