HomeSort by relevance Sort by last modified time
    Searched full:as_integer (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 57 // as_integer
82 as_integer(const string& func, const S& s, size_t* idx, int base);
88 as_integer(const string& func, const string& s, size_t* idx, int base ) function in namespace:__anon33123
100 as_integer(const string& func, const string& s, size_t* idx, int base ) function in namespace:__anon33123
108 as_integer( const string& func, const string& s, size_t* idx, int base ) function in namespace:__anon33123
116 as_integer( const string& func, const string& s, size_t* idx, int base ) function in namespace:__anon33123
124 as_integer( const string& func, const string& s, size_t* idx, int base ) function in namespace:__anon33123
133 as_integer( const string& func, const wstring& s, size_t* idx, int base ) function in namespace:__anon33123
145 as_integer( const string& func, const wstring& s, size_t* idx, int base ) function in namespace:__anon33123
153 as_integer( const string& func, const wstring& s, size_t* idx, int base function in namespace:__anon33123
161 as_integer( const string& func, const wstring& s, size_t* idx, int base ) function in namespace:__anon33123
169 as_integer( const string& func, const wstring& s, size_t* idx, int base ) function in namespace:__anon33123
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
choices_unittest.cc 30 EXPECT_EQ(6, *params->nums.as_integer);
63 EXPECT_EQ(6, *params->string_info.integers->as_integer);
120 ASSERT_TRUE(out.integers.as_integer.get());
122 EXPECT_EQ(4, *out.integers.as_integer);
161 results.as_integer.reset(new int(5));
181 ASSERT_TRUE(obj->as_integer);
184 EXPECT_EQ(42, *obj->as_integer);
195 EXPECT_FALSE(obj->as_integer);
211 EXPECT_FALSE(obj->as_integer);
227 EXPECT_FALSE(obj->as_integer);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 120 if (property.parent_id->as_integer)
121 parent_id->uid = *property.parent_id->as_integer;
257 else if (params->id.as_integer)
258 item_id.uid = *params->id.as_integer;
362 else if (params->menu_item_id.as_integer)
363 id.uid = *params->menu_item_id.as_integer;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]

Completed in 491 milliseconds