Home
last modified time | relevance | path

Searched refs:handle_begin_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_context.h74 if (index < handle_begin_ || index >= handle_end_) in COMPONENT_EXPORT()
79 handle_begin_ = index + 1; in COMPONENT_EXPORT()
153 uint32_t handle_begin_; in COMPONENT_EXPORT() local
Dvalidation_context.cc23 handle_begin_(0), in ValidationContext()