HomeSort by relevance Sort by last modified time
    Searched defs:GetAsInteger (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/
any.cc 69 intmax_t Any::GetAsInteger() const {
71 return data_buffer_.GetDataPtr()->GetAsInteger();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 376 function GetAsInteger(const Name: String): Integer;
385 property AsInteger[const Name: String]: Integer read GetAsInteger write SetAsInteger;
939 function TLocalStorage.GetAsInteger(const Name: String): Integer;
  /external/libchrome/base/
values.cc 88 bool Value::GetAsInteger(int*) const {
186 bool FundamentalValue::GetAsInteger(int* out_value) const {
228 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
509 return value->GetAsInteger(out_value);
647 return value->GetAsInteger(out_value);
923 return value->GetAsInteger(out_value);

Completed in 577 milliseconds