Searched refs:current_namespace (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | radiotap.c | 117 iterator->current_namespace = &radiotap_ns; in ieee80211_radiotap_iterator_init() 171 iterator->current_namespace = NULL; in find_ns() 182 iterator->current_namespace = &iterator->_vns->ns[i]; in find_ns() 267 if (!iterator->current_namespace || in ieee80211_radiotap_iterator_next() 268 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next() 269 if (iterator->current_namespace == &radiotap_ns) in ieee80211_radiotap_iterator_next() 273 align = iterator->current_namespace->align_size[iterator->_arg_index].align; in ieee80211_radiotap_iterator_next() 274 size = iterator->current_namespace->align_size[iterator->_arg_index].size; in ieee80211_radiotap_iterator_next() 280 iterator->current_namespace = NULL; in ieee80211_radiotap_iterator_next() 321 if (!iterator->current_namespace) in ieee80211_radiotap_iterator_next() [all …]
|
D | radiotap_iter.h | 67 const struct ieee80211_radiotap_namespace *current_namespace; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | radiotap.c | 117 iterator->current_namespace = &radiotap_ns; in ieee80211_radiotap_iterator_init() 171 iterator->current_namespace = NULL; in find_ns() 182 iterator->current_namespace = &iterator->_vns->ns[i]; in find_ns() 267 if (!iterator->current_namespace || in ieee80211_radiotap_iterator_next() 268 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next() 269 if (iterator->current_namespace == &radiotap_ns) in ieee80211_radiotap_iterator_next() 273 align = iterator->current_namespace->align_size[iterator->_arg_index].align; in ieee80211_radiotap_iterator_next() 274 size = iterator->current_namespace->align_size[iterator->_arg_index].size; in ieee80211_radiotap_iterator_next() 280 iterator->current_namespace = NULL; in ieee80211_radiotap_iterator_next() 321 if (!iterator->current_namespace) in ieee80211_radiotap_iterator_next() [all …]
|
D | radiotap_iter.h | 67 const struct ieee80211_radiotap_namespace *current_namespace; member
|
/third_party/flatbuffers/src/ |
D | idl_gen_dart.cpp | 328 std::string GenReaderTypeName(const Type &type, Namespace *current_namespace, in GenReaderTypeName() argument 335 GenDartTypeName(type.VectorType(), current_namespace, def) + ">(" + in GenReaderTypeName() 336 GenReaderTypeName(type.VectorType(), current_namespace, def, in GenReaderTypeName() 344 return GenDartTypeName(type, current_namespace, def) + ".reader"; in GenReaderTypeName() 348 return GenDartTypeName(type, current_namespace, def) + ".reader"; in GenReaderTypeName() 352 std::string GenDartTypeName(const Type &type, Namespace *current_namespace, in GenDartTypeName() argument 380 current_namespace, def); in GenDartTypeName() 383 GenDartTypeName(type.VectorType(), current_namespace, def, in GenDartTypeName()
|
D | idl_parser.cpp | 241 const Namespace ¤t_namespace, size_t skip_top) { in LookupTableByName() argument 242 const auto &components = current_namespace.components; in LookupTableByName()
|