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

  /external/jsoncpp/include/json/
forwards.h 26 typedef unsigned int ArrayIndex;
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /external/clang/include/clang/AST/
APValue.h 62 /// ArrayIndex - The array index of the next item in the path.
63 uint64_t ArrayIndex;
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 138 ULONG ArrayIndex;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 443 llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar);
444 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress");
445 llvm::Value *Next = llvm::ConstantInt::get(ArrayIndex->getType(), 1);
446 Next = CGF.Builder.CreateAdd(ArrayIndex, Next, "inc");
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 536 int i = ArrayIndex(reg);
561 int LCodeGen::X87Stack::ArrayIndex(X87Register reg) {
581 int i = ArrayIndex(reg);
    [all...]

Completed in 803 milliseconds