Searched defs:defaultValue (Results 1 – 8 of 8) sorted by relevance
37 protected long getDsuUserdataSize(long defaultValue) { in getDsuUserdataSize()
46 uint64_t PropertyFetcherImpl::getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
83 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
149 size_t getIntegerFlag(const std::string& key, size_t defaultValue = 0) const { in getIntegerFlag()
293 const std::string& defaultValue) { in GetProperty()301 bool SnapshotTestPropertyFetcher::GetBoolProperty(const std::string& key, bool defaultValue) { in GetBoolProperty()
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()
1126 const string& defaultValue = DefaultJavaValueOf(method.GetType()); in GenerateDefaultImplMethod() local