Home
last modified time | relevance | path

Searched defs:is_bound (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_binding.h61 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
Dbinding.h195 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
Dinterface_ptr.h93 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
Dassociated_interface_ptr.h83 bool is_bound() const { return internal_state_.is_bound(); } in is_bound() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_environment.cc65 bool is_bound; in Init() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h68 bool is_bound() const { return !!router_; } in is_bound() function
Dassociated_interface_ptr_state.h45 bool is_bound() const { return !!endpoint_client_; } in is_bound() function
Dinterface_ptr_state.h47 bool is_bound() const { return handle_.is_valid() || endpoint_client_; } in is_bound() function
/external/llvm-project/polly/lib/External/isl/
Disl_box.c254 isl_bool is_bound, any_divs; in is_suitable_bound() local
281 isl_bool is_bound, better; in compute_size_in_direction() local
Disl_convex_hull.c395 isl_bool is_bound; in initial_facet_constraint() local
2124 static int is_bound(struct sh_data *data, __isl_keep isl_set *set, int j, in is_bound() function
/external/rust/crates/tokio/src/runtime/task/
Dcore.rs153 pub(super) fn is_bound(&self) -> bool { in is_bound() method
/external/openscreen/platform/impl/
Dudp_socket_posix.cc191 bool is_bound = false; in Bind() local