Home
last modified time | relevance | path

Searched refs:Http2State (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_http2_state.h84 class Http2State : public BaseObject { class
86 Http2State(Realm* realm, v8::Local<v8::Object> obj) in Http2State() function in node::http2::Http2State
125 SET_SELF_SIZE(Http2State)
126 SET_MEMORY_INFO_NAME(Http2State)
H A Dnode_http2.h188 Http2Options(Http2State* http2_state,
576 Http2Session(Http2State* http2_state,
725 Http2State* http2_state() const { return http2_state_.get(); } in http2_state()
932 BaseObjectPtr<Http2State> http2_state_;
1015 static v8::Local<v8::Value> Pack(Http2State* state);
1018 static void RefreshDefaults(Http2State* http2_state);
1026 Http2State* http2_state,
H A Dnode_http2.cc104 Http2Options::Http2Options(Http2State* http2_state, SessionType type) { in Http2Options()
220 Http2State* http2_state, in Init()
264 Local<Value> Http2Settings::Pack(Http2State* state) { in Pack()
304 void Http2Settings::RefreshDefaults(Http2State* http2_state) { in RefreshDefaults()
470 Http2Session::Http2Session(Http2State* http2_state, in Http2Session()
2568 Http2State* state = Realm::GetBindingData<Http2State>(args); in PackSettings()
2576 Http2State* state = Realm::GetBindingData<Http2State>(args); in RefreshDefaultSettings()
2659 Http2State* stat in New()
[all...]

Completed in 7 milliseconds