Searched refs:name_token (Results 1 - 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgssapi.c159 gss_buffer_desc name_token; local
167 name_token.length = asprintf(&buf, "%s@%s", GSSAPI_DEF_NAME, name);
168 name_token.value = buf;
170 maj_stat = gss_import_name(&min_stat, &name_token,
174 maj_stat = gss_release_buffer(&min_stat, &name_token);
176 gssapi_error(min_stat, LOCATION, "release name_token");
179 maj_stat = gss_release_buffer(&min_stat, &name_token);
181 gssapi_error(min_stat, LOCATION, "release name_token");
278 gss_buffer_desc empty, name_token; local
296 name_token
349 gss_buffer_desc name_token; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc890 io::Tokenizer::Token name_token = input_->current(); local
929 location.StartAt(name_token);
930 location.EndAt(name_token);
939 location.StartAt(name_token);
940 location.EndAt(name_token);
947 AddError(name_token.line, name_token.column,
/external/v8/src/parsing/
H A Dparser-base.h2130 Token::Value name_token = peek(); local
2134 if (name_token == Token::STATIC) {
2190 name_token, PropertyKind::kMethodProperty, is_generator, is_async,
2220 name_token, PropertyKind::kAccessorProperty, false, false,
2299 Token::Value name_token = peek(); local
2312 checker->CheckDuplicateProto(name_token);
2339 if (!Token::IsIdentifier(name_token, language_mode(),
2360 if (name_token == Token::LET) {
2364 if (name_token == Token::AWAIT) {
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py1504 name_token = self._GetNextToken()
1509 return self._CreateVariable(class_token, name_token.name,
1514 tokens = (class_token, token, name_token, next_token)
/external/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1514 name_token = self._GetNextToken()
1519 return self._CreateVariable(class_token, name_token.name,
1524 tokens = (class_token, token, name_token, next_token)
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py1514 name_token = self._GetNextToken()
1519 return self._CreateVariable(class_token, name_token.name,
1524 tokens = (class_token, token, name_token, next_token)

Completed in 192 milliseconds