Searched defs:cast (Results 26 - 48 of 48) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java58 static <T> SortedMultiset<T> cast(Multiset<T> iterable) { method in class:MultisetNavigationTester
65 sortedMultiset = cast(getMultiset());
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h258 static inline typename TypeHandler::Type* cast(void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
262 static inline const typename TypeHandler::Type* cast(const void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
622 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
638 return *cast<TypeHandler>(elements_[index]);
645 return cast<TypeHandler>(elements_[index]);
651 return cast<TypeHandler>(elements_[current_size_++]);
663 TypeHandler::Clear(cast<TypeHandler>(elements_[--current_size_]));
669 TypeHandler::Clear(cast<TypeHandler>(elements_[i]));
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
726 return cast<TypeHandle
[all...]
/external/v8/src/
H A Dcontexts.h209 static Context* cast(Object* context) { function in class:v8::internal::Context
305 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); }
395 return type::cast(get(index)); \
H A Dfull-codegen.h734 static const TestContext* cast(const ExpressionContext* context) { function in class:v8::internal::FullCodeGenerator::TestContext
H A Dlithium.h189 static LUnallocated* cast(LOperand* op) { function in class:v8::internal::LUnallocated
262 static LConstantOperand* cast(LOperand* op) { function in class:v8::internal::LConstantOperand
282 static LArgument* cast(LOperand* op) { function in class:v8::internal::LArgument
297 static LStackSlot* cast(LOperand* op) { function in class:v8::internal::LStackSlot
321 static LDoubleStackSlot* cast(LOperand* op) { function in class:v8::internal::LDoubleStackSlot
345 static LRegister* cast(LOperand* op) { function in class:v8::internal::LRegister
369 static LDoubleRegister* cast(LOperand* op) { function in class:v8::internal::LDoubleRegister
H A Dliveedit.cc462 return Smi::cast(ends_array_->get(index))->value() + 1;
631 Handle<JSValue>::cast(FACTORY->NewJSObject(constructor));
647 static S cast(Object* object) { function in class:v8::internal::Differencer::JSArrayBasedStruct
648 JSArray* array = JSArray::cast(object);
672 return Smi::cast(res)->value();
717 JSValue::cast(this->GetField(kCodeOffset_))));
718 return Handle<Code>::cast(raw_result);
722 JSValue::cast(this->GetField(kCodeScopeInfoOffset_))));
773 Handle<JSValue> value_wrapper(JSValue::cast(element));
775 return Handle<SharedFunctionInfo>::cast(raw_resul
[all...]
H A Dhydrogen-instructions.h208 static H##type* cast(HValue* value) { \
216 static H##type* cast(HValue* value) { \
551 static HValue* cast(HValue* value) { return value; }
1126 static HUnaryOperation* cast(HValue* value) {
1437 HThisFunction* b = HThisFunction::cast(other);
1955 HUnaryMathOperation* b = HUnaryMathOperation::cast(other);
2045 HCheckMap* b = HCheckMap::cast(other);
2084 HCheckFunction* b = HCheckFunction::cast(other);
2127 HCheckInstanceType* b = HCheckInstanceType::cast(other);
2218 HCheckPrototypeMaps* b = HCheckPrototypeMaps::cast(othe
2318 static HPhi* cast(HValue* value) { function in class:v8::HPhi
[all...]
H A Dhydrogen.h669 static TestContext* cast(AstContext* context) { function in class:v8::internal::TestContext
H A Dobjects-inl.h73 HeapObject::cast(this)->map()->instance_type() == instancetype; \
78 type* type::cast(Object* object) { \
90 type* holder::name() { return type::cast(READ_FIELD(this, offset)); } \
99 Smi* holder::name() { return Smi::cast(READ_FIELD(this, offset)); } \
109 return Smi::cast(value)->value(); \
152 Object* cons_obj = JSObject::cast(this)->map()->constructor();
154 JSFunction* fun = JSFunction::cast(cons_obj);
159 type = FunctionTemplateInfo::cast(type)->parent_template()) {
188 && HeapObject::cast(this)->map()->instance_type() < FIRST_NONSTRING_TYPE;
194 && HeapObject::cast(thi
497 Failure* Failure::cast(MaybeObject* obj) { function in class:v8::internal::Failure
1656 FixedArrayBase* FixedArrayBase::cast(Object* object) { function in class:v8::internal::FixedArrayBase
2184 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { function in class:HashTable
4119 JSDate* JSDate::cast(Object* obj) { function in class:JSDate
4135 JSMessageObject* JSMessageObject::cast(Object* obj) { function in class:JSMessageObject
[all...]
H A Dobjects.h751 *obj = T::cast(reinterpret_cast<Object*>(this));
985 // Casting: This cast is only needed to satisfy macros in objects-inl.h.
986 static Object* cast(Object* value) { return value; } function in class:v8::internal::Object
1016 static inline Smi* cast(Object* object);
1089 static inline Failure* cast(MaybeObject* object);
1212 static inline HeapObject* cast(Object* obj);
1314 static inline HeapNumber* cast(Object* obj);
1390 static inline JSReceiver* cast(Object* obj);
2014 static inline JSObject* cast(Object* obj);
2219 inline static FixedArrayBase* cast(Objec
2981 static inline Dictionary<Shape, Key>* cast(Object* obj) { function in class:v8::internal::Dictionary
3100 static inline StringDictionary* cast(Object* obj) { function in class:v8::internal::StringDictionary
3154 static SeededNumberDictionary* cast(Object* obj) { function in class:v8::internal::SeededNumberDictionary
3202 static UnseededNumberDictionary* cast(Object* obj) { function in class:v8::internal::UnseededNumberDictionary
3238 static inline ObjectHashSet* cast(Object* obj) { function in class:v8::internal::ObjectHashSet
3258 static inline ObjectHashTable* cast(Object* obj) { function in class:v8::internal::ObjectHashTable
[all...]
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp64 static const ConditionEventListener* cast(const EventListener* listener) function in class:WebCore::ConditionEventListener
94 if (const ConditionEventListener* conditionEventListener = ConditionEventListener::cast(&listener))
/external/linux-tools-perf/util/
H A Dprobe-finder.c902 const char *cast)
910 if (cast && strcmp(cast, "string") != 0) {
912 tvar->type = strdup(cast);
933 if (cast && strcmp(cast, "string") == 0) { /* String type */
937 pr_warning("Failed to cast into string: "
959 pr_warning("Failed to cast into string: "
964 tvar->type = strdup(cast);
900 convert_variable_type(Dwarf_Die *vr_die, struct probe_trace_arg *tvar, const char *cast) argument
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp898 llvm::Value *cast = builder.CreatePointerCast(stringVar, local
900 builder.CreateCall(printFunct, cast);
942 llvm::Value *cast = builder.CreateBitCast(stringVar, local
944 builder.CreateCall2(&printFunct, &toPrint, cast);
/external/v8/src/ia32/
H A Dlithium-ia32.h184 static L##type* cast(LInstruction* instr) { \
192 return H##type::cast(hydrogen_value()); \
324 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
455 return HControlInstruction::cast(this->hydrogen_value());
2250 return HForInCacheArray::cast(this->hydrogen_value())->idx();
2317 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/arm/
H A Dlithium-arm.h189 static L##type* cast(LInstruction* instr) { \
197 return H##type::cast(hydrogen_value()); \
332 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
467 return HControlInstruction::cast(this->hydrogen_value());
2158 return HForInCacheArray::cast(this->hydrogen_value())->idx();
2219 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/mips/
H A Dlithium-mips.h188 static L##type* cast(LInstruction* instr) { \
196 return H##type::cast(hydrogen_value()); \
331 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
466 return HControlInstruction::cast(this->hydrogen_value());
2138 return HForInCacheArray::cast(this->hydrogen_value())->idx();
2199 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/x64/
H A Dlithium-x64.h189 static L##type* cast(LInstruction* instr) { \
197 return H##type::cast(hydrogen_value()); \
333 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
468 return HControlInstruction::cast(this->hydrogen_value());
2114 return HForInCacheArray::cast(this->hydrogen_value())->idx();
2181 return LLabel::cast(instructions_[first_instruction]);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp686 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
705 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
805 // Synthesize an explicit cast to gain access to the ivar.
863 // Synthesize an explicit cast to initialize the ivar.
913 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(*I);
925 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(*I), typedefString);
932 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(D[i]);
940 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(D[0]), typedefString);
1262 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1275 Base = cast<OpaqueValueExp
2570 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2650 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2993 CastExpr *cast; local
[all...]
H A DRewriteModernObjC.cpp707 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
732 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
907 // Synthesize an explicit cast to gain access to the ivar.
966 // Synthesize an explicit cast to initialize the ivar.
1019 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(*I);
1031 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(*I), typedefString);
1038 ObjCInterfaceDecl *ForwardDecl = cast<ObjCInterfaceDecl>(D[i]);
1046 RewriteForwardClassEpilogue(cast<ObjCInterfaceDecl>(D[0]), typedefString);
1403 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
1417 Base = cast<OpaqueValueExp
2567 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2581 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, local
2662 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2800 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2974 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
3492 CastExpr *cast; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds

12