Home
last modified time | relevance | path

Searched refs:create_api (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/js-native-api/test_string/
H A Dtest_string.c47 OneByteCreateAPI create_api, in TestOneByteImpl()
62 NODE_API_CALL(env, create_api(env, buffer, copied, &output)); in TestOneByteImpl()
71 TwoByteCreateAPI create_api, in TestTwoByteImpl()
86 NODE_API_CALL(env, create_api(env, buffer, copied, &output)); in TestTwoByteImpl()
44 TestOneByteImpl(napi_env env, napi_callback_info info, OneByteGetAPI get_api, OneByteCreateAPI create_api, enum length_type length_mode) TestOneByteImpl() argument
68 TestTwoByteImpl(napi_env env, napi_callback_info info, TwoByteGetAPI get_api, TwoByteCreateAPI create_api, enum length_type length_mode) TestTwoByteImpl() argument
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py41 api = factory.create_api()
851 def create_api(self): member in gl_item_factory
H A DglX_XML.py41 def create_api(self): member in glx_item_factory
/third_party/node/src/
H A Djs_native_api_v8.cc283 CreateAPI create_api, in NewExternalString()
288 status = create_api(env, str, length, result); in NewExternalString()
276 NewExternalString(JSVM_Env env, CharType* str, size_t length, JSVM_Finalize finalizeCallback, void* finalizeHint, JSVM_Value* result, bool* copied, CreateAPI create_api, StringMaker string_maker) NewExternalString() argument

Completed in 10 milliseconds