github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/neon/native_export_arm64.go (about) 1 // Code generated by Makefile, DO NOT EDIT. 2 3 /* 4 * Copyright 2021 ByteDance Inc. 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 */ 18 19 package neon 20 21 var ( 22 S_f64toa = _subr__f64toa 23 S_f32toa = _subr__f32toa 24 S_i64toa = _subr__i64toa 25 S_u64toa = _subr__u64toa 26 S_lspace = _subr__lspace 27 ) 28 29 var ( 30 S_quote = _subr__quote 31 S_unquote = _subr__unquote 32 ) 33 34 var ( 35 S_value = _subr__value 36 S_vstring = _subr__vstring 37 S_vnumber = _subr__vnumber 38 S_vsigned = _subr__vsigned 39 S_vunsigned = _subr__vunsigned 40 ) 41 42 var ( 43 S_skip_one = _subr__skip_one 44 S_skip_one_fast = _subr__skip_one_fast 45 S_skip_array = _subr__skip_array 46 S_skip_object = _subr__skip_object 47 S_skip_number = _subr__skip_number 48 S_get_by_path = _subr__get_by_path 49 )