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

/external/v8/include/
H A Dv8.h8039 ExtensionConfiguration() : name_count_(0), names_(NULL) { }
8041 : name_count_(name_count), names_(names) { }
8044 const char** end() const { return &names_[name_count_]; }
8047 const int name_count_; member in class:v8::ExtensionConfiguration

Completed in 196 milliseconds