HomeSort by relevance Sort by last modified time
    Searched defs:handles_ (Results 1 - 14 of 14) sorted by null

  /art/compiler/optimizing/
sharpening.h 44 handles_(handles) { }
68 VariableSizedHandleScope* handles_; member in class:art::HSharpening
ssa_builder.h 57 handles_(handles),
122 VariableSizedHandleScope* const handles_; member in class:art::SsaBuilder
reference_type_propagation.h 60 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { }
64 return handles_->NewHandle(object);
69 return handles_->NewHandle(object);
78 VariableSizedHandleScope* handles_; member in class:art::ReferenceTypePropagation::HandleCache
inliner.h 59 handles_(handles),
293 VariableSizedHandleScope* const handles_; member in class:art::HInliner
instruction_builder.h 56 handles_(handles),
319 VariableSizedHandleScope* handles_; member in class:art::HInstructionBuilder
  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_handle_registry.h 55 HandleMap handles_; member in class:mojo::internal::SyncHandleRegistry
serialization_context.h 31 size_t size() const { return handles_.size(); }
51 std::vector<mojo::Handle> handles_; member in class:mojo::internal::SerializedHandleVector
  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_registry.h 54 HandleMap handles_; member in class:mojo::SyncHandleRegistry
message.h 96 const std::vector<Handle>* handles() const { return &handles_; }
97 std::vector<Handle>* mutable_handles() { return &handles_; }
115 std::vector<Handle> handles_; member in class:mojo::Message
  /external/libmojo/mojo/edk/system/
core.h 288 HandleTable handles_; member in class:mojo::edk::Core
channel.h 174 HandleEntry* handles_ = nullptr; member in struct:mojo::edk::Channel::Message
channel_posix.cc 44 handles_(message_->TakeHandlesForTransport()) {
53 handles_ = std::move(other.handles_);
71 ScopedPlatformHandleVectorPtr TakeHandles() { return std::move(handles_); }
75 handles_ = std::move(handles);
81 ScopedPlatformHandleVectorPtr handles_; member in class:mojo::edk::__anon23691::MessageView
  /external/webrtc/webrtc/modules/audio_processing/
processing_component.h 61 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 180 handles_[*new_object_handle] = label;
190 std::string label = handles_[object_handle];
191 handles_.erase(object_handle);
203 std::string label = handles_[object_handle];
228 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE);
242 found_objects_ = brillo::GetMapKeysAsVector(handles_);
293 std::map<uint64_t, std::string> handles_; // The fake store: handle->label member in class:attestation::KeyStoreTest

Completed in 258 milliseconds