Home
last modified time | relevance | path

Searched refs:features_ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp114 if (!features_.allowComments_) { in parse()
135 if (features_.strictRoot_) { in parse()
229 if (features_.allowComments_) { in skipCommentTokens()
991 OurFeatures const features_; member in Json::OurReader
1006 if (!features_.allowComments_) { in parse()
1023 skipBom(features_.skipBom_); in parse()
1034 if (features_.strictRoot_) { in parse()
1143 if (features_.allowComments_) { in skipCommentTokens()
1175 if (features_.allowSingleQuotes_) { in readToken()
1229 if (features_.allowSpecialFloats_) { in readToken()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp352 if (!features_.allowComments_) { in parse()
373 if (features_.strictRoot_) { in parse()
471 if (features_.allowComments_) { in skipCommentTokens()
1258 OurFeatures const features_; member in AlibabaCloud::OSS::Json::OurReader
1281 if (!features_.allowComments_) { in parse()
1300 if (features_.failIfExtra_) { in parse()
1308 if (features_.strictRoot_) { in parse()
1427 if (features_.allowComments_) { in skipCommentTokens()
1459 if (features_.allowSingleQuotes_) { in readToken()
1502 if (features_.allowSpecialFloats_) { in readToken()
[all …]
A Djson.h1614 Features features_; variable
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h239 Features features_; variable
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp13130 PhysicalDeviceFeatures2( PhysicalDeviceFeatures features_ = PhysicalDeviceFeatures() ) in PhysicalDeviceFeatures2()
13131 : features( features_ ) in PhysicalDeviceFeatures2()
13151 PhysicalDeviceFeatures2& setFeatures( PhysicalDeviceFeatures features_ ) in setFeatures()
13153 features = features_; in setFeatures()

Completed in 191 milliseconds