Home
last modified time | relevance | path

Searched defs:GetAsInteger (Results 1 – 4 of 4) 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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas939 function TLocalStorage.GetAsInteger(const Name: String): Integer; in GetAsInteger() function
/external/libchrome/base/
Dvalues.cc88 bool Value::GetAsInteger(int*) const { in GetAsInteger() function in base::Value
186 bool FundamentalValue::GetAsInteger(int* out_value) const { in GetAsInteger() function in base::FundamentalValue