/external/perfetto/tools/ftrace_proto_gen/ |
proto_gen_utils.h | 56 struct ProtoType { 62 ProtoType GetSigned() const; 65 static ProtoType Invalid(); 66 static ProtoType String(); 67 static ProtoType Numeric(uint16_t size, bool is_signed); 68 static ProtoType FromDescriptor(google::protobuf::FieldDescriptor::Type type); 75 ProtoType type; 91 ProtoType GetCommon(ProtoType one, ProtoType other) [all...] |
proto_gen_utils.cc | 156 ProtoType ProtoType::GetSigned() const { 168 std::string ProtoType::ToString() const { 187 ProtoType ProtoType::String() { 192 ProtoType ProtoType::Invalid() { 197 ProtoType ProtoType::Numeric(uint16_t size, bool is_signed) { 203 ProtoType ProtoType::FromDescriptor [all...] |
ftrace_descriptor_gen.cc | 77 ProtoType type = ProtoType::FromDescriptor(field->type());
|
ftrace_proto_gen.cc | 124 ProtoType type = InferProtoType(field); 126 if (type.type == ProtoType::INVALID)
|
/external/tensorflow/tensorflow/core/example/ |
feature_util.h | 197 template <typename ProtoType> 198 typename std::enable_if<TypeHasFeatures<ProtoType>::value, Features*>::type 199 GetFeatures(ProtoType* proto); 201 template <typename ProtoType> 202 typename std::enable_if<TypeHasFeatures<ProtoType>::value, 204 GetFeatures(const ProtoType& proto); 214 template <typename FeatureType, typename ProtoType> 216 GetFeatureValues(const string& key, const ProtoType& proto) { 227 template <typename FeatureType, typename ProtoType> 229 const string& key, ProtoType* proto) [all...] |
/external/tensorflow/tensorflow/core/platform/ |
logger.h | 49 template <typename ProtoType> 50 void LogProto(const ProtoType& proto) {
|
/external/llvm/lib/Transforms/Utils/ |
SSAUpdater.cpp | 39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} 50 ProtoType = Ty; 59 assert(ProtoType && "Need to initialize SSAUpdater"); 60 assert(ProtoType == V->getType() && 130 return UndefValue::get(ProtoType); 150 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), 260 return UndefValue::get(Updater->ProtoType); 267 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
SSAUpdater.cpp | 39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {} 52 ProtoType = Ty; 65 assert(ProtoType != 0 && "Need to initialize SSAUpdater"); 66 assert(ProtoType == V->getType() && 159 return UndefValue::get(ProtoType); 179 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), 294 return UndefValue::get(Updater->ProtoType); 301 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 47 /// ProtoType holds the type of the values being rewritten. 48 Type *ProtoType;
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 41 /// ProtoType holds the type of the values being rewritten. 42 Type *ProtoType;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 47 /// ProtoType holds the type of the values being rewritten. 48 Type *ProtoType = nullptr;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
SSAUpdater.cpp | 59 ProtoType = Ty; 73 assert(ProtoType && "Need to initialize SSAUpdater"); 74 assert(ProtoType == V->getType() && 144 return UndefValue::get(ProtoType); 162 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), 274 return UndefValue::get(Updater->ProtoType); 281 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpImpl.c | 130 Head->ProtoType = NTOHS (Head->ProtoType);
159 SenderAddress[Protocol].Type = Head->ProtoType;
191 (Head->ProtoType == ConfigData->SwAddressType) &&
1137 ArpHead->ProtoType = HTONS (ConfigData->SwAddressType);
[all...] |
ArpImpl.h | 62 UINT16 ProtoType;
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) 482 if (!ProtoType->isNothrow(getContext()))
|
/external/kotlinc/lib/ |
kotlin-imports-dumper-compiler-plugin.jar | |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 628 // If this is a method prototype, parse it. [all...] |