Home
last modified time | relevance | path

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

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