Home
last modified time | relevance | path

Searched refs:end_function (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/grpc/src/compiler/
Dts_generator.cc395 grpc::string end_function = "): grpc.ClientReadableStream<$OUTPUT$>;\n"; in GenerateClientReadableStreamInterface() local
398 printer->Print(vars, (main + meta_data + end_function).c_str()); in GenerateClientReadableStreamInterface()
399 printer->Print(vars, (main + options + end_function).c_str()); in GenerateClientReadableStreamInterface()
407 grpc::string end_function = in GenerateDepluxStreamInterface() local
411 printer->Print(vars, (main + end_function).c_str()); in GenerateDepluxStreamInterface()
412 printer->Print(vars, (main + options + end_function).c_str()); in GenerateDepluxStreamInterface()
414 ", options?: Partial<grpc.CallOptions>" + end_function) in GenerateDepluxStreamInterface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td84 defm END_FUNCTION : NRI<(outs), (ins), [], "end_function", 0x0b>;
/third_party/ltp/tools/sparse/sparse-src/
Dparse.c2156 static void end_function(struct symbol *sym) in end_function() function
2771 end_function(decl); in parse_function_body()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3681 …for (samplingFunctionsVectorType::iterator function = m_functions.begin(), end_function = m_functi… local
3682 end_function != function; ++function)