Home
last modified time | relevance | path

Searched defs:GetAsInteger (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/brillo/
Dany.cc69 intmax_t Any::GetAsInteger() const { in GetAsInteger() function in brillo::Any
Dany_internal_impl.h175 intmax_t GetAsInteger() const override { in GetAsInteger() function
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc114 int64_t GetAsInteger() const { in GetAsInteger() function
/external/google-benchmark/src/
Dsysinfo.cc117 int64_t GetAsInteger() const { in GetAsInteger() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas376 function GetAsInteger(const Name: String): Integer; in GetAsInteger() function
939 function TLocalStorage.GetAsInteger(const Name: String): Integer; in GetAsInteger() function
/external/libchrome/base/
Dvalues.cc452 bool Value::GetAsInteger(int* out_value) const { in GetAsInteger() function in base::Value