Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dany.cc70 intmax_t Any::GetAsInteger() const { in GetAsInteger() function in brillo::Any
Dany_internal_impl.h175 intmax_t GetAsInteger() const override { in GetAsInteger() function
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h84 Integer *GetAsInteger() { in GetAsInteger() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas939 function TLocalStorage.GetAsInteger(const Name: String): Integer; in GetAsInteger() function
/external/llvm-project/llvm/utils/benchmark/src/
Dsysinfo.cc112 int64_t GetAsInteger() const { in GetAsInteger() function
/external/google-benchmark/src/
Dsysinfo.cc119 int64_t GetAsInteger() const { in GetAsInteger() function
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc114 int64_t GetAsInteger() const { in GetAsInteger() function
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc114 int64_t GetAsInteger() const { in GetAsInteger() function
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h97 Integer *GetAsInteger() { in GetAsInteger() function
/external/libchrome/base/
Dvalues.cc452 bool Value::GetAsInteger(int* out_value) const { in GetAsInteger() function in base::Value