Home
last modified time | relevance | path

Searched refs:object_string (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_object_types.h95 static const char * const object_string[kVulkanObjectTypeMax] = { variable
/third_party/node/src/api/
Denvironment.cc581 Local<String> object_string = FIXED_ONE_BYTE_STRING(isolate, "Object"); in InitializeContextRuntime() local
584 ->Get(context, object_string) in InitializeContextRuntime()