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

  /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/chromium_org/base/
values.cc 121 bool Value::GetAsInteger(int* out_value) const {
215 bool FundamentalValue::GetAsInteger(int* out_value) const {
257 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
524 return value->GetAsInteger(out_value);
663 return value->GetAsInteger(out_value);
920 return value->GetAsInteger(out_value);

Completed in 83 milliseconds