Home
last modified time | relevance | path

Searched defs:insubstmt_index (Results 1 – 3 of 3) sorted by relevance

/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DTree_Schema.hpp504 uint8_t insubstmt_index() {return ext_instance->insubstmt_index;}; in insubstmt_index() function in libyang::Ext_Instance
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h473 …uint8_t insubstmt_index; /**< since some of the statements can appear multiple times, it i… member
505 …uint8_t insubstmt_index; /**< since some of the statements can appear multiple times, it i… member
H A Dparser_yang.c2317 uint8_t insubstmt_index = 0; in yang_read_ext() local