AsInt 37 native_client_sdk/src/examples/api/core/core.cc int32_t delay = var_message.AsInt(); AsInt 301 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc x_angle_ = x_angle_var.AsInt(); AsInt 310 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc y_angle_ = y_angle_var.AsInt(); AsInt 182 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc attrib_width_ = var_dictionary_message.Get("width").AsInt(); AsInt 183 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc attrib_height_ = var_dictionary_message.Get("height").AsInt(); AsInt 56 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc static_cast<PP_MouseCursor_Type>(var_message.AsInt()); AsInt 133 native_client_sdk/src/examples/demo/earth/earth.cc int AsInt() { return i; } AsInt 139 native_client_sdk/src/examples/demo/earth/earth.cc return u.AsInt(); AsInt 751 native_client_sdk/src/examples/demo/earth/earth.cc int threads = dictionary.Get("value").AsInt(); AsInt 756 native_client_sdk/src/examples/demo/earth/earth.cc int width = dictionary.Get("width").AsInt(); AsInt 757 native_client_sdk/src/examples/demo/earth/earth.cc int height = dictionary.Get("height").AsInt(); AsInt 482 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int num_points = dictionary.Get("value").AsInt(); AsInt 485 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int thread_count = dictionary.Get("value").AsInt(); AsInt 304 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc x_angle_ = x_angle_var.AsInt(); AsInt 313 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc y_angle_ = y_angle_var.AsInt(); AsInt 126 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int AsInt() { return i; } AsInt 132 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc return u.AsInt(); AsInt 797 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int threads = dictionary.Get("value").AsInt(); AsInt 802 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int width = dictionary.Get("width").AsInt(); AsInt 803 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int height = dictionary.Get("height").AsInt(); AsInt 451 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int num_points = dictionary.Get("value").AsInt(); AsInt 454 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int thread_count = dictionary.Get("value").AsInt(); AsInt 436 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc int width = array.Get(0).AsInt(); AsInt 437 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc int height = array.Get(1).AsInt(); AsInt 117 ppapi/cpp/extensions/from_var_converter.h FromVarConverterBase<int32_t>::value_ = Var(var).AsInt(); AsInt 94 ppapi/cpp/url_response_info.h return GetProperty(PP_URLRESPONSEPROPERTY_STATUSCODE).AsInt(); AsInt 207 ppapi/cpp/var.cc return AsInt() == other.AsInt(); AsInt 292 ppapi/cpp/var.cc snprintf(buf, sizeof(buf), "Var(%d)", static_cast<int>(AsInt())); AsInt 195 ppapi/cpp/var.h int32_t AsInt() const; AsInt 182 ppapi/examples/media_stream_video/media_stream_video.cc attrib_width_ = var_dictionary_message.Get("width").AsInt(); AsInt 183 ppapi/examples/media_stream_video/media_stream_video.cc attrib_height_ = var_dictionary_message.Get("height").AsInt(); AsInt 93 ppapi/tests/test_flash.cc ASSERT_TRUE(num_cores.is_int() && num_cores.AsInt() > 0); AsInt 98 ppapi/tests/test_flash.cc int32_t lso_restrictions_int = lso_restrictions.AsInt(); AsInt 895 ppapi/tests/test_post_message.cc received_value = latest_var.AsInt(); AsInt 583 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t addr = AsInt(ptr); AsInt 639 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t top = AsInt(top_ptr); AsInt 670 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t start = AsInt(span->ptr); AsInt 747 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t addr = AsInt(info.call_stack[depth]); AsInt 762 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t start_address = AsInt(ptr); AsInt 1184 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t start = AsInt(i->ptr); AsInt 1406 third_party/tcmalloc/chromium/src/heap-checker.cc const size_t remainder = AsInt(object) % pointer_source_alignment; AsInt 1526 third_party/tcmalloc/chromium/src/heap-checker.cc if (!ignored_objects->insert(make_pair(AsInt(ptr), object_size)).second) { AsInt 1542 third_party/tcmalloc/chromium/src/heap-checker.cc IgnoredObjectsMap::iterator object = ignored_objects->find(AsInt(ptr)); AsInt 2336 third_party/tcmalloc/chromium/src/heap-checker.cc value.start_address = AsInt(start_address); AsInt 2338 third_party/tcmalloc/chromium/src/heap-checker.cc if (disabled_ranges->insert(make_pair(AsInt(end_address), value)).second) { AsInt 2343 third_party/tcmalloc/chromium/src/heap-checker.cc RangeValue const& val = disabled_ranges->find(AsInt(end_address))->second; AsInt 2359 third_party/tcmalloc/chromium/src/heap-checker.cc const uintptr_t addr = AsInt(*ptr); AsInt 2363 third_party/tcmalloc/chromium/src/heap-checker.cc *ptr, addr - AsInt(*ptr)); AsInt 583 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t addr = AsInt(ptr); AsInt 639 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t top = AsInt(top_ptr); AsInt 670 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t start = AsInt(span->ptr); AsInt 747 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t addr = AsInt(info.call_stack[depth]); AsInt 762 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t start_address = AsInt(ptr); AsInt 1184 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t start = AsInt(i->ptr); AsInt 1406 third_party/tcmalloc/vendor/src/heap-checker.cc const size_t remainder = AsInt(object) % pointer_source_alignment; AsInt 1526 third_party/tcmalloc/vendor/src/heap-checker.cc if (!ignored_objects->insert(make_pair(AsInt(ptr), object_size)).second) { AsInt 1542 third_party/tcmalloc/vendor/src/heap-checker.cc IgnoredObjectsMap::iterator object = ignored_objects->find(AsInt(ptr)); AsInt 2335 third_party/tcmalloc/vendor/src/heap-checker.cc value.start_address = AsInt(start_address); AsInt 2337 third_party/tcmalloc/vendor/src/heap-checker.cc if (disabled_ranges->insert(make_pair(AsInt(end_address), value)).second) { AsInt 2342 third_party/tcmalloc/vendor/src/heap-checker.cc RangeValue const& val = disabled_ranges->find(AsInt(end_address))->second; AsInt 2358 third_party/tcmalloc/vendor/src/heap-checker.cc const uintptr_t addr = AsInt(*ptr); AsInt 2362 third_party/tcmalloc/vendor/src/heap-checker.cc *ptr, addr - AsInt(*ptr));