Searched defs:float_variable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dflags.h99 double* float_variable() const { function in class:rtc::Flag
/external/chromium_org/v8/src/
H A Dflags.cc62 double* float_variable() const { function in struct:v8::internal::__anon17289::Flag
120 return *float_variable() == float_default();
148 *float_variable() = float_default();
198 os << *flag.float_variable();
398 *flag->float_variable() = strtod(value, &endp);

Completed in 89 milliseconds