Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dachev/node-cld
/ functions
Functions
252 in github.com/dachev/node-cld
⨍
Functions
252
◇
Types & classes
121
Method
ctr
chromium/base/logging.h:882
Function
default_language
chromium/languages/internal/languages.cc:11
Function
default_language_code
chromium/languages/internal/languages.cc:249
Function
default_language_name
chromium/languages/internal/languages.cc:204
Function
down_cast
use like this: down_cast<T*>(foo);
chromium/base/casts.h:56
Method
get
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
Method
get
chromium/base/scoped_ptr.h:359
Function
implicit_cast
chromium/base/casts.h:32
Function
implicit_cast
chromium/base/basictypes.h:184
Function
init
src/cld.cc:208
Function
invalid_language_code
chromium/languages/internal/languages.cc:230
Function
main
chromium/encodings/compact_lang_det/compact_lang_det_unittest_small.cc:399
Function
make_scoped_ptr
chromium/base/scoped_ptr.h:155
Function
operator!=
chromium/base/scoped_ptr.h:145
Method
operator!=
chromium/base/scoped_ptr.h:90
Method
operator!=
chromium/base/scoped_ptr.h:225
Method
operator!=
chromium/base/scoped_ptr.h:372
Method
operator&
This has to be an operator with a precedence lower than << but higher than ?:
chromium/base/logging.h:1135
Method
operator()
chromium/base/scoped_ptr.h:287
Method
operator->
chromium/base/scoped_ptr.h:80
Method
operator->
chromium/base/scoped_ptr.h:354
Function
operator==
chromium/base/scoped_ptr.h:135
Method
operator==
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
Method
operator==
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
Method
operator==
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
Method
preserved_errno
chromium/base/logging.h:967
Method
release
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
Method
release
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
Method
release
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
Method
reset
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
Method
reset
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
Method
scoped_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
Method
scoped_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
Method
scoped_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
Method
script
chromium/encodings/compact_lang_det/getonescriptspan.h:85
Method
self
chromium/base/logging.h:884
Method
set_ctr
chromium/base/logging.h:883
Function
strtou32
chromium/base/strtoint.h:53
Function
strtou64
chromium/base/strtoint.h:68
Function
swap
chromium/base/scoped_ptr.h:130
Method
swap
Swap two scoped arrays.
chromium/base/scoped_ptr.h:228
Method
swap
Swap two scoped pointers.
chromium/base/scoped_ptr.h:377
Method
try_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
← previous
201–252 of 252, ranked by callers