Lines Matching defs:const

122   static void AddAllSlowCallback(const FunctionCallbackInfo<Value>& args) {
217 const FunctionCallbackInfo<Value>& args) {
276 static const FastApiTypedArray<T>* AnyCTypeToTypedArray(AnyCType arg);
279 const FastApiTypedArray<int32_t>* AnyCTypeToTypedArray<int32_t>(
284 const FastApiTypedArray<uint32_t>* AnyCTypeToTypedArray<uint32_t>(
289 const FastApiTypedArray<int64_t>* AnyCTypeToTypedArray<int64_t>(
294 const FastApiTypedArray<uint64_t>* AnyCTypeToTypedArray<uint64_t>(
299 const FastApiTypedArray<float>* AnyCTypeToTypedArray<float>(AnyCType arg) {
303 const FastApiTypedArray<double>* AnyCTypeToTypedArray<double>(AnyCType arg) {
328 const FastApiTypedArray<T>& typed_array_arg,
346 const FunctionCallbackInfo<Value>& args) {
438 static void Add32BitIntSlowCallback(const FunctionCallbackInfo<Value>& args) {
543 const FunctionCallbackInfo<Value>& args) {
610 const FunctionCallbackInfo<Value>& args) {
639 static void FastCallCount(const FunctionCallbackInfo<Value>& args) {
645 static void SlowCallCount(const FunctionCallbackInfo<Value>& args) {
651 static void ResetCounts(const FunctionCallbackInfo<Value>& args) {
657 static void SupportsFPParams(const FunctionCallbackInfo<Value>& args) {
663 int fast_call_count() const { return fast_call_count_; }
664 int slow_call_count() const { return slow_call_count_; }
670 static const int kV8WrapperObjectIndex = 1;
708 void CreateFastCAPIObject(const FunctionCallbackInfo<Value>& info) {
821 const CFunction add_all_overloads[] = {
834 const CFunction add_all_invalid_overloads[] = {
854 const CFunction c_function_overloads[] = {add_all_32bit_int_6args_c_func,
929 void CreateLeafInterfaceObject(const FunctionCallbackInfo<Value>& info) {