Searched defs:of_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dgeneral_primitives.cc99 bool FindSpecificCodec(webrtc::VideoCodecType of_type, argument
111 if (codec.codecType == of_type) {
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc723 TypeHandle of_type = T.Of(value); local
724 CHECK(const_type->Is(of_type));
733 TypeHandle of_type = T.Of(value); local
734 CHECK(!of_type->Is(type) || const_type->Is(type));
744 TypeHandle of_type = T.Of(value); local
746 of_type->Is(type) || type->Maybe(const_type));
764 TypeHandle of_type = T.Of(value); local
765 CHECK(nowof_type->Is(of_type));

Completed in 197 milliseconds