Searched defs:MapValue (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | FileEntry.h | 105 struct MapValue { struct 119 MapValue() = delete; argument 120 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() argument 121 MapValue(MapEntry &ME) : V(&ME) {} in MapValue() function
|
/external/google-breakpad/src/processor/ |
D | address_map.h | 77 typedef typename AddressToEntryMap::value_type MapValue; typedef
|
D | contained_range_map.h | 116 typedef typename AddressToRangeMap::value_type MapValue; typedef
|
D | range_map.h | 159 typedef typename AddressToRangeMap::value_type MapValue; typedef
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AssumeBundleBuilder.cpp | 363 struct MapValue { in dropRedundantKnowledge() struct 364 IntrinsicInst *Assume; in dropRedundantKnowledge() 365 unsigned ArgValue; in dropRedundantKnowledge() 366 CallInst::BundleOpInfo *BOI; in dropRedundantKnowledge()
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 410 …MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" … member
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 112 typedef std::pair<int32, thread::ThreadPool*> MapValue; in NewThreadPoolFromThreadPoolOptions() typedef
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 432 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3619 …MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue" json:"m… member
|