Home
last modified time | relevance | path

Searched refs:type_end (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py278 type_end = None
284 if type_end is None:
285 type_end = i
287 if type_end is None:
288 type_end = i
293 if type_end is None:
294 type_end = i
304 yield Argument(args_str[type_start:type_end],
307 yield Argument(args_str[type_start:type_end], '')
309 type_end = None
[all …]
/external/grpc-grpc/tools/buildgen/plugins/
Dlist_api.py37 type_end = max(last_space, last_star)
38 return_type = type_and_name[0:type_end + 1].strip()
39 name = type_and_name[type_end + 1:].strip()
/external/webrtc/webrtc/examples/peerconnection/server/
Ddata_socket.cc246 const char* type_end = strstr(headers, "\r\n"); in ParseContentLengthAndType() local
247 if (type_end == NULL) in ParseContentLengthAndType()
248 type_end = end; in ParseContentLengthAndType()
249 content_type_.assign(headers, type_end); in ParseContentLengthAndType()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DModuleDebugInfoPrinter.cpp82 E = Finder.type_end(); I != E; ++I) { in print()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h834 iterator type_end() const { return TYs.end(); } in type_end() function