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

  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 90 typeLine, rest := getLine(rest)
91 if !bytes.HasSuffix(typeLine, pemEndOfLine) {
94 typeLine = typeLine[0 : len(typeLine)-len(pemEndOfLine)]
98 Type: string(typeLine),
141 endTrailerLen := len(typeLine) + len(pemEndOfLine)
148 if !bytes.HasPrefix(endTrailer, typeLine) ||
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 90 typeLine, rest := getLine(rest)
91 if !bytes.HasSuffix(typeLine, pemEndOfLine) {
94 typeLine = typeLine[0 : len(typeLine)-len(pemEndOfLine)]
98 Type: string(typeLine),
141 endTrailerLen := len(typeLine) + len(pemEndOfLine)
148 if !bytes.HasPrefix(endTrailer, typeLine) ||
  /external/flatbuffers/src/
idl_gen_json_schema.cpp 78 std::string typeline; local
79 typeline.append("\"type\" : \"array\", \"items\" : { ");
81 typeline.append(GenTypeRef(type.struct_def));
83 typeline.append(GenType(GenNativeType(type.element)));
85 typeline.append(" }");
86 return typeline;
172 std::string typeLine(" \"" + property->name + "\" : { " + GenType(property->value.type) + " }");
174 typeLine.append(",");
176 code_ += typeLine;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 378 glslang::TTypeLoc typeLine;
glslang.y 94 glslang::TTypeLoc typeLine;
239 %type <interm.typeLine> struct_declarator
    [all...]
glslang_tab.cpp 455 glslang::TTypeLoc typeLine;
    [all...]

Completed in 805 milliseconds