MCPcopy Create free account

hub / github.com/dachev/node-cld / functions

Functions252 in github.com/dachev/node-cld

Methodctr
chromium/base/logging.h:882
Functiondefault_language
chromium/languages/internal/languages.cc:11
Functiondefault_language_code
chromium/languages/internal/languages.cc:249
Functiondefault_language_name
chromium/languages/internal/languages.cc:204
Functiondown_cast
use like this: down_cast<T*>(foo);
chromium/base/casts.h:56
Methodget
Get a pointer to the zeroth element of the current object. If there is no current object, return NULL.
chromium/base/scoped_ptr.h:217
Methodget
chromium/base/scoped_ptr.h:359
Functionimplicit_cast
chromium/base/casts.h:32
Functionimplicit_cast
chromium/base/basictypes.h:184
Functioninit
src/cld.cc:208
Functioninvalid_language_code
chromium/languages/internal/languages.cc:230
Functionmain
chromium/encodings/compact_lang_det/compact_lang_det_unittest_small.cc:399
Functionmake_scoped_ptr
chromium/base/scoped_ptr.h:155
Functionoperator!=
chromium/base/scoped_ptr.h:145
Methodoperator!=
chromium/base/scoped_ptr.h:90
Methodoperator!=
chromium/base/scoped_ptr.h:225
Methodoperator!=
chromium/base/scoped_ptr.h:372
Methodoperator&
This has to be an operator with a precedence lower than << but higher than ?:
chromium/base/logging.h:1135
Methodoperator()
chromium/base/scoped_ptr.h:287
Methodoperator->
chromium/base/scoped_ptr.h:80
Methodoperator->
chromium/base/scoped_ptr.h:354
Functionoperator==
chromium/base/scoped_ptr.h:135
Methodoperator==
Comparison operators. These return whether a scoped_ptr and a raw pointer refer to the same object, not just to two different but equal objects.
chromium/base/scoped_ptr.h:89
Methodoperator==
Comparison operators. These return whether a scoped_array and a raw pointer refer to the same array, not just to two different but equal arrays.
chromium/base/scoped_ptr.h:224
Methodoperator==
Comparison operators. These return whether a scoped_ptr_malloc and a plain pointer refer to the same object, not just to two different but equal objec
chromium/base/scoped_ptr.h:368
Methodpreserved_errno
chromium/base/logging.h:967
Methodrelease
Release a pointer. The return value is the current pointer held by this object. If this object holds a NULL pointer, the return value is NULL. After t
chromium/base/scoped_ptr.h:104
Methodrelease
Release an array. The return value is the current pointer held by this object. If this object holds a NULL pointer, the return value is NULL. After th
chromium/base/scoped_ptr.h:239
Methodrelease
Release a pointer. The return value is the current pointer held by this object. If this object holds a NULL pointer, the return value is NULL. After t
chromium/base/scoped_ptr.h:388
Methodreset
Reset. Deletes the current owned object, if any. Then takes ownership of a new object, if given. this->reset(this->get()) works.
chromium/base/scoped_ptr.h:199
Methodreset
Reset. Calls the Free functor on the current owned object, if any. Then takes ownership of a new object, if given. this->reset(this->get()) works.
chromium/base/scoped_ptr.h:324
Methodscoped_array
Constructor. Defaults to intializing with NULL. There is no way to create an uninitialized scoped_array. The input parameter must be allocated with n
chromium/base/scoped_ptr.h:187
Methodscoped_ptr
Constructor. Defaults to intializing with NULL. There is no way to create an uninitialized scoped_ptr. The input parameter must be allocated with new
chromium/base/scoped_ptr.h:54
Methodscoped_ptr_malloc
Construction with no arguments sets ptr_ to NULL. There is no way to create an uninitialized scoped_ptr. The input parameter must be allocated with an
chromium/base/scoped_ptr.h:307
Methodscript
chromium/encodings/compact_lang_det/getonescriptspan.h:85
Methodself
chromium/base/logging.h:884
Methodset_ctr
chromium/base/logging.h:883
Functionstrtou32
chromium/base/strtoint.h:53
Functionstrtou64
chromium/base/strtoint.h:68
Functionswap
chromium/base/scoped_ptr.h:130
Methodswap
Swap two scoped arrays.
chromium/base/scoped_ptr.h:228
Methodswap
Swap two scoped pointers.
chromium/base/scoped_ptr.h:377
Methodtry_realloc
Reallocates the existing pointer, and returns 'true' if the reallcation is succesfull. If the reallocation failed, then the pointer remains in its pr
chromium/base/scoped_ptr.h:337
Method~Cld
src/cld.h:15
Method~NullStreamFatal
chromium/base/logging.h:1400
Method~ScriptScanner
chromium/encodings/compact_lang_det/getonescriptspan.cc:275
Method~SubsetSequence
chromium/encodings/compact_lang_det/subsetsequence.h:20
Method~Tote
chromium/encodings/compact_lang_det/tote.cc:21
Method~ToteWithReliability
chromium/encodings/compact_lang_det/tote.cc:150
Method~scoped_array
Destructor. If there is a C object, delete it. We don't need to test ptr_ == NULL because C++ does that for us.
chromium/base/scoped_ptr.h:191
Method~scoped_ptr
Destructor. If there is a C object, delete it. We don't need to test ptr_ == NULL because C++ does that for us.
chromium/base/scoped_ptr.h:58
Method~scoped_ptr_malloc
Destructor. If there is a C object, call the Free functor.
chromium/base/scoped_ptr.h:317
← previous201–252 of 252, ranked by callers