Home
last modified time | relevance | path

Searched defs:null_index (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/indexes/
Dnull_index.hpp37 class null_index class
69 null_index(segment_manager_base *){} in null_index() function in boost::interprocess::null_index
/third_party/jerryscript/jerry-ext/handler/
Dhandler-print.c111 for (jerry_size_t null_index = 0; null_str[null_index] != '\0'; null_index++) in jerryx_handler_print() local