Searched refs:value_set (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/
H A DConfig.cpp89 bool Get(std::string* property, size_t* value, bool* value_set);
103 bool PropertyParser::Get(std::string* property, size_t* value, bool* value_set) { argument
126 *value_set = true;
150 *value_set = false;
235 const std::string name, const Feature& feature, size_t value, bool value_set) {
240 if (value_set) {
254 } else if (value_set) {
334 bool value_set; local
337 while (valid && parser.Get(&property, &value, &value_set)) {
344 if (!SetFeature(property, features[i], value, value_set)) {
234 SetFeature( const std::string name, const Feature& feature, size_t value, bool value_set) argument
[all...]

Completed in 4 milliseconds