Home
last modified time | relevance | path

Searched defs:GetMap (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/
Dop_or_arg_name_mapper.h63 const llvm::DenseMap<OpOrVal, absl::string_view>& GetMap() const { in GetMap() function
/external/cronet/net/disk_cache/blockfile/
Dbitmap.h76 const uint32_t* GetMap() const { return map_; } in GetMap() function
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp50 static inline CountMap GetMap(void *D) { in GetMap() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h95 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
Dmap_field.cc343 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc343 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
Ddescriptor_unittest.cc1072 TEST_F(DescriptorTest, GetMap) { in TEST_F() argument
/external/protobuf/src/google/protobuf/
Dmap_field_lite.h95 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
Dmap_field.cc343 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc343 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
Ddescriptor_unittest.cc1072 TEST_F(DescriptorTest, GetMap) { in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h175 std::unordered_map<Parameters, Config, Hasher> GetMap() const { in GetMap() function
Dsparse_tensors_map_ops.cc125 Status GetMap(OpKernelContext* ctx, bool is_writing, in GetMap() function in tensorflow::SparseTensorAccessingOp
/external/mesa3d/include/android_stub/backtrace/
DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function
/external/webrtc/system_wrappers/source/
Dmetrics.cc211 RtcHistogramMap* GetMap() { in GetMap() function
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc306 static MapContainer* GetMap(PyObject* obj) { in GetMap() function
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc306 static MapContainer* GetMap(PyObject* obj) { in GetMap() function
/external/pdfium/fxjs/
Dcfxjs_engine.cpp145 MapType* GetMap() { return &m_map; } in GetMap() function in V8TemplateMap