Searched refs:this_class (Results 1 – 6 of 6) sorted by relevance
156 #define WEBRTC_RTCSTATS_IMPL(this_class, parent_class, type_str, ...) \ argument157 const char this_class::kType[] = type_str; \159 std::unique_ptr<webrtc::RTCStats> this_class::copy() const { \160 return std::unique_ptr<webrtc::RTCStats>(new this_class(*this)); \163 const char* this_class::type() const { return this_class::kType; } \166 this_class::MembersOfThisObjectAndAncestors( \187 #define WEBRTC_RTCSTATS_IMPL_NO_MEMBERS(this_class, parent_class, type_str) \ argument188 const char this_class::kType[] = type_str; \190 std::unique_ptr<webrtc::RTCStats> this_class::copy() const { \191 return std::unique_ptr<webrtc::RTCStats>(new this_class(*this)); \[all …]
114 this_class (); in class_table()187 void this_class () throws IOException in this_class() method in ClassDefParser.classParser
294 int this_class = in.readUnsignedShort(); in readClass() local295 System.out.println("This class index: " + this_class); in readClass()
META-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
1029 u2 this_class;