Home
last modified time | relevance | path

Searched refs:STRING_PIECE (Results 1 – 25 of 26) sorted by relevance

12

/external/boringssl/src/crypto/
Dcpu-arm-linux.h44 } STRING_PIECE; typedef
46 static int STRING_PIECE_equals(const STRING_PIECE *a, const char *b) { in STRING_PIECE_equals()
54 static int STRING_PIECE_split(STRING_PIECE *out_left, STRING_PIECE *out_right, in STRING_PIECE_split()
55 const STRING_PIECE *in, char sep) { in STRING_PIECE_split()
61 STRING_PIECE in_copy = *in; in STRING_PIECE_split()
73 static int STRING_PIECE_get_delimited(STRING_PIECE *s, STRING_PIECE *out, char sep) { in STRING_PIECE_get_delimited()
87 static void STRING_PIECE_trim(STRING_PIECE *s) { in STRING_PIECE_trim()
101 static int extract_cpuinfo_field(STRING_PIECE *out, const STRING_PIECE *in, in extract_cpuinfo_field()
104 STRING_PIECE remaining = *in, line; in extract_cpuinfo_field()
106 STRING_PIECE key, value; in extract_cpuinfo_field()
[all …]
Dcpu-arm-linux_test.cc227 STRING_PIECE sp = {t.cpuinfo, strlen(t.cpuinfo)}; in TEST()
Dcpu-arm-linux.c155 STRING_PIECE cpuinfo; in OPENSSL_cpuid_setup()
/external/protobuf/src/google/protobuf/
Dunittest_lite.proto88 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
127 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
155 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
233 [ctype=STRING_PIECE];
275 [ctype=STRING_PIECE];
305 optional string default_string_piece_extension_lite = 84 [ctype=STRING_PIECE,
Dunittest.proto106 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
144 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
171 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
247 optional string optional_string_piece_extension = 24 [ctype=STRING_PIECE];
287 repeated string repeated_string_piece_extension = 54 [ctype=STRING_PIECE];
317 optional string default_string_piece_extension = 84 [ctype=STRING_PIECE,
496 optional string StringPieceField = 5 [ctype=STRING_PIECE];
503 repeated string RepeatedStringPieceField = 11 [ctype=STRING_PIECE];
576 optional string string_piece_with_zero = 25 [ctype=STRING_PIECE,
653 string foo_string_piece = 4 [ctype=STRING_PIECE];
[all …]
Dunittest_no_arena.proto110 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
148 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
175 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
Dunittest_no_field_presence.proto82 string optional_string_piece = 24 [ctype=STRING_PIECE];
111 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
Dunittest_proto3_arena.proto91 string optional_string_piece = 24 [ctype=STRING_PIECE];
134 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
Dunittest_proto3_lite.proto91 string optional_string_piece = 24 [ctype=STRING_PIECE];
134 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
Dunittest_proto3_arena_lite.proto92 string optional_string_piece = 24 [ctype=STRING_PIECE];
135 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
Ddescriptor.proto463 STRING_PIECE = 2; enumerator
Ddescriptor.pb.h2319 static const CType STRING_PIECE = variable
Ddescriptor.pb.cc9900 const FieldOptions_CType FieldOptions::STRING_PIECE; member in google::protobuf::FieldOptions
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto43 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
71 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
Dunittest_nano.proto83 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
116 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
158 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto58 repeated string new_element = 5 [ctype=STRING_PIECE];
67 message Data5 { repeated string data = 1 [ctype=STRING_PIECE]; }
97 optional string some_string_piece = 29 [ctype=STRING_PIECE];
/external/protobuf/conformance/
Dconformance.proto156 string optional_string_piece = 24 [ctype=STRING_PIECE];
184 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.proto156 string optional_string_piece = 24 [ctype=STRING_PIECE];
184 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto434 STRING_PIECE = 2; enumerator
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto469 STRING_PIECE = 2; enumerator
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto508 STRING_PIECE = 2; enumerator
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto508 STRING_PIECE = 2; enumerator
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto519 STRING_PIECE = 2; enumerator
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...

12