Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch27 …ebug(_more|_most)?|fail|report|warn)_impl|eof|fail_errno|filelength|find_(enum_(text|value)|file_e…
28 …more|_most)?|fail|report|warn)_impl|eof|error|fail_errno|filelength|find_(enum_(text|value)|file_e…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h352 enum_(), in Schema()
400 enum_ = static_cast<uint64_t*>(allocator_->Malloc(sizeof(uint64_t) * v->Size())); in Schema()
407 enum_[enumCount_++] = h.GetHashCode(); in Schema()
579 allocator_->Free(enum_); in ~Schema()
651 if (enum_) { in EndValue()
654 if (enum_[i] == h) in EndValue()
1050 if (enum_ || context.arrayUniqueness) in CreateParallelValidator()
1221 uint64_t* enum_; variable