HomeSort by relevance Sort by last modified time
    Searched refs:output_type_name (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLGeometryShaderBuilder.cpp 25 static const char* output_type_name(GrGLSLGeometryBuilder::OutputType out) { function
48 this->addLayoutQualifier(output_type_name(outputType), kOut_InterfaceQualifier);
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 61 virtual grpc::string output_type_name() const = 0;
cpp_generator.cc 162 (*vars)["Response"] = method->output_type_name();
313 (*vars)["Response"] = method->output_type_name();
459 (*vars)["Response"] = method->output_type_name();
492 (*vars)["Response"] = method->output_type_name();
608 (*vars)["Response"] = method->output_type_name();
    [all...]
  /external/flatbuffers/src/
idl_gen_grpc.cpp 53 std::string output_type_name() const { function in class:flatbuffers::FlatBufMethod

Completed in 160 milliseconds