Searched defs:defaultValue (Results 1 – 6 of 6) sorted by relevance
46 uint64_t PropertyFetcherImpl::getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
125 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
148 size_t getIntegerFlag(const std::string& key, size_t defaultValue = 0) const { in getIntegerFlag()
169 private int getQueryParam(Uri data, String key, int defaultValue) { in getQueryParam()
84 … int SetAndGetProperty(const char* value, const char* defaultValue = PROPERTY_TEST_VALUE_DEFAULT) { in SetAndGetProperty()
987 const string& defaultValue = DefaultJavaValueOf(method.GetType(), typenames); in generate_default_impl_method() local