/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RopeByteString.java | 681 if (prefixesStack.isEmpty() || prefixesStack.peek().size() >= binEnd) { in insert() 688 while (!prefixesStack.isEmpty() && prefixesStack.peek().size() < binStart) { in insert() 700 if (prefixesStack.peek().size() < binEnd) { in insert()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 652 // The parser will peek but not consume EOS. Our scope logically goes all in DoParseProgram() 980 if (!(peek_any_identifier() || peek() == Token::LPAREN)) { in DoParseFunction() 1160 Token::Value next = peek(); in ParseModuleItem() 1189 while (peek() != Token::EOS) { in ParseModuleItemList() 1232 while ((name_tok = peek()) != Token::RBRACE) { in ParseExportClause() 1257 if (peek() == Token::RBRACE) break; in ParseExportClause() 1311 while (peek() != Token::RBRACE) { in ParseNamedImports() 1338 if (peek() == Token::RBRACE) break; in ParseNamedImports() 1380 while (peek() != Token::RBRACE) { in ParseImportAssertClause() 1404 if (peek() in ParseImportAssertClause() [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1272 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes() 1292 && (type != SSL3_RT_HANDSHAKE)) || (peek in ssl3_read_bytes() 1306 /* peek == 0 */ in ssl3_read_bytes() 1406 * 'peek' mode) in ssl3_read_bytes() 1463 if (peek) { in ssl3_read_bytes() 1479 || (peek && n == SSL3_RECORD_get_length(rr))) { in ssl3_read_bytes() 1490 if (!peek && curr_rec == num_recs in ssl3_read_bytes() 1271 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) ssl3_read_bytes() argument
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1283 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes() 1303 && (type != SSL3_RT_HANDSHAKE)) || (peek in ssl3_read_bytes() 1317 /* peek == 0 */ in ssl3_read_bytes() 1417 * 'peek' mode) in ssl3_read_bytes() 1474 if (peek) { in ssl3_read_bytes() 1490 || (peek && n == SSL3_RECORD_get_length(rr))) { in ssl3_read_bytes() 1501 if (!peek && curr_rec == num_recs in ssl3_read_bytes() 1282 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) ssl3_read_bytes() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 556 if (in.peek() == '\r') in parseCaseTrie() 558 if (in.peek() == '\n') in parseCaseTrie() 609 if (curChr == '\r' && in.peek() == '\n') in parseSimpleCaseList() 613 const int nextChr = in.peek(); in parseSimpleCaseList() 705 if (in.peek() == '{') in parseCaseList()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | BurmeseBreakEngine.java | 206 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
H A D | KhmerBreakEngine.java | 214 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
H A D | LaoBreakEngine.java | 214 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BurmeseBreakEngine.java | 220 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
H A D | KhmerBreakEngine.java | 224 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
H A D | LaoBreakEngine.java | 223 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_patternstring.h | 126 UChar32 peek();
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_patternstring.h | 126 UChar32 peek();
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | NfaFlattener.java | 160 return !queue.isEmpty() && queue.peek().node().equals(target); in nextFollowerJoinsTarget()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | file.rs | 89 && ahead.peek(token::Brace) in parse()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | file.rs | 89 && ahead.peek(token::Brace) in parse()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | file.rs | 89 && ahead.peek(token::Brace) in parse()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | file.rs | 89 && ahead.peek(token::Brace) in parse()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | file.rs | 89 && ahead.peek(token::Brace) in parse()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.h | 168 char peek() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.h | 168 char peek() const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_patternstring.h | 122 UChar32 peek();
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
H A D | Game.cpp | 131 if (mClapEvents.peek(nextClapEventMs) && mSongPositionMs >= nextClapEventMs){ in onAudioReady()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassPropertyInheritanceSpecialization.js | 3 peek(): T;
|
/third_party/spirv-tools/source/ |
H A D | text_handler.h | 168 char peek() const;
|