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/base/
values.cc 106 bool Value::GetAsInteger(int* out_value) const {
173 bool FundamentalValue::GetAsInteger(int* out_value) const {
213 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
430 return value->GetAsInteger(out_value);
533 return value->GetAsInteger(out_value);
742 return value->GetAsInteger(out_value);

Completed in 136 milliseconds