Searched refs:Proto (Results 1 – 6 of 6) sorted by relevance
1 # Proto field names are used by MessageLiteToString.toString through reflection.
493 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()526 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()1100 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes()1244 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod()1272 method_id->Proto()); in DumpMethod()1680 auto proto_id = method_id->Proto(); in DumpMethodHandle()1962 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1983 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
169 DumpProtoId(method_id->Proto(), class_index); in DumpMethodId()
162 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
342 buffer[1] = method_id->Proto()->GetIndex(); in WriteMethodIds()
714 const ProtoId* Proto() const { return proto_; } in Proto() function